Searched defs:tex_units (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1479 unsigned tex_units = r300->screen->caps.num_tex_units; local
1486 if (count > tex_units)
1535 unsigned tex_units = r300->screen->caps.num_tex_units; local
1543 if (count > tex_units) {
1577 for (i = count; i < tex_units; i++) {

Completed in 88 milliseconds