Home
last modified time | relevance | path

Searched refs:presumed_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c228 entry->presumed_offset = target_bo_offset; in anv_reloc_list_add()
500 prev_bbo->relocs.relocs[reloc_idx].presumed_offset = -1; in anv_batch_bo_link()
1424 relocs->relocs[i].presumed_offset + in adjust_relocations_to_state_pool()
1440 if (list->relocs[i].presumed_offset == target_bo->offset && in anv_reloc_list_apply()
1446 list->relocs[i].presumed_offset = target_bo->offset; in anv_reloc_list_apply()
1556 cmd_buffer->surface_relocs.relocs[i].presumed_offset = -1; in reset_cmd_buffer_surface_offsets()
/third_party/libdrm/include/drm/
Di915_drm.h808 __u64 presumed_offset; member
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1007 __u64 presumed_offset; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c414 .presumed_offset = entry->offset, in emit_reloc()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c1004 .presumed_offset = entry->offset, in emit_reloc()
Dbrw_screen.c2043 *batch++ = reloc.presumed_offset + reloc.delta; in brw_detect_pipelined_register()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp367 reloc.presumed_offset = -1; in __gen_combine_address()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c2036 bo_gem->relocs[bo_gem->reloc_count].presumed_offset = target_bo->offset64; in do_bo_emit_reloc()