Searched refs:compareModeGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2438 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local 2443 if (compareModeGroup != textureSizeGroup) in init() 2444 textureSizeGroup->addChild(compareModeGroup); in init() 2455 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gat… in init() 2458 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "",… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 2176 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local 2181 if (compareModeGroup != textureSizeGroup) in init() 2182 textureSizeGroup->addChild(compareModeGroup); in init() 2193 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gat… in init()
|