Home
last modified time | relevance | path

Searched refs:depth_buffer_load (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dunstable_asahi_drm.h378 __u64 depth_buffer_load; member
H A Ddecode.c865 DUMP_FIELD(c, "0x%llx", depth_buffer_load); in agxdecode_drm_cmd_render()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c1322 c->depth_buffer_load = agx_map_texture_gpu(zres, first_layer) + in agx_cmdbuf()
1325 c->depth_buffer_store = c->depth_buffer_load; in agx_cmdbuf()
1326 c->depth_buffer_partial = c->depth_buffer_load; in agx_cmdbuf()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_queue.c138 c->depth_buffer_load = cs->cr.depth.buffer; in asahi_fill_vdm_command()