Searched refs:makeTextureGatherCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 2264 static inline TestCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase() function 2455 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gat… in init() 2458 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "",… 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() 2537 …filterModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gath… in init() 2540 …filterModeGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "", … in init() 2554 …baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, caseName.c_str(), "", gathe… in init() 2558 …baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_testCtx, "sparse_" + caseName, "", g… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 2000 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase() function 2193 …compareModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gat… in init() 2220 …swizzleGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gatherT… in init() 2269 …filterModeGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gath… in init() 2283 …baseLevelGroup->addChild(makeTextureGatherCase(textureType, m_context, caseName.c_str(), "", gathe… in init() 2298 …incompleteGroup->addChild(makeTextureGatherCase(textureType, m_context, "mipmap_incomplete", "", g… in init()
|