Searched refs:width_for_reg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen8_eu.c | 375 int width_for_reg[] = {1, 2, 4, 8, 16}; local in function:__gen8_validate_reg 397 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg)); 398 width = width_for_reg[reg.width];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen8_eu.c | 375 int width_for_reg[] = {1, 2, 4, 8, 16}; local in function:__gen8_validate_reg 397 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg)); 398 width = width_for_reg[reg.width];
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| H A D | brw_eu_emit.c | 163 int width_for_reg[] = {1, 2, 4, 8, 16}; local in function:validate_reg 186 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg)); 197 width = width_for_reg[reg.width];
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| H A D | brw_eu_emit.c | 163 int width_for_reg[] = {1, 2, 4, 8, 16}; local in function:validate_reg 186 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg)); 197 width = width_for_reg[reg.width];
|
Completed in 8 milliseconds