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

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa.c165 uint32_t possible_domains = ~0U; local in function:RADEONPrepareAccess_CS
191 possible_domains = radeon_bo_get_src_domain(driver_priv->bo->bo.radeon);
192 if (possible_domains == RADEON_GEM_DOMAIN_VRAM)
198 if (can_fail && (possible_domains & RADEON_GEM_DOMAIN_VRAM)) {
201 if (current_domain & possible_domains) {
204 } else if (possible_domains & RADEON_GEM_DOMAIN_VRAM)
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa.c307 uint32_t possible_domains = ~0U; local in function:RADEONPrepareAccess_CS
338 possible_domains = radeon_bo_get_src_domain(driver_priv->bo);
339 if (possible_domains == RADEON_GEM_DOMAIN_VRAM)
345 if (can_fail && (possible_domains & RADEON_GEM_DOMAIN_VRAM)) {
348 if (current_domain & possible_domains) {
351 } else if (possible_domains & RADEON_GEM_DOMAIN_VRAM)

Completed in 3 milliseconds