HomeSort by relevance Sort by last modified time
    Searched refs:STENCILOP_KEEP (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 107 STENCILOP_KEEP = 0,
199 , sFail (STENCILOP_KEEP)
200 , dpFail (STENCILOP_KEEP)
201 , dpPass (STENCILOP_KEEP)
rrRenderer.cpp     [all...]
rrFragmentOperations.cpp 150 case STENCILOP_KEEP: SAMPLE_REGISTER_SFAIL(stencilBufferValue) break;
338 case STENCILOP_KEEP: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) break; \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_state.c 95 return STENCILOP_KEEP;
i830_state.c 108 fop = STENCILOP_KEEP;
136 dfop = STENCILOP_KEEP;
164 dpop = STENCILOP_KEEP;
    [all...]
intel_context.h 372 #define STENCILOP_KEEP 0
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 92 return STENCILOP_KEEP;
i915_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 164 return STENCILOP_KEEP;
181 return STENCILOP_KEEP;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 237 case GL_KEEP: return rr::STENCILOP_KEEP;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
depthstencil.h 39 case STENCILOP_KEEP:
state.h 442 STENCILOP_KEEP,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 131 case VK_STENCIL_OP_KEEP: return rr::STENCILOP_KEEP;
  /external/deqp/modules/egl/
teglRenderTests.cpp 330 state.fragOps.stencilStates[0].sFail = rr::STENCILOP_KEEP;
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 651 [VK_STENCIL_OP_KEEP] = STENCILOP_KEEP,
    [all...]

Completed in 1514 milliseconds