Searched refs:nobuffer_stages (Results 1 – 2 of 2) sorted by relevance
3291 uint32_t nobuffer_stages = 0; in cmd_buffer_flush_push_constants() local3375 nobuffer_stages |= 1 << stage; in cmd_buffer_flush_push_constants()3394 if (nobuffer_stages) in cmd_buffer_flush_push_constants()3395 cmd_buffer_emit_push_constant_all(cmd_buffer, nobuffer_stages, NULL, 0); in cmd_buffer_flush_push_constants()
5680 uint32_t nobuffer_stages = 0; in iris_upload_dirty_render_state() local5705 nobuffer_stages |= 1 << stage; in iris_upload_dirty_render_state()5722 if (nobuffer_stages) in iris_upload_dirty_render_state()5723 emit_push_constant_packet_all(ice, batch, nobuffer_stages, NULL); in iris_upload_dirty_render_state()