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 D21.2.0.rst3761 - 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 Dcso_context.c1594 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 Dcso_context.h199 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 Ddraw_context.h330 const struct pipe_draw_start_count_bias *draws,
H A Ddraw_pt.c60 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 Ddd_draw.c357 const struct pipe_draw_start_count_bias *draw, FILE *f)
1311 const struct pipe_draw_start_count_bias *draws,
H A Ddd_pipe.h128 struct pipe_draw_start_count_bias draw;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c36 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 Drbug_context.c120 const struct pipe_draw_start_count_bias *draws,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c116 const struct pipe_draw_start_count_bias *draws,
149 const struct pipe_draw_start_count_bias *draws,
H A Dtr_dump_state.c848 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 Dtr_dump_state.h91 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 Du_primconvert.c110 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 Du_primconvert.h59 const struct pipe_draw_start_count_bias *draws,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_draw.c239 struct pipe_draw_start_count_bias draw;
258 const struct pipe_draw_start_count_bias *draws,
H A Du_draw.h58 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 Du_dump.h204 util_dump_draw_start_count_bias(FILE *stream, const struct pipe_draw_start_count_bias *state);
H A Du_dump_state.c933 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 Du_helpers.c154 const struct pipe_draw_start_count_bias *draw,
H A Du_helpers.h61 const struct pipe_draw_start_count_bias *draw,
H A Du_prim_restart.c104 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 Du_prim_restart.h53 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 Du_threaded_context.c2945 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 Du_threaded_context.h530 const struct pipe_draw_start_count_bias *draws,
H A Du_vbuf.c451 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