Home
last modified time | relevance | path

Searched refs:s_textureConfigs (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1783 } s_textureConfigs[] = in init() local
1905 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()
1907 tcu::TestCaseGroup* const caseGroup = new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, ""); in init()
1908 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
1909 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()
1910 const deUint32 hint = s_textureConfigs[texCaseNdx].hint; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1952 } s_textureConfigs[] = in init() local
2047 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()
2049 de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name)); in init()
2050 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
2051 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1871 } s_textureConfigs[] = in init() local
1957 for (int texCaseNdx = 0; texCaseNdx < DE_LENGTH_OF_ARRAY(s_textureConfigs); texCaseNdx++) in init()
1959 de::MovePtr<tcu::TestCaseGroup> caseGroup (new tcu::TestCaseGroup(m_testCtx, s_textureConfigs[texCaseNdx].name, "")); in init()
1960 const SurfaceType surfaceType = s_textureConfigs[texCaseNdx].surfaceType; in init()
1961 const int numSamples = s_textureConfigs[texCaseNdx].numSamples; in init()

Completed in 18 milliseconds