Searched refs:bt_block (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_batch_chain.c560 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_surface_base_address
563 .offset = bt_block->offset - pool->start_offset,
779 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_alloc_binding_table
792 assert(bt_block->offset < 0);
793 *state_offset = -bt_block->offset;
817 struct anv_state *bt_block = u_vector_add(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_new_binding_table_block
818 if (bt_block == NULL) {
823 *bt_block = anv_binding_table_pool_alloc(cmd_buffer->device);
828 cmd_buffer->bt_next = *bt_block;
901 struct anv_state *bt_block; local in function:anv_cmd_buffer_fini_batch_bo_chain
935 struct anv_state *bt_block = u_vector_remove(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_reset_batch_bo_chain
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_batch_chain.c501 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_surface_base_address
504 .offset = bt_block->offset,
672 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_alloc_binding_table
682 bt_block->offset + state.offset);
687 assert(bt_block->offset >= 0);
689 device->binding_table_pool.block_pool.start_address - bt_block->offset;
691 assert(bt_block->offset < 0);
692 *state_offset = -bt_block->offset;
717 struct anv_state *bt_block = u_vector_add(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_new_binding_table_block
718 if (bt_block
795 struct anv_state *bt_block; local in function:anv_cmd_buffer_fini_batch_bo_chain
828 struct anv_state *bt_block = u_vector_remove(&cmd_buffer->bt_block_states); local in function:anv_cmd_buffer_reset_batch_bo_chain
[all...]

Completed in 9 milliseconds