Home
last modified time | relevance | path

Searched refs:anv_state_flush (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Dgen8_cmd_buffer.c71 anv_state_flush(cmd_buffer->device, sf_clip_state); in gen8_cmd_buffer_emit_viewport()
100 anv_state_flush(cmd_buffer->device, cc_state); in gen8_cmd_buffer_emit_depth_viewport()
444 anv_state_flush(cmd_buffer->device, cc_state); in genX()
494 anv_state_flush(cmd_buffer->device, cc_state); in genX()
Dgen7_cmd_buffer.c93 anv_state_flush(cmd_buffer->device, scissor_state); in gen7_cmd_buffer_emit_scissor()
193 anv_state_flush(cmd_buffer->device, cc_state); in genX()
Danv_cmd_buffer.c623 anv_state_flush(cmd_buffer->device, state); in anv_cmd_buffer_emit_dynamic()
644 anv_state_flush(cmd_buffer->device, state); in anv_cmd_buffer_merge_dynamic()
700 anv_state_flush(cmd_buffer->device, state); in anv_cmd_buffer_push_constants()
756 anv_state_flush(cmd_buffer->device, state); in anv_cmd_buffer_cs_push_constants()
DgenX_blorp_exec.c120 anv_state_flush(cmd_buffer->device, bt_state); in blorp_alloc_binding_table()
DgenX_cmd_buffer.c1774 anv_state_flush(cmd_buffer->device, *bt_state); in emit_binding_table()
1827 anv_state_flush(cmd_buffer->device, *state); in emit_samplers()
2242 anv_state_flush(cmd_buffer->device, id_state); in emit_base_vertex_instance()
2256 anv_state_flush(cmd_buffer->device, state); in emit_draw_index()
2678 anv_state_flush(cmd_buffer->device, state); in genX()
Danv_device.c1201 anv_state_flush(pool->block_pool.device, state); in anv_state_pool_emit_data()
2478 anv_state_flush(device, state); in anv_fill_buffer_surface_state()
Danv_image.c1049 anv_state_flush(device, state_inout->state); in anv_image_fill_surface_state()
DgenX_pipeline.c999 anv_state_flush(device, pipeline->blend_state);
Danv_blorp.c667 anv_state_flush(cmd_buffer->device, tmp_data); in anv_CmdUpdateBuffer()
Danv_private.h892 anv_state_flush(struct anv_device *device, struct anv_state state) in anv_state_flush() function