Searched refs:CP_DMA_CLEAR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c37 #define CP_DMA_CLEAR (1 << 3) macro
54 * a buffer. The size must fit in bits [20:0]. If CP_DMA_CLEAR is set, src_va is a 32-bit
85 if (sctx->chip_class >= GFX9 && !(flags & CP_DMA_CLEAR) &&
98 if (flags & CP_DMA_CLEAR) {
193 !(*packet_flags & CP_DMA_CLEAR))
236 unsigned dma_flags = CP_DMA_CLEAR | (sdst ? 0 : CP_DMA_DST_IS_GDS);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c38 #define CP_DMA_CLEAR (1 << 3) macro
53 * a buffer. The size must fit in bits [20:0]. If CP_DMA_CLEAR is set, src_va is a 32-bit
78 if (sctx->chip_class >= GFX9 && !(flags & CP_DMA_CLEAR) && src_va == dst_va) {
89 if (flags & CP_DMA_CLEAR) {
172 if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags & CP_DMA_CLEAR))
217 unsigned dma_flags = CP_DMA_CLEAR | (sdst ? 0 : CP_DMA_DST_IS_GDS);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1041 #define CP_DMA_CLEAR (1 << 3) macro
1058 * a buffer. The size must fit in bits [20:0]. If CP_DMA_CLEAR is set, src_va is a 32-bit
1091 !(flags & CP_DMA_CLEAR) &&
1097 if (flags & CP_DMA_CLEAR)
1269 unsigned dma_flags = CP_DMA_CLEAR;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dsi_cmd_buffer.c1417 #define CP_DMA_CLEAR (1 << 3) macro
1435 * a buffer. The size must fit in bits [20:0]. If CP_DMA_CLEAR is set, src_va is a 32-bit
1468 !(flags & CP_DMA_CLEAR) && src_va == dst_va)
1473 if (flags & CP_DMA_CLEAR)
1656 unsigned dma_flags = CP_DMA_CLEAR;

Completed in 8 milliseconds