Searched refs:can_fail (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ | ||
| H A D | radeon_exa.c | 167 Bool can_fail = !(pPix->drawable.bitsPerPixel < 8) && local in function:RADEONPrepareAccess_CS 190 if (can_fail) { 198 if (can_fail && (possible_domains & RADEON_GEM_DOMAIN_VRAM)) { |
| /xsrc/external/mit/xf86-video-ati/dist/src/ | ||
| H A D | radeon_exa.c | 310 Bool can_fail = !(pPix->drawable.bitsPerPixel < 8) && local in function:RADEONPrepareAccess_CS 314 Bool can_fail = FALSE; local in function:RADEONPrepareAccess_CS 321 if (can_fail && pPix->drawable.bitsPerPixel > 8) 337 if (can_fail) { 345 if (can_fail && (possible_domains & RADEON_GEM_DOMAIN_VRAM)) { |
Completed in 4 milliseconds