Home
last modified time | relevance | path

Searched refs:texCaseNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1887 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init() local
1889 …Group* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, ""); in init()
1890 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
1891 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()
1892 const deUint32 hint = s_textureConfigs[texCaseNdx].hint; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1948 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init() local
1950 …stCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, "")); in init()
1951 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
1952 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()