Searched refs:nobuffer_stages (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c5832 uint32_t nobuffer_stages = 0; local in function:iris_upload_dirty_render_state
5857 nobuffer_stages |= 1 << stage;
5874 if (nobuffer_stages)
5875 emit_push_constant_packet_all(ice, batch, nobuffer_stages, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c3343 uint32_t nobuffer_stages = 0; local in function:cmd_buffer_flush_push_constants
3427 nobuffer_stages |= 1 << stage;
3446 if (nobuffer_stages)
3447 cmd_buffer_emit_push_constant_all(cmd_buffer, nobuffer_stages, NULL, 0);

Completed in 19 milliseconds