Searched refs:swizzleGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2470 TestCaseGroup* const swizzleGroup = new TestCaseGroup(m_testCtx, "texture_swizzle", ""); in init() local 2471 formatGroup->addChild(swizzleGroup); in init() 2485 …swizzleGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gatherT… in init() 2488 …swizzleGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "", gat… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 2205 TestCaseGroup* const swizzleGroup = new TestCaseGroup(m_context, "texture_swizzle", ""); in init() local 2206 formatGroup->addChild(swizzleGroup); in init() 2220 …swizzleGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherT… in init()
|