| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | 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); 157 llvmpipe_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref * stencil_ref) argument
|
| H A D | lp_context.h | 74 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | 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;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_blend.c | 158 const struct pipe_stencil_ref stencil_ref) 162 if(memcmp(&llvmpipe->stencil_ref, &stencil_ref, sizeof stencil_ref) == 0) 167 memcpy(&llvmpipe->stencil_ref, &stencil_ref, sizeof stencil_ref); 157 llvmpipe_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref stencil_ref) argument
|
| H A D | lp_context.h | 80 struct pipe_stencil_ref stencil_ref; member in struct:llvmpipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_render_stencilref.c | 55 r300->stencil_ref.ref_value[0] != r300->stencil_ref.ref_value[1]); 68 sr->ref_value_front = r300->stencil_ref.ref_value[0]; 85 r300->stencil_ref.ref_value[0] = r300->stencil_ref.ref_value[1]; 101 r300->stencil_ref.ref_value[0] = sr->ref_value_front;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_blend.c | 117 const struct pipe_stencil_ref *stencil_ref) 121 softpipe->stencil_ref = *stencil_ref; 116 softpipe_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref * stencil_ref) argument
|
| H A D | sp_context.h | 79 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_state_blend.c | 117 const struct pipe_stencil_ref stencil_ref) 121 softpipe->stencil_ref = stencil_ref; 116 softpipe_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref stencil_ref) argument
|
| H A D | sp_context.h | 79 struct pipe_stencil_ref stencil_ref; member in struct:softpipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blit.c | 50 util_blitter_save_stencil_ref(blitter, &ctx->stencil_ref);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_depthstencil.c | 266 const struct pipe_stencil_ref stencil_ref) 275 svga->curr.stencil_ref = stencil_ref; 265 svga_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref stencil_ref) argument
|
| H A D | svga_state_rss.c | 215 EMIT_RS(svga, svga->curr.stencil_ref.ref_value[0], STENCILREF); 437 svga->state.hw_draw.stencil_ref = 0; 445 unsigned curr_ref = svga->curr.stencil_ref.ref_value[0]; 448 curr_ref != svga->state.hw_draw.stencil_ref) { 456 svga->state.hw_draw.stencil_ref = curr_ref;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 308 struct pipe_stencil_ref stencil_ref; local in function:clear_with_quad 309 memset(&stencil_ref, 0, sizeof(stencil_ref)); 317 stencil_ref.ref_value[0] = ctx->Stencil.Clear; 318 cso_set_stencil_ref(cso, &stencil_ref);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_depthstencil.c | 281 const struct pipe_stencil_ref *stencil_ref) 290 svga->curr.stencil_ref = *stencil_ref; 280 svga_set_stencil_ref(struct pipe_context * pipe,const struct pipe_stencil_ref * stencil_ref) argument
|
| H A D | svga_state_rss.c | 215 EMIT_RS(svga, svga->curr.stencil_ref.ref_value[0], STENCILREF); 437 svga->state.hw_draw.stencil_ref = 0; 445 unsigned curr_ref = svga->curr.stencil_ref.ref_value[0]; 448 curr_ref != svga->state.hw_draw.stencil_ref) { 456 svga->state.hw_draw.stencil_ref = curr_ref;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.h | 157 struct compiled_stencil_ref stencil_ref; member in struct:etna_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_state_immediate.c | 133 LIS5 |= i915->stencil_ref.ref_value[0] << S5_STENCIL_REF_SHIFT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_context.h | 163 struct compiled_stencil_ref stencil_ref; member in struct:etna_context
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.c | 308 struct pipe_stencil_ref stencil_ref; local in function:clear_with_quad 309 memset(&stencil_ref, 0, sizeof(stencil_ref)); 317 stencil_ref.ref_value[0] = ctx->Stencil.Clear; 318 cso_set_stencil_ref(cso, stencil_ref);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 114 struct si_dsa_stencil_ref_part stencil_ref; member in struct:si_state_dsa 203 struct si_atom stencil_ref; member in struct:si_state_atoms::__anon2bb813670208 226 SI_ATOM_BIT(stencil_ref) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_state.c | 280 const struct pipe_stencil_ref *stencil_ref) 284 ctx->stencil_ref = *stencil_ref; 279 lima_set_stencil_ref(struct pipe_context * pctx,const struct pipe_stencil_ref * stencil_ref) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_state.c | 256 const struct pipe_stencil_ref stencil_ref) 260 ctx->stencil_ref = stencil_ref; 255 lima_set_stencil_ref(struct pipe_context * pctx,const struct pipe_stencil_ref stencil_ref) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 126 struct si_dsa_stencil_ref_part stencil_ref; member in struct:si_state_dsa 227 struct si_atom stencil_ref; member in struct:si_state_atoms::si_atoms_s 245 SI_ATOM_BIT(stencil_ref) | SI_ATOM_BIT(scratch_state) | SI_ATOM_BIT(window_rectangles));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pass.c | 285 const VkAttachmentReferenceStencilLayoutKHR *stencil_ref = local in function:stencil_ref_layout 288 if (!stencil_ref) 290 return stencil_ref->stencilLayout;
|