Searched refs:best_wh (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | radeon_video.c | 148 unsigned best_tiling, best_wh, off; local in function:rvid_join_surfaces 155 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 163 if (wh < best_wh) { 164 best_wh = wh;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_video.c | 138 unsigned best_tiling, best_wh, off; local in function:si_vid_join_surfaces 143 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 152 if (wh < best_wh) { 153 best_wh = wh;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | radeon_video.c | 148 unsigned best_tiling, best_wh, off; local in function:rvid_join_surfaces 155 for (i = 0, best_tiling = 0, best_wh = ~0; i < VL_NUM_COMPONENTS; ++i) { 163 if (wh < best_wh) { 164 best_wh = wh;
|
Completed in 3 milliseconds