/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 | 162 struct reloc_worklist_entry *reloc, in clif_dump_gl_shader_state_record() 314 struct reloc_worklist_entry *reloc = relocs[i]; in clif_dump_buffers() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d33_vpm_setup.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
D | v3d33_tex.c | 29 #define __gen_address_offset(reloc) (*reloc) argument 30 #define __gen_emit_reloc(cl, reloc) argument
|
D | v3d40_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 | 50 pack_emit_reloc(void *cl, const void *reloc) {} in pack_emit_reloc() 54 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ 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()
|
D | v3dv_uniforms.c | 322 struct v3dv_cl_reloc reloc = in write_ubo_ssbo_uniforms() local 370 struct v3dv_cl_reloc reloc = in write_inline_uniform() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_serialize.cpp | 78 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
|
/third_party/elfutils/libebl/ |
D | eblrelativerelocp.c | 38 ebl_relative_reloc_p (Ebl *ebl, int reloc) in ebl_relative_reloc_p()
|
D | eblcopyrelocp.c | 38 ebl_copy_reloc_p (Ebl *ebl, int reloc) in ebl_copy_reloc_p()
|
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 | eblreloctypecheck.c | 38 ebl_reloc_type_check (Ebl *ebl, int reloc) in ebl_reloc_type_check()
|
D | eblrelocvaliduse.c | 38 ebl_reloc_valid_use (Ebl *ebl, int reloc) in ebl_reloc_valid_use()
|
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 | 91 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
|
/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 286 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 280 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 | 108 unsigned reloc; in evergreen_cp_dma_clear_buffer() local
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_ringbuffer.h | 220 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 299 struct fd_reloc reloc = { in OUT_RELOC() local
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 218 struct vmw_buffer_relocation *reloc = &vswc->region.relocs[i]; in vmw_swc_flush() local 393 struct vmw_buffer_relocation *reloc; in vmw_swc_region_relocation() local 431 struct vmw_buffer_relocation *reloc; in vmw_swc_mob_relocation() local
|