Home
last modified time | relevance | path

Searched refs:s_vectorTypes (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1142 static const DataType s_vectorTypes[] = in init() local
1149 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init()
1151 DataType varType = s_vectorTypes[typeNdx]; in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderIndexingTests.cpp1063 static const DataType s_vectorTypes[] = in init() local
1070 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init()
1072 DataType varType = s_vectorTypes[typeNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1191 static const DataType s_vectorTypes[] = in init() local
1198 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init()
1200 DataType varType = s_vectorTypes[typeNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1201 static const DataType s_vectorTypes[] = in init() local
1208 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init()
1210 DataType varType = s_vectorTypes[typeNdx]; in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp1250 static const DataType s_vectorTypes[] = { TYPE_FLOAT_VEC2, TYPE_FLOAT_VEC3, TYPE_FLOAT_VEC4 }; in init() local
1252 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(s_vectorTypes); typeNdx++) in init()
1254 DataType varType = s_vectorTypes[typeNdx]; in init()