Searched refs:CP_DMA_SRC_IS_GDS (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c39 #define CP_DMA_SRC_IS_GDS (1 << 5) macro
100 } else if (flags & CP_DMA_SRC_IS_GDS) {
315 (src ? 0 : CP_DMA_SRC_IS_GDS);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c40 #define CP_DMA_SRC_IS_GDS (1 << 5) macro
91 } else if (flags & CP_DMA_SRC_IS_GDS) {
288 unsigned gds_flags = (dst ? 0 : CP_DMA_DST_IS_GDS) | (src ? 0 : CP_DMA_SRC_IS_GDS);

Completed in 4 milliseconds