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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h 72 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
  /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/gallium/drivers/llvmpipe/
lp_context.h 72 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
  /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/drivers/softpipe/
sp_context.h 76 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/softpipe/
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/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/nv50/
nv50_context.h 144 struct pipe_stencil_ref stencil_ref; member in struct:nv50_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_context.h 148 struct pipe_stencil_ref stencil_ref; member in struct:nvc0_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
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 144 struct pipe_stencil_ref stencil_ref; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 148 struct pipe_stencil_ref stencil_ref; member in struct:nvc0_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 128 struct pipe_stencil_ref stencil_ref; member in struct:r600_context
  /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/i915/
i915_context.h 240 struct pipe_stencil_ref stencil_ref; member in struct:i915_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 223 struct pipe_stencil_ref stencil_ref; member in struct:svga_state
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 77 unsigned stencil_ref; member in struct:GalliumD3D11DeviceContext
170 stencil_ref = 0;
1117 sref.ref_value[0] = stencil_ref;
1118 sref.ref_value[1] = stencil_ref;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 240 struct pipe_stencil_ref stencil_ref; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 223 struct pipe_stencil_ref stencil_ref; member in struct:svga_state
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 77 unsigned stencil_ref; member in struct:GalliumD3D11DeviceContext
170 stencil_ref = 0;
1117 sref.ref_value[0] = stencil_ref;
1118 sref.ref_value[1] = stencil_ref;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 562 struct pipe_stencil_ref stencil_ref; member in struct:r300_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 346 struct pipe_stencil_ref stencil_ref; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 562 struct pipe_stencil_ref stencil_ref; member in struct:r300_context

Completed in 674 milliseconds

1 2