Home
last modified time | relevance | path

Searched refs:reloc_count (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h65 uint32_t reloc_count; member
165 assert(cl->reloc_count == 0); in cl_start_shader_reloc()
167 cl->reloc_count = n; in cl_start_shader_reloc()
185 cl->reloc_count--; in cl_reloc()
200 cl->reloc_count--; in cl_aligned_reloc()
286 cl->reloc_count--; in cl_pack_emit_reloc()
Dvc4_cl.c55 assert(cl->reloc_count == 0); in vc4_reset_cl()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c128 rlist->reloc_count = 0; in init_reloc_list()
312 brw->batch.saved.batch_reloc_count = brw->batch.batch_relocs.reloc_count; in brw_batch_save_state()
313 brw->batch.saved.state_reloc_count = brw->batch.state_relocs.reloc_count; in brw_batch_save_state()
331 brw->batch.batch_relocs.reloc_count = brw->batch.saved.batch_reloc_count; in brw_batch_reset_to_saved()
332 brw->batch.state_relocs.reloc_count = brw->batch.saved.state_reloc_count; in brw_batch_reset_to_saved()
389 for (int i = 0; i < rlist->reloc_count; i++) { in replace_bo_in_reloc_list()
573 brw->batch.batch_relocs.reloc_count = 0; in brw_new_batch()
574 brw->batch.state_relocs.reloc_count = 0; in brw_new_batch()
819 entry->relocation_count = batch->state_relocs.reloc_count; in submit_batch()
826 entry->relocation_count = batch->batch_relocs.reloc_count; in submit_batch()
[all …]
Dbrw_context.h462 int reloc_count; member
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c206 int reloc_count; member
428 for (j = 0; j < bo_gem->reloc_count; j++) { in drm_intel_gem_dump_validation_list()
512 bufmgr_gem->exec_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer()
557 bufmgr_gem->exec2_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer2()
1354 for (i = 0; i < bo_gem->reloc_count; i++) { in drm_intel_gem_bo_unreference_final()
1365 bo_gem->reloc_count = 0; in drm_intel_gem_bo_unreference_final()
1997 assert(bo_gem->reloc_count < bufmgr_gem->max_relocs); in do_bo_emit_reloc()
2007 assert(target_bo_gem->reloc_count == 0); in do_bo_emit_reloc()
2021 bo_gem->reloc_target_info[bo_gem->reloc_count].bo = target_bo; in do_bo_emit_reloc()
2025 bo_gem->reloc_target_info[bo_gem->reloc_count].flags = in do_bo_emit_reloc()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c181 rlist->reloc_count = 0; in init_reloc_list()
384 if (rlist->reloc_count == rlist->reloc_array_size) { in emit_reloc()
409 rlist->relocs[rlist->reloc_count++] = in emit_reloc()
853 entry->relocation_count = batch->state.relocs.reloc_count; in submit_batch()
860 entry->relocation_count = batch->command.relocs.reloc_count; in submit_batch()
958 batch->command.relocs.reloc_count, in _crocus_batch_flush()
959 batch->state.relocs.reloc_count); in _crocus_batch_flush()
976 batch->command.relocs.reloc_count = 0; in _crocus_batch_flush()
977 batch->state.relocs.reloc_count = 0; in _crocus_batch_flush()
Dcrocus_batch.h68 int reloc_count; member
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h46 unsigned reloc_count; member
Devergreen_compute.c256 if (!relocs || !symbols || !binary->reloc_count) { in parse_relocs()
259 binary->relocs = CALLOC(binary->reloc_count, in parse_relocs()
261 for (i = 0; i < binary->reloc_count; i++) { in parse_relocs()
334 binary->reloc_count = section_header.sh_size / in r600_elf_read()