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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 93 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member in struct:softpipe_tile_cache
sp_context.h 64 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 93 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member in struct:softpipe_tile_cache
sp_context.h 64 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:softpipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h 62 const struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:llvmpipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d.c 232 uint rgba[4], depth_stencil[2], buffer_size; local
246 depth_stencil[i] =
251 depth_stencil[i] = 0;
290 conf->DepthSize = depth_stencil[0];
291 conf->StencilSize = depth_stencil[1];
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_clear.c 252 /* depth_stencil state: always pass/set to ref value */
254 struct pipe_depth_stencil_alpha_state depth_stencil; local
255 memset(&depth_stencil, 0, sizeof(depth_stencil));
257 depth_stencil.depth.enabled = 1;
258 depth_stencil.depth.writemask = 1;
259 depth_stencil.depth.func = PIPE_FUNC_ALWAYS;
265 depth_stencil.stencil[0].enabled = 1;
266 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS;
267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE
    [all...]
st_context.h 99 struct pipe_depth_stencil_alpha_state depth_stencil; member in struct:st_context::__anon19190
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 62 const struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 232 uint rgba[4], depth_stencil[2], buffer_size; local
246 depth_stencil[i] =
251 depth_stencil[i] = 0;
290 conf->DepthSize = depth_stencil[0];
291 conf->StencilSize = depth_stencil[1];
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 252 /* depth_stencil state: always pass/set to ref value */
254 struct pipe_depth_stencil_alpha_state depth_stencil; local
255 memset(&depth_stencil, 0, sizeof(depth_stencil));
257 depth_stencil.depth.enabled = 1;
258 depth_stencil.depth.writemask = 1;
259 depth_stencil.depth.func = PIPE_FUNC_ALWAYS;
265 depth_stencil.stencil[0].enabled = 1;
266 depth_stencil.stencil[0].func = PIPE_FUNC_ALWAYS;
267 depth_stencil.stencil[0].fail_op = PIPE_STENCIL_OP_REPLACE
    [all...]
st_context.h 99 struct pipe_depth_stencil_alpha_state depth_stencil; member in struct:st_context::__anon7528
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
141 if (ctx->depth_stencil == cso->data)
469 if (ctx->depth_stencil != handle) {
470 ctx->depth_stencil = handle;
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 105 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context
141 if (ctx->depth_stencil == cso->data)
469 if (ctx->depth_stencil != handle) {
470 ctx->depth_stencil = handle;
479 ctx->depth_stencil_saved = ctx->depth_stencil;
484 if (ctx->depth_stencil != ctx->depth_stencil_saved) {
485 ctx->depth_stencil = ctx->depth_stencil_saved;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 234 const struct i915_depth_stencil_state *depth_stencil; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 234 const struct i915_depth_stencil_state *depth_stencil; member in struct:i915_context

Completed in 360 milliseconds