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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c230 const int width_for_reg[] = {1, 2, 4, 8, 16}; local
270 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg));
271 width = width_for_reg[reg.width];

Completed in 136 milliseconds