HomeSort by: relevance | last modified time | path
    Searched refs:bt_block (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_batch_chain.c 501 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local
504 .offset = bt_block->offset,
672 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local
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
718 if (bt_block == NULL)
795 struct anv_state *bt_block; local
828 struct anv_state *bt_block = u_vector_remove(&cmd_buffer->bt_block_states); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_batch_chain.c 560 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local
563 .offset = bt_block->offset - pool->start_offset,
779 struct anv_state *bt_block = u_vector_head(&cmd_buffer->bt_block_states); local
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
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
935 struct anv_state *bt_block = u_vector_remove(&cmd_buffer->bt_block_states); local
    [all...]

Completed in 9 milliseconds