Home
last modified time | relevance | path

Searched defs:reloc (Results 1 - 25 of 48) sorted by relevance

12

/third_party/elfutils/libebl/
H A Deblrelocvaliduse.c38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use() argument
H A Deblcopyrelocp.c38 ebl_copy_reloc_p (Ebl *ebl, int reloc) in ebl_copy_reloc_p() argument
H A Deblgotpcreloccheck.c39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check() argument
H A Deblnonerelocp.c38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p() argument
H A Deblrelocsimpletype.c37 ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub) in ebl_reloc_simple_type() argument
H A Deblreloctypecheck.c38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check() argument
H A Deblrelativerelocp.c38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p() argument
H A Deblreloctypename.c39 ebl_reloc_type_name (Ebl *ebl, int reloc, char *buf, size_t len) in ebl_reloc_type_name() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.h42 struct etna_reloc reloc[ETNA_MAX_PIXELPIPES]; member
H A Detnaviv_emit.h66 etna_set_state_reloc(struct etna_cmd_stream *stream, uint32_t address, const struct etna_reloc *reloc) etna_set_state_reloc() argument
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp_reloc.h34 emit_reloc_common(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) emit_reloc_common() argument
43 fd_ringbuffer_sp_emit_reloc_nonobj(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) fd_ringbuffer_sp_emit_reloc_nonobj() argument
57 fd_ringbuffer_sp_emit_reloc_obj(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) fd_ringbuffer_sp_emit_reloc_obj() argument
[all...]
H A Dfreedreno_ringbuffer.h220 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) in fd_ringbuffer_reloc() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_ringbuffer.h38 emit_reloc_common(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) emit_reloc_common() argument
47 virtio_ringbuffer_emit_reloc_nonobj(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) virtio_ringbuffer_emit_reloc_nonobj() argument
61 virtio_ringbuffer_emit_reloc_obj(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) virtio_ringbuffer_emit_reloc_obj() argument
[all...]
/third_party/mesa3d/src/broadcom/clif/
H A Dv3dx_dump.c85 struct reloc_worklist_entry *reloc = in clif_dump_packet() local
103 struct reloc_worklist_entry *reloc = in clif_dump_packet() local
180 struct reloc_worklist_entry *reloc in clif_dump_packet() local
[all...]
H A Dclif_dump.c161 clif_dump_gl_shader_state_record(struct clif_dump *clif, struct reloc_worklist_entry *reloc, void *vaddr, bool including_gs) clif_dump_gl_shader_state_record() argument
314 struct reloc_worklist_entry *reloc = relocs[i]; clif_dump_buffers() local
[all...]
/third_party/libdrm/freedreno/
H A Dfreedreno_ringbuffer.c145 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) fd_ringbuffer_reloc() argument
152 fd_ringbuffer_reloc2(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) fd_ringbuffer_reloc2() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_serialize.cpp78 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_serialize() local
181 nv50_ir::RelocInfo *reloc in nv50_ir_prog_info_out_deserialize() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c91 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local
134 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_hw_context.c108 unsigned reloc; in evergreen_cp_dma_clear_buffer() local
H A Dr600_cs.h120 unsigned reloc = radeon_add_to_buffer_list(rctx, ring, rbo, usage); in r600_emit_reloc() local
/third_party/elfutils/backends/
H A Dcommon-reloc.c86 EBLHOOK(reloc_type_name) (int reloc, in reloc_type_name() argument
100 reloc_type_check(int reloc) reloc_type_check() argument
110 reloc_valid_use(Elf *elf, int reloc) reloc_valid_use() argument
129 copy_reloc_p(int reloc) copy_reloc_p() argument
136 none_reloc_p(int reloc) none_reloc_p() argument
143 relative_reloc_p(int reloc) relative_reloc_p() argument
[all...]
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c251 struct drm_etnaviv_gem_submit_reloc *reloc; in etna_cmd_stream_reloc() local
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c261 struct drm_etnaviv_gem_submit_reloc *reloc; in etna_cmd_stream_reloc() local
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c478 msm_ringbuffer_emit_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) msm_ringbuffer_emit_reloc() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.h50 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc() argument
71 struct v3dv_cl_reloc reloc = in __unpack_address() local
85 struct v3dv_cl_reloc reloc = { in v3dv_cl_address() local
212 cl_pack_emit_reloc(struct v3dv_cl *cl, const struct v3dv_cl_reloc *reloc) in cl_pack_emit_reloc() argument
[all...]

Completed in 8 milliseconds

12