Home
last modified time | relevance | path

Searched refs:tu6_emit_event_write (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_query.c657 tu6_emit_event_write(cmdbuf, cs, START_PRIMITIVE_CTRS); in emit_begin_stat_query()
658 tu6_emit_event_write(cmdbuf, cs, RST_PIX_CNT); in emit_begin_stat_query()
659 tu6_emit_event_write(cmdbuf, cs, TILE_FLUSH); in emit_begin_stat_query()
680 tu6_emit_event_write(cmdbuf, cs, WRITE_PRIMITIVE_COUNTS); in emit_begin_xfb_query()
819 tu6_emit_event_write(cmdbuf, cs, STOP_PRIMITIVE_CTRS); in emit_end_stat_query()
820 tu6_emit_event_write(cmdbuf, cs, RST_VTX_CNT); in emit_end_stat_query()
821 tu6_emit_event_write(cmdbuf, cs, STAT_EVENT); in emit_end_stat_query()
876 tu6_emit_event_write(cmdbuf, cs, WRITE_PRIMITIVE_COUNTS); in emit_end_xfb_query()
879 tu6_emit_event_write(cmdbuf, cs, CACHE_FLUSH_TS); in emit_end_xfb_query()
890 tu6_emit_event_write(cmdbuf, cs, CACHE_FLUSH_TS); in emit_end_xfb_query()
Dtu_cmd_buffer.c39 tu6_emit_event_write(struct tu_cmd_buffer *cmd, in tu6_emit_event_write() function
77 tu6_emit_event_write(cmd_buffer, cs, PC_CCU_FLUSH_COLOR_TS); in tu6_emit_flushes()
80 tu6_emit_event_write(cmd_buffer, cs, PC_CCU_FLUSH_DEPTH_TS); in tu6_emit_flushes()
82 tu6_emit_event_write(cmd_buffer, cs, PC_CCU_INVALIDATE_COLOR); in tu6_emit_flushes()
84 tu6_emit_event_write(cmd_buffer, cs, PC_CCU_INVALIDATE_DEPTH); in tu6_emit_flushes()
86 tu6_emit_event_write(cmd_buffer, cs, CACHE_FLUSH_TS); in tu6_emit_flushes()
88 tu6_emit_event_write(cmd_buffer, cs, CACHE_INVALIDATE); in tu6_emit_flushes()
651 tu6_emit_event_write(cmd, cs, PC_CCU_FLUSH_COLOR_TS); in tu6_emit_sysmem_resolves()
652 tu6_emit_event_write(cmd, cs, CACHE_INVALIDATE); in tu6_emit_sysmem_resolves()
710 tu6_emit_event_write(cmd, cs, CACHE_INVALIDATE); in tu6_init_hw()
[all …]
Dtu_clear_blit.c1472 tu6_emit_event_write(cmd, cs, PC_CCU_FLUSH_COLOR_TS); in tu_copy_image_to_image()
1473 tu6_emit_event_write(cmd, cs, CACHE_INVALIDATE); in tu_copy_image_to_image()
2063 tu6_emit_event_write(cmd, cs, BLIT); in clear_gmem_attachment()
2245 tu6_emit_event_write(cmd, cs, PC_CCU_FLUSH_COLOR_TS); in tu_clear_sysmem_attachment()
2246 tu6_emit_event_write(cmd, cs, PC_CCU_INVALIDATE_DEPTH); in tu_clear_sysmem_attachment()
2248 tu6_emit_event_write(cmd, cs, PC_CCU_FLUSH_COLOR_TS); in tu_clear_sysmem_attachment()
2249 tu6_emit_event_write(cmd, cs, PC_CCU_INVALIDATE_COLOR); in tu_clear_sysmem_attachment()
2307 tu6_emit_event_write(cmd, cs, BLIT); in tu_emit_blit()
2396 tu6_emit_event_write(cmd, cs, CACHE_INVALIDATE); in store_cp_blit()
2408 tu6_emit_event_write(cmd, cs, PC_CCU_FLUSH_COLOR_TS); in store_cp_blit()
Dtu_private.h997 tu6_emit_event_write(struct tu_cmd_buffer *cmd,
/external/mesa3d/docs/relnotes/
D19.1.0.rst746 - turnip: Make tu6_emit_event_write shared.