Searched refs:reloc_count (Results 1 – 7 of 7) sorted by relevance
65 uint32_t reloc_count; member165 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()
55 assert(cl->reloc_count == 0); in vc4_reset_cl()
180 rlist->reloc_count = 0; in init_reloc_list()393 if (rlist->reloc_count == rlist->reloc_array_size) { in emit_reloc()418 rlist->relocs[rlist->reloc_count++] = in emit_reloc()862 entry->relocation_count = batch->state.relocs.reloc_count; in submit_batch()869 entry->relocation_count = batch->command.relocs.reloc_count; in submit_batch()967 batch->command.relocs.reloc_count, in _crocus_batch_flush()968 batch->state.relocs.reloc_count); in _crocus_batch_flush()985 batch->command.relocs.reloc_count = 0; in _crocus_batch_flush()986 batch->state.relocs.reloc_count = 0; in _crocus_batch_flush()
68 int reloc_count; member
205 int reloc_count; member427 for (j = 0; j < bo_gem->reloc_count; j++) { in drm_intel_gem_dump_validation_list()518 bufmgr_gem->exec2_objects[index].relocation_count = bo_gem->reloc_count; in drm_intel_add_validate_buffer2()1312 for (i = 0; i < bo_gem->reloc_count; i++) { in drm_intel_gem_bo_unreference_final()1323 bo_gem->reloc_count = 0; in drm_intel_gem_bo_unreference_final()2040 assert(bo_gem->reloc_count < bufmgr_gem->max_relocs); in do_bo_emit_reloc()2050 assert(target_bo_gem->reloc_count == 0); in do_bo_emit_reloc()2064 bo_gem->reloc_target_info[bo_gem->reloc_count].bo = target_bo; in do_bo_emit_reloc()2068 bo_gem->reloc_target_info[bo_gem->reloc_count].flags = in do_bo_emit_reloc()2071 bo_gem->reloc_target_info[bo_gem->reloc_count].flags = 0; in do_bo_emit_reloc()[all …]
46 unsigned reloc_count; member
256 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()