Searched refs:pipe_draw_start_count_bias (Results 1 - 25 of 117) sorted by relevance
12345
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_vsc.h | 29 const struct pipe_draw_start_count_bias *draw);
|
| H A D | fd6_vsc.c | 66 const struct pipe_draw_start_count_bias *draw) 92 const struct pipe_draw_start_count_bias *draw, 131 const struct pipe_draw_start_count_bias *draw)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_prim_restart.h | 53 const struct pipe_draw_start_count_bias *draw, 56 struct pipe_draw_start_count_bias * 59 const struct pipe_draw_start_count_bias *draw, 70 const struct pipe_draw_start_count_bias *draw);
|
| H A D | u_draw.h | 58 struct pipe_draw_start_count_bias draw; 81 struct pipe_draw_start_count_bias draw; 105 struct pipe_draw_start_count_bias draw; 134 struct pipe_draw_start_count_bias draw; 153 struct pipe_draw_start_count_bias draw; 178 const struct pipe_draw_start_count_bias *draws,
|
| H A D | u_vbuf.h | 90 const struct pipe_draw_start_count_bias draw); 93 const struct pipe_draw_start_count_bias *draw,
|
| H A D | u_prim_restart.c | 104 const struct pipe_draw_start_count_bias *draw, 174 struct pipe_draw_start_count_bias *draws; 194 info->draws = MALLOC(info->max * sizeof(struct pipe_draw_start_count_bias)); 202 info->max * sizeof(struct pipe_draw_start_count_bias), 203 2 * info->max * sizeof(struct pipe_draw_start_count_bias)); 223 struct pipe_draw_start_count_bias * 226 const struct pipe_draw_start_count_bias *draw, 292 const struct pipe_draw_start_count_bias *draw) 296 struct pipe_draw_start_count_bias new_draw = *draw; 299 struct pipe_draw_start_count_bias *direct_draw [all...] |
| H A D | u_helpers.h | 61 const struct pipe_draw_start_count_bias *draw,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_swtnl.h | 45 const struct pipe_draw_start_count_bias *draw);
|
| H A D | svga_draw.h | 69 const struct pipe_draw_start_count_bias *draw,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| H A D | u_primconvert.h | 59 const struct pipe_draw_start_count_bias *draws,
|
| H A D | u_primconvert.c | 110 const struct pipe_draw_start_count_bias *draws, 114 struct pipe_draw_start_count_bias new_draw; 115 struct pipe_draw_start_count_bias *direct_draws = NULL; 152 const struct pipe_draw_start_count_bias *draw = &draws[0];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_save.h | 63 struct pipe_draw_start_count_bias *start_counts; 64 struct pipe_draw_start_count_bias start_count;
|
| H A D | vbo.h | 48 struct pipe_draw_start_count_bias; 110 struct pipe_draw_start_count_bias draw[VBO_MAX_PRIM]; 241 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_measure.h | 49 const struct pipe_draw_start_count_bias *sc);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt.c | 60 const struct pipe_draw_start_count_bias *draw_info, 350 const struct pipe_draw_start_count_bias *draw_info, 354 struct pipe_draw_start_count_bias cur = *draw_info; 404 const struct pipe_draw_start_count_bias *draw_info, 434 const struct pipe_draw_start_count_bias *raw_draw, 436 struct pipe_draw_start_count_bias *draw, 440 memcpy(draw, raw_draw, sizeof(struct pipe_draw_start_count_bias)); 460 const struct pipe_draw_start_count_bias *draws, 500 const struct pipe_draw_start_count_bias *draws, 507 struct pipe_draw_start_count_bias resolved_dra [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_emit.h | 50 const struct pipe_draw_start_count_bias *draw;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.h | 91 void trace_dump_draw_start_count(const struct pipe_draw_start_count_bias *state);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_draw.c | 136 const struct pipe_draw_start_count_bias *draws, 177 const struct pipe_draw_start_count_bias *draws, 193 const struct pipe_draw_start_count_bias *draws, 238 struct pipe_draw_start_count_bias draw = {0}; 298 struct pipe_draw_start_count_bias draw = {0}; 320 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_context.h | 201 const struct pipe_draw_start_count_bias *draw); 209 const struct pipe_draw_start_count_bias *draw);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_render_stencilref.c | 41 const struct pipe_draw_start_count_bias *draws, 111 const struct pipe_draw_start_count_bias *draws,
|
| H A D | r300_render.c | 338 const struct pipe_draw_start_count_bias *draw) 502 const struct pipe_draw_start_count_bias *draw) 588 const struct pipe_draw_start_count_bias *draw, 680 const struct pipe_draw_start_count_bias *draw, 722 const struct pipe_draw_start_count_bias *draw) 732 const struct pipe_draw_start_count_bias *draw) 793 const struct pipe_draw_start_count_bias *draws, 803 struct pipe_draw_start_count_bias draw = draws[0]; 861 const struct pipe_draw_start_count_bias *draws, 870 struct pipe_draw_start_count_bias dra [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.h | 199 const struct pipe_draw_start_count_bias draw); 206 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_emit.h | 52 const struct pipe_draw_start_count_bias *draw;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_helpers.c | 91 const struct pipe_draw_start_count_bias *draw,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_draw.c | 117 const struct pipe_draw_start_count_bias *draw) 205 const struct pipe_draw_start_count_bias *draw) 270 const struct pipe_draw_start_count_bias *draws) 319 const struct pipe_draw_start_count_bias *sc) 342 struct pipe_draw_start_count_bias draw; 359 const struct pipe_draw_start_count_bias *draws,
|
Completed in 14 milliseconds
12345