Searched refs:pipe_scissor_state (Results 1 - 25 of 214) sorted by relevance

123456789

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_clear.h40 const struct pipe_scissor_state *scissor_state,
H A Dlp_clear.c51 const struct pipe_scissor_state *scissor_state,
H A Dlp_state_clip.c68 const struct pipe_scissor_state *scissors)
78 sizeof(struct pipe_scissor_state) * num_scissors);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_clear.h39 const struct pipe_scissor_state *scissor_state,
H A Dsp_state_clip.c68 const struct pipe_scissor_state *scissors)
78 sizeof(struct pipe_scissor_state) * num_scissors);
H A Dsp_context.h84 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS];
149 struct pipe_scissor_state cliprect[PIPE_MAX_VIEWPORTS];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.h45 struct pipe_scissor_state *region;
46 struct pipe_scissor_state bound;
H A Dlima_job.h79 struct pipe_scissor_state damage_rect;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_clip.c68 const struct pipe_scissor_state *scissors)
78 sizeof(struct pipe_scissor_state) * num_scissors);
H A Dsp_context.h84 struct pipe_scissor_state scissors[PIPE_MAX_VIEWPORTS];
149 struct pipe_scissor_state cliprect[PIPE_MAX_VIEWPORTS];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_clip.c68 const struct pipe_scissor_state *scissors)
78 sizeof(struct pipe_scissor_state) * num_scissors);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_scissor.c48 struct pipe_scissor_state scissor[PIPE_MAX_VIEWPORTS];
110 struct pipe_scissor_state new_rects[PIPE_MAX_WINDOW_RECTANGLES];
130 num_rects * sizeof(struct pipe_scissor_state))) {
132 num_rects * sizeof(struct pipe_scissor_state));
H A Dst_scissor.c45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.h50 struct pipe_scissor_state scissor;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_scissor.c48 struct pipe_scissor_state scissor[PIPE_MAX_VIEWPORTS];
113 struct pipe_scissor_state new_rects[PIPE_MAX_WINDOW_RECTANGLES];
133 num_rects * sizeof(struct pipe_scissor_state))) {
135 num_rects * sizeof(struct pipe_scissor_state));
H A Dst_scissor.c45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_clear.h47 struct pipe_scissor_state scissor;
59 const struct pipe_scissor_state *scissor_state,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.h117 struct pipe_scissor_state saved_scissor;
143 struct pipe_scissor_state saved_window_rectangles[PIPE_MAX_WINDOW_RECTANGLES];
272 const struct pipe_scissor_state *scissor,
411 const struct pipe_scissor_state *scissor);
501 struct pipe_scissor_state *state)
589 const struct pipe_scissor_state *rects)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.h158 struct pipe_scissor_state clipping;
179 struct pipe_scissor_state scissor;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h45 void trace_dump_scissor_state(const struct pipe_scissor_state *state);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h67 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h68 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h68 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h67 struct pipe_scissor_state rect[PIPE_MAX_WINDOW_RECTANGLES];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.h41 struct pipe_scissor_state extent;

Completed in 15 milliseconds

123456789