Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.h52 unsigned draw_mode_is_indexed; member
H A Dzink_draw.cpp776 unsigned draw_mode_is_indexed = index_size > 0; in zink_draw() local
778 offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed), sizeof(unsigned), in zink_draw()
779 &draw_mode_is_indexed); in zink_draw()
H A Dzink_program.c382 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in zink_pipeline_layout_create()
H A Dzink_compiler.c55 fields[0].name = ralloc_asprintf(nir, "draw_mode_is_indexed"); in create_vs_pushconst()
56 fields[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in create_vs_pushconst()
257 nir_ssa_dest_init(&load->instr, &load->dest, 1, 32, "draw_mode_is_indexed"); in lower_basevertex_instr()

Completed in 10 milliseconds