Searched refs:cp_coher_size (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_accel.c352 uint32_t cp_coher_size; local in function:evergreen_cp_set_surface_sync
354 cp_coher_size = 0xffffffff;
356 cp_coher_size = ((size + 255) >> 8);
361 E32(cp_coher_size);
H A Dr6xx_accel.c342 uint32_t cp_coher_size; local in function:r600_cp_set_surface_sync
344 cp_coher_size = 0xffffffff;
346 cp_coher_size = ((size + 255) >> 8);
351 E32(ib, cp_coher_size);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_accel.c358 uint32_t cp_coher_size; local in function:evergreen_cp_set_surface_sync
360 cp_coher_size = 0xffffffff;
362 cp_coher_size = ((size + 255) >> 8);
367 E32(cp_coher_size);
H A Dr6xx_accel.c309 uint32_t cp_coher_size; local in function:r600_cp_set_surface_sync
311 cp_coher_size = 0xffffffff;
313 cp_coher_size = ((size + 255) >> 8);
318 E32(cp_coher_size);

Completed in 7 milliseconds