Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2438 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local
2443 if (compareModeGroup != textureSizeGroup) in init()
2444 textureSizeGroup->addChild(compareModeGroup); in init()
2455compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gat… in init()
2458compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "",… in init()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp2176 TestCaseGroup* const compareModeGroup = compareMode == tcu::Sampler::COMPAREMODE_NONE ? in init() local
2181 if (compareModeGroup != textureSizeGroup) in init()
2182 textureSizeGroup->addChild(compareModeGroup); in init()
2193compareModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gat… in init()