/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 | 741 static const glu::DataType basicTypes[] = in init() local 812 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 814 glu::DataType type = basicTypes[basicTypeNdx]; in init() 857 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 859 glu::DataType type = basicTypes[basicTypeNdx]; in init() 888 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 890 glu::DataType type = basicTypes[basicTypeNdx]; in init() 919 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 921 glu::DataType type = basicTypes[basicTypeNdx]; in init() 951 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() [all …]
|
D | es31fSSBOLayoutCase.cpp | 872 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 877 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 880 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 884 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 888 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 891 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 897 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 388 static const glu::DataType basicTypes[] = in init() local 489 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 491 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 520 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 522 const glu::DataType type = basicTypes[basicTypeNdx]; in init() 587 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 589 glu::DataType type = basicTypes[basicTypeNdx]; in init() 600 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 602 glu::DataType type = basicTypes[basicTypeNdx]; in init() 634 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() [all …]
|
D | vktUniformBlockCase.cpp | 897 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 902 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 905 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 909 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 913 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() argument 916 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 919 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 922 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); in collectUniqueBasicTypes()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 1057 static const glu::DataType basicTypes[] = in init() local 1147 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1149 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1193 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1195 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() 1265 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 1267 glu::DataType type = basicTypes[basicTypeNdx]; in init() 1302 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() [all …]
|
D | vktSSBOLayoutCase.cpp | 938 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 943 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 946 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 950 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 954 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() argument 957 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 960 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 963 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); in collectUniqueBasicTypes()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformBlockTests.cpp | 335 static const glu::DataType basicTypes[] = in init() local 416 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 418 glu::DataType type = basicTypes[basicTypeNdx]; in init() 453 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 455 glu::DataType type = basicTypes[basicTypeNdx]; in init() 616 for (int basicTypeNdx = 0; basicTypeNdx < DE_LENGTH_OF_ARRAY(basicTypes); basicTypeNdx++) in init() 618 glu::DataType type = basicTypes[basicTypeNdx]; in init()
|
D | es3fTransformFeedbackTests.cpp | 1573 static const glu::DataType basicTypes[] = in init() local 1663 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() 1665 glu::DataType type = basicTypes[typeNdx]; in init() 1697 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() 1699 glu::DataType type = basicTypes[typeNdx]; in init() 1731 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(basicTypes); typeNdx++) in init() 1733 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 | 750 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() argument 755 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 758 collectUniqueBasicTypes(basicTypes, type.getElementType()); in collectUniqueBasicTypes() 762 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes() 766 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() argument 769 collectUniqueBasicTypes(basicTypes, iter->getType()); in collectUniqueBasicTypes() 772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() argument 775 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); in collectUniqueBasicTypes()
|