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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c375 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 Dgen8_eu.c375 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 Dbrw_eu_emit.c163 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 Dbrw_eu_emit.c163 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 24 milliseconds