Searched defs:depth_stencil (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c89 softpipe_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
97 softpipe_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
H A Dsp_tile_cache.h96 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member in struct:softpipe_tile_cache
H A Dsp_context.h66 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:softpipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c110 llvmpipe_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
133 llvmpipe_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
H A Dlp_context.h63 const struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:llvmpipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c223 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
238 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c89 softpipe_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
97 softpipe_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
H A Dsp_tile_cache.h96 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member in struct:softpipe_tile_cache
H A Dsp_context.h66 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:softpipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c232 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
247 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c110 llvmpipe_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
133 llvmpipe_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
H A Dlp_context.h65 const struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:llvmpipe_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c299 struct pipe_depth_stencil_alpha_state depth_stencil; local in function:clear_with_quad
[all...]
H A Dst_context.h172 struct pipe_depth_stencil_alpha_state depth_stencil; member in struct:st_context::__anon7939cd9a0108
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c299 struct pipe_depth_stencil_alpha_state depth_stencil; local in function:clear_with_quad
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.h119 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:swr_context
H A Dswr_state.cpp179 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) argument
1051 struct pipe_depth_stencil_alpha_state depth_stencil; member in union:swr_update_derived::__anonc8e135690108::__anonc8e13569020a
166 swr_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h210 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:panfrost_context
H A Dpan_context.c2236 struct pipe_depth_stencil_alpha_state *depth_stencil = cso; local in function:panfrost_bind_depth_stencil_state
2225 panfrost_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c462 i915_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
550 i915_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
563 i915_delete_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
[all...]
H A Di915_context.h231 const struct i915_depth_stencil_state *depth_stencil; member in struct:i915_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state.c441 i915_create_depth_stencil_state(struct pipe_context * pipe,const struct pipe_depth_stencil_alpha_state * depth_stencil) argument
502 i915_bind_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
515 i915_delete_depth_stencil_state(struct pipe_context * pipe,void * depth_stencil) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_context.h141 struct pipe_depth_stencil_alpha_state *depth_stencil; member in struct:swr_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h208 struct panfrost_zsa_state *depth_stencil; member in struct:panfrost_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c109 void *depth_stencil, *depth_stencil_saved; member in struct:cso_context

Completed in 21 milliseconds

12