Searched refs:draw_mode_is_indexed (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_program.h52 unsigned draw_mode_is_indexed; member in struct:zink_gfx_push_constant
H A Dzink_draw.cpp771 unsigned draw_mode_is_indexed = index_size > 0; local in function:zink_draw_vbo
773 offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed), sizeof(unsigned),
774 &draw_mode_is_indexed);
H A Dzink_program.c266 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed);
H A Dzink_compiler.c48 fields[0].name = ralloc_asprintf(nir, "draw_mode_is_indexed");
49 fields[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed);
281 nir_ssa_dest_init(&load->instr, &load->dest, 1, 32, "draw_mode_is_indexed");

Completed in 8 milliseconds