Searched refs:return_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_formref.c | 39 __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()
|
D | libdw.h | 521 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
|
D | libdwP.h | 763 extern int __libdw_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_pack.c | 728 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/ |
D | pan_ir.h | 223 uint32_t return_offset; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 1116 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/ |
D | pan_blitter.c | 638 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/ |
D | pan_cmdstream.c | 419 unsigned ret_offset = fs->info.bifrost.blend[i].return_offset; in panfrost_emit_blend()
|