Searched refs:batch_relocs (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_batchbuffer.c | 147 init_reloc_list(&batch->batch_relocs, 250); 301 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; 320 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; 340 free(batch->batch_relocs.relocs); 468 replace_bo_in_reloc_list(&batch->batch_relocs, 556 brw->batch.batch_relocs.reloc_count = 0; 801 entry->relocation_count = batch->batch_relocs.reloc_count; 802 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; 887 brw->batch.batch_relocs.reloc_count, 1000 return emit_reloc(batch, &batch->batch_relocs, batch_offse [all...] |
| H A D | brw_context.h | 506 struct brw_reloc_list batch_relocs; member in struct:intel_batchbuffer
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_batch.c | 147 init_reloc_list(&batch->batch_relocs, 250); 312 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; 331 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; 351 free(batch->batch_relocs.relocs); 479 replace_bo_in_reloc_list(&batch->batch_relocs, 573 brw->batch.batch_relocs.reloc_count = 0; 826 entry->relocation_count = batch->batch_relocs.reloc_count; 827 entry->relocs_ptr = (uintptr_t) batch->batch_relocs.relocs; 912 brw->batch.batch_relocs.reloc_count, 1036 return emit_reloc(batch, &batch->batch_relocs, batch_offse [all...] |
| H A D | brw_context.h | 497 struct brw_reloc_list batch_relocs; member in struct:brw_batch
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 260 anv_reloc_list_finish(&pipeline->batch_relocs, 1627 result = anv_reloc_list_init(&pipeline->batch_relocs, alloc); 1634 pipeline->batch.relocs = &pipeline->batch_relocs; 1663 anv_reloc_list_finish(&pipeline->batch_relocs, alloc);
|
| H A D | genX_pipeline.c | 2021 result = anv_reloc_list_init(&pipeline->batch_relocs, 2029 pipeline->batch.relocs = &pipeline->batch_relocs;
|
| H A D | anv_private.h | 2742 struct anv_reloc_list batch_relocs; member in struct:anv_pipeline
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 280 pipeline->batch.relocs = &pipeline->batch_relocs; 283 result = anv_reloc_list_init(&pipeline->batch_relocs, 303 anv_reloc_list_finish(&pipeline->batch_relocs,
|
| H A D | anv_private.h | 3517 struct anv_reloc_list batch_relocs; member in struct:anv_pipeline
|
Completed in 38 milliseconds