Searched refs:pipe_draw_start_count_bias (Results 1 - 25 of 117) sorted by path
12345
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 3761 - gallium: rename pipe_draw_start_count -> pipe_draw_start_count_bias 3762 - gallium: move pipe_draw_info::index_bias to pipe_draw_start_count_bias
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_context.c | 1594 const struct pipe_draw_start_count_bias draw) 1621 const struct pipe_draw_start_count_bias *draws, 1651 struct pipe_draw_start_count_bias draw; 1673 struct pipe_draw_start_count_bias draw;
|
| 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/auxiliary/draw/ |
| H A D | draw_context.h | 330 const struct pipe_draw_start_count_bias *draws,
|
| 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/auxiliary/driver_ddebug/ |
| H A D | dd_draw.c | 357 const struct pipe_draw_start_count_bias *draw, FILE *f) 1311 const struct pipe_draw_start_count_bias *draws,
|
| H A D | dd_pipe.h | 128 struct pipe_draw_start_count_bias draw;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 36 const struct pipe_draw_start_count_bias *draws, 45 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_context.c | 120 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 116 const struct pipe_draw_start_count_bias *draws, 149 const struct pipe_draw_start_count_bias *draws,
|
| H A D | tr_dump_state.c | 848 void trace_dump_draw_start_count(const struct pipe_draw_start_count_bias *state) 853 trace_dump_struct_begin("pipe_draw_start_count_bias");
|
| 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/gallium/auxiliary/indices/ |
| 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];
|
| H A D | u_primconvert.h | 59 const struct pipe_draw_start_count_bias *draws,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_draw.c | 239 struct pipe_draw_start_count_bias draw; 258 const struct pipe_draw_start_count_bias *draws,
|
| 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_dump.h | 204 util_dump_draw_start_count_bias(FILE *stream, const struct pipe_draw_start_count_bias *state);
|
| H A D | u_dump_state.c | 933 util_dump_draw_start_count_bias(FILE *stream, const struct pipe_draw_start_count_bias *state) 935 util_dump_struct_begin(stream, "pipe_draw_start_count_bias");
|
| H A D | u_helpers.c | 154 const struct pipe_draw_start_count_bias *draw,
|
| H A D | u_helpers.h | 61 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_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_threaded_context.c | 2945 struct pipe_draw_start_count_bias draw; 3022 struct pipe_draw_start_count_bias multi[TC_SLOTS_PER_BATCH / call_size(tc_draw_single)]; 3058 struct pipe_draw_start_count_bias draw; 3077 struct pipe_draw_start_count_bias draw; 3104 struct pipe_draw_start_count_bias slot[]; /* variable-sized array */ 3130 const struct pipe_draw_start_count_bias *draws, 3346 struct pipe_draw_start_count_bias draw; 3381 struct pipe_draw_start_count_bias draws[TC_SLOTS_PER_BATCH / 3416 struct pipe_draw_start_count_bias slot[0]; 3435 const struct pipe_draw_start_count_bias *draw [all...] |
| H A D | u_threaded_context.h | 530 const struct pipe_draw_start_count_bias *draws,
|
| H A D | u_vbuf.c | 451 const struct pipe_draw_start_count_bias *draw, 670 const struct pipe_draw_start_count_bias *draw, 1300 const struct pipe_draw_start_count_bias *draw, 1369 struct pipe_draw_start_count_bias draw; 1385 const struct pipe_draw_start_count_bias draw) 1397 struct pipe_draw_start_count_bias new_draw;
|
Completed in 48 milliseconds
12345