Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.h68 GLuint *return_offset);
Dintel_buffer_objects.c535 GLuint *return_offset) in intel_upload_data() argument
547 *return_offset = base; in intel_upload_data()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c706 assert(!ctx->info->bifrost.blend[loc].return_offset); in bi_collect_blend_ret_addr()
707 ctx->info->bifrost.blend[loc].return_offset = in bi_collect_blend_ret_addr()
709 assert(!(ctx->info->bifrost.blend[loc].return_offset & 0x7)); in bi_collect_blend_ret_addr()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h182 uint32_t return_offset; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1106 uint32_t return_offset = offset - padding; in anv_state_pool_alloc_no_vg() local
1107 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.c622 shader->blend_ret_offsets[i] = info.bifrost.blend[i].return_offset; in pan_blitter_get_blit_shader()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c338 unsigned ret_offset = fs->info.bifrost.blend[i].return_offset; in panfrost_emit_blend()