Home
last modified time | relevance | path

Searched defs:__gen_address_offset (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dv3d33_vpm_setup.c29 #define __gen_address_offset(reloc) (*reloc) macro
Dv3d33_tex.c29 #define __gen_address_offset(reloc) (*reloc) macro
Dv3d40_tex.c29 #define __gen_address_offset(reloc) (*reloc) macro
Dnir_to_vir.c39 #define __gen_address_offset(reloc) (*reloc) macro
/third_party/mesa3d/src/broadcom/clif/
Dv3dx_dump.c34 #define __gen_address_offset(reloc) (*reloc) macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h42 __gen_address_offset(struct iris_address addr, uint64_t offset) in __gen_address_offset() function
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h44 __gen_address_offset(struct crocus_address addr, uint64_t offset) in __gen_address_offset() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.h54 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ macro
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h52 #define __gen_address_offset(reloc) ((reloc)->offset) macro
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.h53 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \ macro
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c42 #define __gen_address_offset anv_address_add macro
DgenX_cmd_buffer.c47 #define __gen_address_offset anv_address_add macro
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp52 __gen_address_offset(address addr, uint64_t offset) in __gen_address_offset() function