HomeSort by relevance Sort by last modified time
    Searched refs:depth_stencil (Results 1 - 25 of 31) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 90 const struct pipe_depth_stencil_alpha_state *depth_stencil)
92 return mem_dup(depth_stencil, sizeof(*depth_stencil));
98 void *depth_stencil)
102 softpipe->depth_stencil = (struct pipe_depth_stencil_alpha_state *)depth_stencil;
sp_quad_pipe.c 46 (sp->depth_stencil->depth.enabled &&
48 !sp->depth_stencil->alpha.enabled &&
sp_quad_depth_test.c 545 switch (softpipe->depth_stencil->depth.func) {
603 if (softpipe->depth_stencil->depth.writemask) {
630 if (!softpipe->depth_stencil->stencil[1].enabled) {
640 func = softpipe->depth_stencil->stencil[face].func;
641 failOp = softpipe->depth_stencil->stencil[face].fail_op;
642 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
643 zPassOp = softpipe->depth_stencil->stencil[face].zpass_op;
645 wrtMask = softpipe->depth_stencil->stencil[face].writemask;
646 valMask = softpipe->depth_stencil->stencil[face].valuemask;
662 if (softpipe->depth_stencil->depth.enabled)
    [all...]
sp_tile_cache.h 96 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member in struct:softpipe_tile_cache
sp_tile_cache.c 219 tc->depth_stencil = util_format_is_depth_or_stencil(ps->format);
354 if (tc->depth_stencil) {
367 if (tc->depth_stencil) {
405 if (tc->depth_stencil) {
535 if (tc->depth_stencil) {
576 if (tc->depth_stencil) {
586 if (tc->depth_stencil) {
sp_context.h 66 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:softpipe_context
sp_surface.c 74 util_blitter_save_depth_stencil_alpha(sp->blitter, sp->depth_stencil);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 111 const struct pipe_depth_stencil_alpha_state *depth_stencil)
115 state = mem_dup(depth_stencil, sizeof *depth_stencil);
134 void *depth_stencil)
138 if (llvmpipe->depth_stencil == depth_stencil)
143 llvmpipe->depth_stencil = depth_stencil;
lp_context.h 63 const struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:llvmpipe_context
lp_state_derived.c 233 llvmpipe->depth_stencil->alpha.ref_value);
lp_surface.c 105 util_blitter_save_depth_stencil_alpha(lp->blitter, (void*)lp->depth_stencil);
  /external/mesa3d/src/mesa/state_tracker/
st_cache.h 54 const struct pipe_depth_stencil_alpha_state *depth_stencil);
st_cb_clear.c 243 /* depth_stencil state: always pass/set to ref value */
245 struct pipe_depth_stencil_alpha_state depth_stencil; local
246 memset(&depth_stencil, 0, sizeof(depth_stencil));
248 depth_stencil.depth.enabled = 1;
249 depth_stencil.depth.writemask = 1;
250 depth_stencil.depth.func = PIPE_FUNC_ALWAYS;
256 depth_stencil.stencil[0].enabled = 1;
257 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS;
258 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE
    [all...]
st_atom_depth.c 101 struct pipe_depth_stencil_alpha_state *dsa = &st->state.depth_stencil;
st_context.h 112 struct pipe_depth_stencil_alpha_state depth_stencil; member in struct:st_context::__anon30614
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 463 const struct pipe_depth_stencil_alpha_state *depth_stencil)
468 int testmask = depth_stencil->stencil[0].valuemask & 0xff;
469 int writemask = depth_stencil->stencil[0].writemask & 0xff;
478 if (depth_stencil->stencil[0].enabled) {
479 int test = i915_translate_compare_func(depth_stencil->stencil[0].func);
480 int fop = i915_translate_stencil_op(depth_stencil->stencil[0].fail_op);
481 int dfop = i915_translate_stencil_op(depth_stencil->stencil[0].zfail_op);
482 int dpop = i915_translate_stencil_op(depth_stencil->stencil[0].zpass_op);
492 if (depth_stencil->stencil[1].enabled) {
493 int test = i915_translate_compare_func(depth_stencil->stencil[1].func)
    [all...]
i915_state_dynamic.c 92 modes4 |= i915->depth_stencil->stencil_modes4;
114 bfo[0] = i915->depth_stencil->bfo[0];
115 bfo[1] = i915->depth_stencil->bfo[1];
i915_state_immediate.c 131 LIS5 |= i915->depth_stencil->stencil_LIS5;
175 LIS6 |= i915->depth_stencil->depth_LIS6;
i915_context.h 231 const struct i915_depth_stencil_state *depth_stencil; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 217 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil)
226 svga->curr.depth = (const struct svga_depth_stencil_state *)depth_stencil;
232 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil)
236 (struct svga_depth_stencil_state *) depth_stencil;
259 FREE(depth_stencil);
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 110 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:swr_context
swr_state.cpp 165 const struct pipe_depth_stencil_alpha_state *depth_stencil)
169 state = (pipe_depth_stencil_alpha_state *)mem_dup(depth_stencil,
170 sizeof *depth_stencil);
176 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil)
180 if (ctx->depth_stencil == (pipe_depth_stencil_alpha_state *)depth_stencil)
183 ctx->depth_stencil = (pipe_depth_stencil_alpha_state *)depth_stencil;
    [all...]
  /external/mesa3d/src/intel/vulkan/
gen7_cmd_buffer.c 209 struct GENX(DEPTH_STENCIL_STATE) depth_stencil = {
216 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil);
genX_pipeline.c 662 struct GENX(DEPTH_STENCIL_STATE) depth_stencil = {
664 struct GENX(3DSTATE_WM_DEPTH_STENCIL) depth_stencil = {
694 depth_stencil.DepthBufferWriteEnable = false;
695 depth_stencil.DepthTestFunction = PREFILTEROPALWAYS;
699 depth_stencil.StencilBufferWriteEnable = false;
700 depth_stencil.StencilTestFunction = PREFILTEROPALWAYS;
701 depth_stencil.BackfaceStencilTestFunction = PREFILTEROPALWAYS;
710 depth_stencil.DepthBufferWriteEnable = false;
713 GENX(DEPTH_STENCIL_STATE_pack)(NULL, depth_stencil_dw, &depth_stencil);
715 GENX(3DSTATE_WM_DEPTH_STENCIL_pack)(NULL, depth_stencil_dw, &depth_stencil);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 106 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
146 if (ctx->depth_stencil == cso->data)
549 if (ctx->depth_stencil != handle) {
550 ctx->depth_stencil = handle;
560 ctx->depth_stencil_saved = ctx->depth_stencil;
566 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
567 ctx->depth_stencil = ctx->depth_stencil_saved;
    [all...]

Completed in 508 milliseconds

1 2