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 D | zink_program.h | 52 unsigned draw_mode_is_indexed; member in struct:zink_gfx_push_constant
|
| H A D | zink_draw.cpp | 771 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 D | zink_program.c | 266 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed);
|
| H A D | zink_compiler.c | 48 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