Home
last modified time | relevance | path

Searched refs:basicTypes (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktTypeComparisonUtil.cpp168 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()
DvktTypeComparisonUtil.hpp37 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp416 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); basicTypeNdx++) in init()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformBlockTests.cpp134 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()
Des31fSSBOLayoutTests.cpp745 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); basicTypeNdx++) in init()
[all …]
Des31fSSBOLayoutCase.cpp867 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/
DvktUniformBlockTests.cpp370 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); basicTypeNdx++) in init()
[all …]
DvktUniformBlockCase.cpp892 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/
DvktSSBOLayoutTests.cpp1080 static const glu::DataType basicTypes[] = in init() local
1185 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init()
1187 glu::DataType type = basicTypes[basicTypeNdx]; in init()
1232 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init()
1234 glu::DataType type = basicTypes[basicTypeNdx]; in init()
1267 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init()
1269 glu::DataType type = basicTypes[basicTypeNdx]; in init()
1303 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init()
1305 glu::DataType type = basicTypes[basicTypeNdx]; in init()
1340 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init()
[all …]
DvktSSBOLayoutCase.cpp846 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/
Des3fUniformBlockTests.cpp379 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()
Des3fTransformFeedbackTests.cpp1575 static const glu::DataType basicTypes[] = in init() local
1665 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init()
1667 glu::DataType type = basicTypes[typeNdx]; in init()
1699 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init()
1701 glu::DataType type = basicTypes[typeNdx]; in init()
1733 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init()
1735 glu::DataType type = basicTypes[typeNdx]; in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockTests.cpp882 …static const glu::DataType basicTypes[] = { glu::TYPE_FLOAT, glu::TYPE_FLOAT_VEC2, glu::TYPE_FL… 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/
DglsUniformBlockCase.cpp751 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/
DvktBindingValveMutableTests.cpp1234 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()