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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 164 int width_for_reg[] = {1, 2, 4, 8, 16}; local
195 assert(reg.width >= 0 && reg.width < Elements(width_for_reg));
196 width = width_for_reg[reg.width];
    [all...]

Completed in 2903 milliseconds