Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1765 } s_textureConfigs[] = in init() local
1887 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()
1889 …tcu::TestCaseGroup* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseN… 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.cpp1862 } s_textureConfigs[] = in init() local
1948 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()
1950 …de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[tex… in init()
1951 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
1952 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()