Searched refs:anv_state_stream_alloc (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 499 state = anv_state_stream_alloc(&pool->surface_state_stream, 64, 64); in anv_descriptor_set_create() 699 bview->surface_state = anv_state_stream_alloc(alloc_stream, 64, 64); in anv_descriptor_set_write_buffer()
|
D | anv_batch_chain.c | 646 return anv_state_stream_alloc(&cmd_buffer->surface_state_stream, in anv_cmd_buffer_alloc_surface_state() 654 return anv_state_stream_alloc(&cmd_buffer->dynamic_state_stream, in anv_cmd_buffer_alloc_dynamic_state()
|
D | anv_allocator.c | 895 anv_state_stream_alloc(struct anv_state_stream *stream, in anv_state_stream_alloc() function
|
D | genX_cmd_buffer.c | 814 anv_state_stream_alloc(&cmd_buffer->surface_state_stream, in genX() 1736 anv_state_stream_alloc(&cmd_buffer->surface_state_stream, 64, 64); in emit_binding_table()
|
D | anv_private.h | 667 struct anv_state anv_state_stream_alloc(struct anv_state_stream *stream,
|