Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/
H A Dpanvk_vX_queue.c186 .debug_syncobjs = panvk_priv_mem_dev_addr(queue->debug_syncobjs), in init_subqueue()
294 panvk_pool_free_mem(&dev->mempools.rw, queue->debug_syncobjs); in cleanup_queue()
322 queue->debug_syncobjs = in init_queue()
324 if (!panvk_priv_mem_host_addr(queue->debug_syncobjs)) { in init_queue()
597 panvk_priv_mem_host_addr(queue->debug_syncobjs); in panvk_queue_submit()
665 panvk_priv_mem_host_addr(queue->debug_syncobjs); in panvk_queue_submit()
H A Dpanvk_queue.h59 struct panvk_priv_mem debug_syncobjs; member
H A Dpanvk_cmd_buffer.h59 uint64_t debug_syncobjs; member
H A Dpanvk_vX_cmd_buffer.c120 offsetof(struct panvk_cs_subqueue_context, debug_syncobjs)); in finish_cs()