Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_formref.c39 __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in __libdw_formref() argument
59 *return_offset = *attr->valp; in __libdw_formref()
65 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
71 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
77 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); in __libdw_formref()
83 get_uleb128 (*return_offset, datap, endp); in __libdw_formref()
106 dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset) in dwarf_formref() argument
111 return __libdw_formref (attr, return_offset); in dwarf_formref()
Dlibdw.h521 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
DlibdwP.h763 extern int __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c728 assert(!ctx->info.bifrost->blend[loc].return_offset); in bi_collect_blend_ret_addr()
729 ctx->info.bifrost->blend[loc].return_offset = in bi_collect_blend_ret_addr()
731 assert(!(ctx->info.bifrost->blend[loc].return_offset & 0x7)); in bi_collect_blend_ret_addr()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h223 uint32_t return_offset; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1116 uint32_t return_offset = offset - padding; in anv_state_pool_alloc_no_vg() local
1117 anv_state_pool_return_chunk(pool, return_offset, padding, 0); in anv_state_pool_alloc_no_vg()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c638 shader->blend_ret_offsets[i] = shader->info.bifrost.blend[i].return_offset; in pan_blitter_get_blit_shader()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c419 unsigned ret_offset = fs->info.bifrost.blend[i].return_offset; in panfrost_emit_blend()