mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
fix the license header on the spirv-new tests (#1865)
The source files for the spirv-new tests were using the older Khronos license instead of the proper Apache license. Fixed the license in all source files.
This commit is contained in:
@@ -1,19 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
All Rights Reserved. This code is protected by copyright laws and
|
//
|
||||||
contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed
|
// you may not use this file except in compliance with the License.
|
||||||
in whole or in part to third parties, and may not be reproduced, republished,
|
// You may obtain a copy of the License at
|
||||||
distributed, transmitted, displayed, broadcast or otherwise exploited in any
|
//
|
||||||
manner without the express prior written permission of Khronos Group.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
The receipt or possession of this code does not convey any rights to
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
reproduce, disclose, or distribute its contents, or to
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
manufacture, use, or sell anything that it may describe, in whole
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
or in part other than under the terms of the Khronos Adopters
|
// See the License for the specific language governing permissions and
|
||||||
Agreement or Khronos Conformance Test Source License Agreement as
|
// limitations under the License.
|
||||||
executed between Khronos and the recipient.
|
//
|
||||||
******************************************************************/
|
|
||||||
|
|
||||||
#ifndef CRC32_H_
|
#ifndef CRC32_H_
|
||||||
#define CRC32_H_
|
#define CRC32_H_
|
||||||
|
|||||||
@@ -1,16 +1,3 @@
|
|||||||
######################################################################################################
|
|
||||||
#Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
|
||||||
#
|
|
||||||
#This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
|
||||||
#This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
|
||||||
#third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
|
||||||
#broadcast or otherwise exploited in any manner without the express prior written permission
|
|
||||||
#of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
|
||||||
#disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
|
||||||
#in whole or in part other than under the terms of the Khronos Adopters Agreement
|
|
||||||
#or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
|
||||||
######################################################################################################
|
|
||||||
|
|
||||||
set(MODULE_NAME SPIRV_NEW)
|
set(MODULE_NAME SPIRV_NEW)
|
||||||
|
|
||||||
file(GLOB SPIRV_NEW_SOURCES "*.cpp")
|
file(GLOB SPIRV_NEW_SOURCES "*.cpp")
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,17 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
the Khronos Group, Inc. This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not
|
// you may not use this file except in compliance with the License.
|
||||||
be disclosed in whole or in part to third parties, and may not be reproduced,
|
// You may obtain a copy of the License at
|
||||||
republished, distributed, transmitted, displayed, broadcast or otherwise
|
//
|
||||||
exploited in any manner without the express prior written permission of Khronos
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
Group. The receipt or possession of this code does not convey any rights to
|
//
|
||||||
reproduce, disclose, or distribute its contents, or to manufacture, use, or sell
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
anything that it may describe, in whole or in part other than under the terms of
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
the Khronos Adopters Agreement or Khronos Conformance Test Source License
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
Agreement as executed between Khronos and the recipient.
|
// See the License for the specific language governing permissions and
|
||||||
******************************************************************/
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
|
||||||
******************************************************************/
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef _testBase_h
|
#ifndef _testBase_h
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2018 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2018-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed h_in whole or h_in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited h_in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
h_in whole or h_in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,17 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2020 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2020-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
the Khronos Group, Inc. This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not
|
// you may not use this file except in compliance with the License.
|
||||||
be disclosed in whole or in part to third parties, and may not be reproduced,
|
// You may obtain a copy of the License at
|
||||||
republished, distributed, transmitted, displayed, broadcast or otherwise
|
//
|
||||||
exploited in any manner without the express prior written permission of Khronos
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
Group. The receipt or possession of this code does not convey any rights to
|
//
|
||||||
reproduce, disclose, or distribute its contents, or to manufacture, use, or sell
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
anything that it may describe, in whole or in part other than under the terms of
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
the Khronos Adopters Agreement or Khronos Conformance Test Source License
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
Agreement as executed between Khronos and the recipient.
|
// See the License for the specific language governing permissions and
|
||||||
******************************************************************/
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed h_in whole or h_in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited h_in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
h_in whole or h_in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,17 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2020 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2020-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
the Khronos Group, Inc. This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not
|
// you may not use this file except in compliance with the License.
|
||||||
be disclosed in whole or in part to third parties, and may not be reproduced,
|
// You may obtain a copy of the License at
|
||||||
republished, distributed, transmitted, displayed, broadcast or otherwise
|
//
|
||||||
exploited in any manner without the express prior written permission of Khronos
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
Group. The receipt or possession of this code does not convey any rights to
|
//
|
||||||
reproduce, disclose, or distribute its contents, or to manufacture, use, or sell
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
anything that it may describe, in whole or in part other than under the terms of
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
the Khronos Adopters Agreement or Khronos Conformance Test Source License
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
Agreement as executed between Khronos and the recipient.
|
// See the License for the specific language governing permissions and
|
||||||
******************************************************************/
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#include "testBase.h"
|
#include "testBase.h"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
|
|||||||
@@ -1,15 +1,18 @@
|
|||||||
/******************************************************************
|
//
|
||||||
Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved.
|
// Copyright (c) 2016-2023 The Khronos Group Inc.
|
||||||
|
//
|
||||||
This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in part to
|
// you may not use this file except in compliance with the License.
|
||||||
third parties, and may not be reproduced, republished, distributed, transmitted, displayed,
|
// You may obtain a copy of the License at
|
||||||
broadcast or otherwise exploited in any manner without the express prior written permission
|
//
|
||||||
of Khronos Group. The receipt or possession of this code does not convey any rights to reproduce,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
disclose, or distribute its contents, or to manufacture, use, or sell anything that it may describe,
|
//
|
||||||
in whole or in part other than under the terms of the Khronos Adopters Agreement
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
or Khronos Conformance Test Source License Agreement as executed between Khronos and the recipient.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
******************************************************************/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <CL/cl.h>
|
#include <CL/cl.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user