Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/lib/
Dunstable_asahi_drm.h570 __u32 tib_blocks; member
Ddecode.c895 DUMP_FIELD(c, "%d", tib_blocks); in agxdecode_drm_cmd_render()
/external/mesa3d/src/asahi/vulkan/
Dhk_queue.c217 c->tib_blocks = ALIGN_POT(agx_tilebuffer_total_size(&cs->tib), 2048) / 2048; in asahi_fill_vdm_command()
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c1462 c->tib_blocks = ALIGN_POT(agx_tilebuffer_total_size(tib), 2048) / 2048; in agx_cmdbuf()