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

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_batch_chain.c 626 struct anv_batch_bo *first_bbo = local
633 .BatchBufferStartAddress = (struct anv_address) { first_bbo->bo, 0 },
949 struct anv_batch_bo *first_bbo = anv_cmd_buffer_current_batch_bo(cmd_buffer); local
951 *(struct anv_batch_bo **)u_vector_add(&cmd_buffer->seen_bbos) = first_bbo;
955 first_bbo->bo->size == ANV_MIN_CMD_BUFFER_BATCH_SIZE);
956 cmd_buffer->total_batch_size = first_bbo->bo->size;
1101 struct anv_batch_bo *first_bbo = local
1106 emit_batch_buffer_start(primary, first_bbo->bo, 0);
1130 struct anv_batch_bo *first_bbo = local
1135 cmd_buffer_chain_to_batch_bo(primary, first_bbo);
1144 struct anv_batch_bo *first_bbo = local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_batch_chain.c 945 struct anv_batch_bo *first_bbo = local
950 emit_batch_buffer_start(primary, &first_bbo->bo, 0);
974 struct anv_batch_bo *first_bbo = local
979 cmd_buffer_chain_to_batch_bo(primary, first_bbo);

Completed in 18 milliseconds