Searched refs:batch_relocs (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.c | 94 init_reloc_list(&batch->batch_relocs, 250); in intel_batchbuffer_init() 229 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; in intel_batchbuffer_save_state() 241 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; in intel_batchbuffer_reset_to_saved() 261 free(batch->batch_relocs.relocs); in intel_batchbuffer_free() 379 replace_bo_in_reloc_list(&batch->batch_relocs, in grow_buffer() 689 brw->batch.batch_relocs.reloc_count = 0; in brw_new_batch() 945 entry->relocation_count = batch->batch_relocs.reloc_count; in submit_batch() 946 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; in submit_batch() 1023 brw->batch.batch_relocs.reloc_count, in _intel_batchbuffer_flush_fence() 1106 return emit_reloc(batch, &batch->batch_relocs, batch_offset, in brw_batch_reloc()
|
D | brw_context.h | 503 struct brw_reloc_list batch_relocs; member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 218 anv_reloc_list_finish(&pipeline->batch_relocs, in anv_DestroyPipeline() 1284 result = anv_reloc_list_init(&pipeline->batch_relocs, alloc); in anv_pipeline_init() 1291 pipeline->batch.relocs = &pipeline->batch_relocs; in anv_pipeline_init() 1414 anv_reloc_list_finish(&pipeline->batch_relocs, alloc); in anv_pipeline_init()
|
D | genX_pipeline.c | 1763 result = anv_reloc_list_init(&pipeline->batch_relocs, 1771 pipeline->batch.relocs = &pipeline->batch_relocs;
|
D | anv_private.h | 2122 struct anv_reloc_list batch_relocs; member
|