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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_blend.c 158 const struct pipe_stencil_ref *stencil_ref)
162 if(!stencil_ref)
165 if(memcmp(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref) == 0)
170 memcpy(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref);
lp_context.h 72 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
lp_state_derived.c 172 llvmpipe->stencil_ref.ref_value);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 158 const struct pipe_stencil_ref *stencil_ref)
162 if(!stencil_ref)
165 if(memcmp(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref) == 0)
170 memcpy(&llvmpipe->stencil_ref, stencil_ref, sizeof *stencil_ref);
lp_context.h 72 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
lp_state_derived.c 172 llvmpipe->stencil_ref.ref_value);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_render_stencilref.c 51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]);
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1];
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
  /external/mesa3d/src/gallium/drivers/r300/
r300_render_stencilref.c 51 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]);
64 sr->ref_value_front = r300->stencil_ref.ref_value[0];
81 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1];
97 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_blend.c 117 const struct pipe_stencil_ref *stencil_ref)
121 softpipe->stencil_ref = *stencil_ref;
sp_context.h 76 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 117 const struct pipe_stencil_ref *stencil_ref)
121 softpipe->stencil_ref = *stencil_ref;
sp_context.h 76 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 141 const struct pipe_stencil_ref *stencil_ref )
145 svga->curr.stencil_ref = *stencil_ref;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 141 const struct pipe_stencil_ref *stencil_ref )
145 svga->curr.stencil_ref = *stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_immediate.c 133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
i915_state_dynamic.c 118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_immediate.c 133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
i915_state_dynamic.c 118 bfo[0] |= i915->stencil_ref.ref_value[1] << BFO_STENCIL_REF_SHIFT;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 263 struct pipe_stencil_ref stencil_ref; local
264 memset(&stencil_ref, 0, sizeof(stencil_ref));
272 stencil_ref.ref_value[0] = ctx->Stencil.Clear;
273 cso_set_stencil_ref(st->cso_context, &stencil_ref);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 263 struct pipe_stencil_ref stencil_ref; local
264 memset(&stencil_ref, 0, sizeof(stencil_ref));
272 stencil_ref.ref_value[0] = ctx->Stencil.Clear;
273 cso_set_stencil_ref(st->cso_context, &stencil_ref);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 119 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
707 if (memcmp(&ctx->stencil_ref, sr, sizeof(ctx->stencil_ref))) {
708 ctx->stencil_ref = *sr;
716 ctx->stencil_ref_saved = ctx->stencil_ref;
722 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
723 sizeof(ctx->stencil_ref))) {
724 ctx->stencil_ref = ctx->stencil_ref_saved;
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 119 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
707 if (memcmp(&ctx->stencil_ref, sr, sizeof(ctx->stencil_ref))) {
708 ctx->stencil_ref = *sr;
716 ctx->stencil_ref_saved = ctx->stencil_ref;
722 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
723 sizeof(ctx->stencil_ref))) {
724 ctx->stencil_ref = ctx->stencil_ref_saved;
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 100 struct pipe_stencil_ref stencil_ref; member in struct:nv30_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 128 struct pipe_stencil_ref stencil_ref; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 100 struct pipe_stencil_ref stencil_ref; member in struct:nv30_context

Completed in 930 milliseconds

1 2 3 4