Home
last modified time | relevance | path

Searched refs:TESTFUNC_NEVER (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp93 TESTFUNC_NEVER = 0, enumerator
H A DrrFragmentOperations.cpp115 case TESTFUNC_NEVER: SAMPLE_REGISTER_STENCIL_COMPARE(false) break; in executeStencilCompare()
271 case TESTFUNC_NEVER: SAMPLE_REGISTER_DEPTH_COMPARE_F(false) break; in executeDepthCompare()
288 case TESTFUNC_NEVER: SAMPLE_REGISTER_DEPTH_COMPARE_UI(false) break; in executeDepthCompare()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp225 case GL_NEVER: return rr::TESTFUNC_NEVER; in mapGLTestFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp93 case VK_COMPARE_OP_NEVER: return rr::TESTFUNC_NEVER; in mapVkCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp93 case VK_COMPARE_OP_NEVER: return rr::TESTFUNC_NEVER; in mapVkCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp55 case rr::TESTFUNC_NEVER: return VK_COMPARE_OP_NEVER; in mapCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp55 case rr::TESTFUNC_NEVER: return VK_COMPARE_OP_NEVER; in mapCompareOp()

Completed in 7 milliseconds