| /third_party/mesa3d/src/broadcom/clif/ |
| D | v3dx_dump.c | 34 #define __gen_address_offset(reloc) (*reloc) argument 35 #define __gen_emit_reloc(cl, reloc) argument 85 struct reloc_worklist_entry *reloc = in v3dX() local 103 struct reloc_worklist_entry *reloc = in v3dX() local 180 struct reloc_worklist_entry *reloc = in v3dX() local
|
| D | clif_dump.c | 166 struct reloc_worklist_entry *reloc, in clif_dump_gl_shader_state_record() 318 struct reloc_worklist_entry *reloc = relocs[i]; in clif_dump_buffers() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | v3d_packing.c | 28 #define __gen_address_offset(reloc) (*reloc) argument 29 #define __gen_emit_reloc(cl, reloc) argument
|
| D | v3d_tex.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_cl.h | 51 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc() 55 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ argument 72 struct v3dv_cl_reloc reloc = in __unpack_address() local 86 struct v3dv_cl_reloc reloc = { in v3dv_cl_address() local 222 cl_pack_emit_reloc(struct v3dv_cl *cl, const struct v3dv_cl_reloc *reloc) in cl_pack_emit_reloc()
|
| D | v3dv_uniforms.c | 311 struct v3dv_cl_reloc reloc = in write_ubo_ssbo_uniforms() local 359 struct v3dv_cl_reloc reloc = in write_inline_uniform() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_serialize.cpp | 58 nv50_ir::RelocInfo *reloc = (nv50_ir::RelocInfo *)info_out->bin.relocData; in nv50_ir_prog_info_out_serialize() local 161 nv50_ir::RelocInfo *reloc = in nv50_ir_prog_info_out_deserialize() local
|
| /third_party/elfutils/libebl/ |
| D | eblrelativerelocp.c | 38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p()
|
| D | eblrelocvaliduse.c | 38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use()
|
| D | eblcopyrelocp.c | 38 ebl_copy_reloc_p (Ebl *ebl, int reloc) in ebl_copy_reloc_p()
|
| D | eblreloctypecheck.c | 38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
|
| D | eblnonerelocp.c | 38 ebl_none_reloc_p (Ebl *ebl, int reloc) in ebl_none_reloc_p()
|
| D | eblgotpcreloccheck.c | 39 ebl_gotpc_reloc_check (Ebl *ebl, int reloc) in ebl_gotpc_reloc_check()
|
| D | eblrelocsimpletype.c | 37 ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub) in ebl_reloc_simple_type()
|
| D | eblreloctypename.c | 39 ebl_reloc_type_name (Ebl *ebl, int reloc, char *buf, size_t len) in ebl_reloc_type_name()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_vertprog.c | 92 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate() local 135 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3d_cl.h | 53 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ argument 61 struct v3d_cl_reloc reloc = in __unpack_address() local 188 struct v3d_cl_reloc reloc = { in cl_address() local 289 cl_pack_emit_reloc(struct v3d_cl *cl, const struct v3d_cl_reloc *reloc) in cl_pack_emit_reloc()
|
| /third_party/libdrm/freedreno/ |
| D | freedreno_ringbuffer.c | 146 const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 153 const struct fd_reloc *reloc) in fd_ringbuffer_reloc2()
|
| /third_party/elfio/tests/ |
| D | ELFIOTest.cpp | 278 const_relocation_section_accessor reloc( reader, sec ); in TEST() local 391 const_relocation_section_accessor reloc( reader, sec ); in TEST() local 464 const_relocation_section_accessor reloc( reader, sec ); in TEST() local 526 const_relocation_section_accessor reloc( reader, sec ); in TEST() local 582 const_relocation_section_accessor reloc( reader, sec ); in TEST() local 684 const_relocation_section_accessor reloc( reader, sec ); in TEST() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_cl.h | 52 #define __gen_address_offset(reloc) ((reloc)->offset) argument 212 struct vc4_cl_reloc reloc = { in cl_address() local 272 cl_pack_emit_reloc(struct vc4_cl *cl, const struct vc4_cl_reloc *reloc) in cl_pack_emit_reloc()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_surface.h | 42 struct etna_reloc reloc[ETNA_MAX_PIXELPIPES]; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | evergreen_hw_context.c | 90 unsigned reloc; in evergreen_cp_dma_clear_buffer() local
|
| D | r600_hw_context.c | 431 unsigned offset, reloc; in r600_emit_pfp_sync_me() local
|
| /third_party/rust/rust/library/std/src/sys/sgx/abi/ |
| D | mod.rs | 9 mod reloc; module
|
| /third_party/mesa3d/src/freedreno/drm/ |
| D | freedreno_ringbuffer.h | 222 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 315 struct fd_reloc reloc = { in OUT_RELOC() local
|