HomeSort by relevance Sort by last modified time
    Searched full:use_fast_copy_blit (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.c 534 uint32_t cpp, bool use_fast_copy_blit)
538 if (use_fast_copy_blit) {
595 bool use_fast_copy_blit = false; local
636 use_fast_copy_blit = can_fast_copy_blit(brw,
646 if (!use_fast_copy_blit &&
651 if (use_fast_copy_blit) {
674 cpp, use_fast_copy_blit);
712 cpp, use_fast_copy_blit);
    [all...]

Completed in 88 milliseconds