Searched refs:anv_state_flush (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | gen8_cmd_buffer.c | 71 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()
|
D | gen7_cmd_buffer.c | 93 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()
|
D | anv_cmd_buffer.c | 623 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()
|
D | genX_blorp_exec.c | 120 anv_state_flush(cmd_buffer->device, bt_state); in blorp_alloc_binding_table()
|
D | genX_cmd_buffer.c | 1774 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()
|
D | anv_device.c | 1201 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()
|
D | anv_image.c | 1049 anv_state_flush(device, state_inout->state); in anv_image_fill_surface_state()
|
D | genX_pipeline.c | 999 anv_state_flush(device, pipeline->blend_state);
|
D | anv_blorp.c | 667 anv_state_flush(cmd_buffer->device, tmp_data); in anv_CmdUpdateBuffer()
|
D | anv_private.h | 892 anv_state_flush(struct anv_device *device, struct anv_state state) in anv_state_flush() function
|