/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 168 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes() argument 173 collectUniqueBasicTypes(basicTypes, iter.getType()); in collectUniqueBasicTypes() 176 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 180 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes()
|
H A D | vktTypeComparisonUtil.hpp | 37 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 168 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes() argument 173 collectUniqueBasicTypes(basicTypes, iter.getType()); in collectUniqueBasicTypes() 176 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 180 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes()
|
H A D | vktTypeComparisonUtil.hpp | 37 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 407 static const glu::DataType basicTypes[] = in init() local 464 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 466 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 482 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 484 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 517 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 519 glu::DataType type = basicTypes[basicTypeNdx]; in init() 530 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 532 glu::DataType type = basicTypes[basicTypeNdx]; in init() 547 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 416 static const glu::DataType basicTypes[] = in init() local 472 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 474 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 490 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 492 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 525 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 527 glu::DataType type = basicTypes[basicTypeNdx]; in init() 538 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 540 glu::DataType type = basicTypes[basicTypeNdx]; in init() 555 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fUniformBlockTests.cpp | 134 static const glu::DataType basicTypes[] = in init() local 204 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 206 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 235 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 237 const glu::DataType type = basicTypes[basicTypeNdx]; in init()
|
H A D | es31fSSBOLayoutTests.cpp | 745 static const glu::DataType basicTypes[] = in init() local 816 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 818 glu::DataType type = basicTypes[basicTypeNdx]; in init() 861 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 863 glu::DataType type = basicTypes[basicTypeNdx]; in init() 892 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 894 glu::DataType type = basicTypes[basicTypeNdx]; in init() 923 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 925 glu::DataType type = basicTypes[basicTypeNdx]; in init() 955 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
H A D | es31fSSBOLayoutCase.cpp | 867 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 872 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 875 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 879 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 883 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 886 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 889 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 892 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 370 static const glu::DataType basicTypes[] = in init() local 471 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 473 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 502 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 504 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 569 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 571 glu::DataType type = basicTypes[basicTypeNdx]; in init() 582 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 584 glu::DataType type = basicTypes[basicTypeNdx]; in init() 616 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
H A D | vktUniformBlockCase.cpp | 892 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 897 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 900 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 904 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 908 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() argument 911 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 917 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 370 static const glu::DataType basicTypes[] = in init() local 471 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 473 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 502 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 504 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 569 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 571 glu::DataType type = basicTypes[basicTypeNdx]; in init() 582 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 584 glu::DataType type = basicTypes[basicTypeNdx]; in init() 616 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
H A D | vktUniformBlockCase.cpp | 892 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 897 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 900 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 904 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 908 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() argument 911 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 917 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 1084 static const glu::DataType basicTypes[] = in init() local 1189 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1191 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1236 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1238 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1271 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1273 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1307 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1309 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1344 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
H A D | vktSSBOLayoutCase.cpp | 846 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 849 vkt::typecomputil::collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 852 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 855 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 1084 static const glu::DataType basicTypes[] = in init() local 1189 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1191 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1236 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1238 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1271 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1273 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1307 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1309 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1344 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNd in init() [all...] |
H A D | vktSSBOLayoutCase.cpp | 846 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 849 vkt::typecomputil::collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 852 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 855 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformBlockTests.cpp | 379 static const glu::DataType basicTypes[] = in init() local 460 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 462 glu::DataType type = basicTypes[basicTypeNdx]; in init() 497 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 499 glu::DataType type = basicTypes[basicTypeNdx]; in init() 699 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 701 glu::DataType type = basicTypes[basicTypeNdx]; in init()
|
H A D | es3fTransformFeedbackTests.cpp | 1575 static const glu::DataType basicTypes[] = 1665 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) 1667 glu::DataType type = basicTypes[typeNdx]; 1699 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) 1701 glu::DataType type = basicTypes[typeNdx]; 1733 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) 1735 glu::DataType type = basicTypes[typeNdx];
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockTests.cpp | 882 static const glu::DataType basicTypes[] = { glu::TYPE_FLOAT, glu::TYPE_FLOAT_VEC2, glu::TYPE_FLOAT_VEC3, in init() local 928 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 930 glu::DataType type = basicTypes[basicTypeNdx]; in init() 978 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 980 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1132 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1134 glu::DataType type = basicTypes[basicTypeNdx]; in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 751 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 756 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 759 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 763 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 767 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() argument 770 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 773 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 776 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 1234 std::set<VkDescriptorType> basicTypes; in ArrayBinding() local 1239 basicTypes.insert(b.mainType()); in ArrayBinding() 1243 DE_ASSERT(basicTypes.size() == 1u); in ArrayBinding() 1247 DE_UNREF(basicTypes); in ArrayBinding()
|
H A D | vktBindingMutableTests.cpp | 1315 std::set<VkDescriptorType> basicTypes; in ArrayBinding() local 1320 basicTypes.insert(b.mainType()); in ArrayBinding() 1324 DE_ASSERT(basicTypes.size() == 1u); in ArrayBinding() 1328 DE_UNREF(basicTypes); in ArrayBinding()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 1311 std::set<VkDescriptorType> basicTypes; in ArrayBinding() local 1316 basicTypes.insert(b.mainType()); in ArrayBinding() 1320 DE_ASSERT(basicTypes.size() == 1u); in ArrayBinding() 1324 DE_UNREF(basicTypes); in ArrayBinding()
|