Searched refs:cs_heap_operation (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/panfrost/lib/genxml/ |
D | cs_builder.h | 1539 cs_heap_operation(struct cs_builder *b, enum mali_cs_heap_operation operation, in cs_heap_operation() function 1551 cs_heap_operation(b, MALI_CS_HEAP_OPERATION_VERTEX_TILER_STARTED, async); in cs_vt_start() 1557 cs_heap_operation(b, MALI_CS_HEAP_OPERATION_VERTEX_TILER_COMPLETED, async); in cs_vt_end() 1563 cs_heap_operation(b, MALI_CS_HEAP_OPERATION_FRAGMENT_COMPLETED, async); in cs_frag_end()
|
/external/mesa3d/src/panfrost/vulkan/csf/ |
D | panvk_vX_cmd_draw.c | 822 cs_heap_operation(b, MALI_CS_HEAP_OPERATION_VERTEX_TILER_STARTED, cs_now()); in get_tiler_desc() 2131 cs_heap_operation(b, \ in flush_tiling()
|