Home
last modified time | relevance | path

Searched refs:SI_OP_SYNC_CS_BEFORE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c199 if (user_flags & SI_OP_SYNC_CS_BEFORE) in si_cp_dma_clear_buffer()
340 if (user_flags & SI_OP_SYNC_CS_BEFORE) in si_cp_dma_copy_buffer()
Dsi_pipe.h1334 #define SI_OP_SYNC_CS_BEFORE (1 << 0) macro
1337 #define SI_OP_SYNC_BEFORE (SI_OP_SYNC_CS_BEFORE | SI_OP_SYNC_PS_BEFORE | SI_OP_SYNC…
Dsi_compute_blit.c70 if (flags & SI_OP_SYNC_CS_BEFORE) in si_launch_grid_internal()