Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c521 bool use_sdma_upload = sscreen->info.has_dedicated_vram && sctx->sdma_cs; in si_create_context() local
525 (use_sdma_upload ? SI_RESOURCE_FLAG_UPLOAD_FLUSH_EXPLICIT_VIA_SDMA : 0)); in si_create_context()
529 if (use_sdma_upload) in si_create_context()