Searched refs:user_flags (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_cp_dma.c | 153 uint64_t remaining_size, unsigned user_flags, 158 if ((user_flags & SI_CPDMA_SKIP_ALL) == SI_CPDMA_SKIP_ALL) { 163 if (!(user_flags & SI_CPDMA_SKIP_BO_LIST_UPDATE)) { 171 if (!(user_flags & SI_CPDMA_SKIP_CHECK_CS_SPACE)) 175 if (!(user_flags & SI_CPDMA_SKIP_BO_LIST_UPDATE)) { 189 if (!(user_flags & SI_CPDMA_SKIP_GFX_SYNC) && sctx->flags) 192 if (!(user_flags & SI_CPDMA_SKIP_SYNC_BEFORE) && *is_first && 201 if (!(user_flags & SI_CPDMA_SKIP_SYNC_AFTER) && 212 uint64_t size, unsigned value, unsigned user_flags, 228 if (sdst && !(user_flags 151 si_cp_dma_prepare(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,unsigned byte_count,uint64_t remaining_size,unsigned user_flags,enum si_coherency coher,bool * is_first,unsigned * packet_flags) argument 210 si_cp_dma_clear_buffer(struct si_context * sctx,struct radeon_cmdbuf * cs,struct pipe_resource * dst,uint64_t offset,uint64_t size,unsigned value,unsigned user_flags,enum si_coherency coher,enum si_cache_policy cache_policy) argument 262 si_cp_dma_realign_engine(struct si_context * sctx,unsigned size,unsigned user_flags,enum si_coherency coher,enum si_cache_policy cache_policy,bool * is_first) argument 305 si_cp_dma_copy_buffer(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,uint64_t dst_offset,uint64_t src_offset,unsigned size,unsigned user_flags,enum si_coherency coher,enum si_cache_policy cache_policy) argument [all...] |
| H A D | si_pipe.h | 1232 uint64_t size, unsigned value, unsigned user_flags, 1237 unsigned user_flags, enum si_coherency coher,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_cp_dma.c | 146 uint64_t remaining_size, unsigned user_flags, enum si_coherency coher, 155 if (!(user_flags & SI_OP_CPDMA_SKIP_CHECK_CS_SPACE)) 172 if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags & CP_DMA_CLEAR)) 180 if (user_flags & SI_OP_SYNC_AFTER && byte_count == remaining_size) { 190 unsigned value, unsigned user_flags, enum si_coherency coher, 199 if (user_flags & SI_OP_SYNC_CS_BEFORE) 202 if (user_flags & SI_OP_SYNC_PS_BEFORE) 211 if (!(user_flags & SI_OP_SKIP_CACHE_INV_BEFORE)) 219 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags, coher, &is_first, 243 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, argument 144 si_cp_dma_prepare(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,unsigned byte_count,uint64_t remaining_size,unsigned user_flags,enum si_coherency coher,bool * is_first,unsigned * packet_flags) argument 188 si_cp_dma_clear_buffer(struct si_context * sctx,struct radeon_cmdbuf * cs,struct pipe_resource * dst,uint64_t offset,uint64_t size,unsigned value,unsigned user_flags,enum si_coherency coher,enum si_cache_policy cache_policy) argument 280 si_cp_dma_copy_buffer(struct si_context * sctx,struct pipe_resource * dst,struct pipe_resource * src,uint64_t dst_offset,uint64_t src_offset,unsigned size,unsigned user_flags,enum si_coherency coher,enum si_cache_policy cache_policy) argument [all...] |
| H A D | si_pipe.h | 1388 unsigned value, unsigned user_flags, enum si_coherency coher, 1392 unsigned size, unsigned user_flags, enum si_coherency coher,
|
Completed in 11 milliseconds