Searched refs:compareModeGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2437 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local 2442 if (compareModeGroup != textureSizeGroup) in init() 2443 textureSizeGroup->addChild(compareModeGroup); in init() 2454 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gat… in init() 2457 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "",… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 2156 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local 2161 if (compareModeGroup != textureSizeGroup) in init() 2162 textureSizeGroup->addChild(compareModeGroup); in init() 2173 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gat… in init()
|