/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
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); basicTypeNdx++) in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
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()
|
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); basicTypeNdx++) in init() [all …]
|
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()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
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); basicTypeNdx++) in init() [all …]
|
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()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 1077 static const glu::DataType basicTypes[] = in init() local 1182 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1184 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1229 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1231 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1264 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1266 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1299 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1301 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1335 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() [all …]
|
D | vktSSBOLayoutCase.cpp | 933 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 938 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 941 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 945 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 949 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 952 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 955 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 958 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/external/deqp/modules/gles3/functional/ |
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()
|
D | es3fTransformFeedbackTests.cpp | 1575 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()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 882 …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()
|
/external/deqp/modules/glshared/ |
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()
|