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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_wm_depth_stencil.c 79 int stencil_ref = _mesa_get_stencil_ref(ctx, 0); local
82 dw3 = SET_FIELD(stencil_ref, GEN9_WM_DS_STENCIL_REF) |
brw_structs.h 232 unsigned stencil_ref:8; member in struct:gen6_color_calc_state::__anon28615
308 unsigned stencil_ref:8; member in struct:brw_cc_unit_state::__anon28622
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 74 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 254 struct pipe_stencil_ref stencil_ref; local
255 memset(&stencil_ref, 0, sizeof(stencil_ref));
263 stencil_ref.ref_value[0] = ctx->Stencil.Clear;
264 cso_set_stencil_ref(cso, &stencil_ref);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.h 148 struct compiled_stencil_ref stencil_ref; member in struct:etna_context
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.h 103 struct pipe_stencil_ref stencil_ref; member in struct:nv30_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 79 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 119 struct pipe_stencil_ref stencil_ref; member in struct:swr_context
  /external/mesa3d/src/intel/blorp/
blorp_priv.h 175 uint8_t stencil_ref; member in struct:blorp_params
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 173 struct pipe_stencil_ref stencil_ref; member in struct:dd_draw_state
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 239 struct pipe_stencil_ref stencil_ref; member in struct:fd_context
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 168 struct pipe_stencil_ref stencil_ref; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 90 struct si_dsa_stencil_ref_part stencil_ref; member in struct:si_state_dsa
150 struct r600_atom *stencil_ref; member in struct:si_state_atoms::__anon27902
si_pipe.h 245 struct si_stencil_ref stencil_ref; member in struct:si_context
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 124 struct pipe_stencil_ref stencil_ref, stencil_ref_saved; member in struct:cso_context
829 if (memcmp(&ctx->stencil_ref, sr, sizeof(ctx->stencil_ref))) {
830 ctx->stencil_ref = *sr;
838 ctx->stencil_ref_saved = ctx->stencil_ref;
845 if (memcmp(&ctx->stencil_ref, &ctx->stencil_ref_saved,
846 sizeof(ctx->stencil_ref))) {
847 ctx->stencil_ref = ctx->stencil_ref_saved;
848 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 243 struct pipe_stencil_ref stencil_ref; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 371 struct pipe_stencil_ref stencil_ref; member in struct:ilo_state_vector
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 218 struct pipe_stencil_ref stencil_ref; member in struct:nvc0_context
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 372 struct pipe_stencil_ref stencil_ref; member in struct:vc4_context
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 559 struct pipe_stencil_ref stencil_ref; member in struct:r300_context
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 468 struct r600_stencil_ref_state stencil_ref; member in struct:r600_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 288 struct pipe_stencil_ref stencil_ref; member in struct:svga_state
371 unsigned stencil_ref; member in struct:svga_hw_draw_state

Completed in 910 milliseconds