Searched refs:tex_units (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_state.c | 1478 unsigned tex_units = r300->screen->caps.num_tex_units; local in function:r300_bind_sampler_states 1485 if (count > tex_units) 1534 unsigned tex_units = r300->screen->caps.num_tex_units; local in function:r300_set_sampler_views 1542 if (count > tex_units) { 1576 for (i = count; i < tex_units; i++) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_state.c | 1472 unsigned tex_units = r300->screen->caps.num_tex_units; local in function:r300_bind_sampler_states 1479 if (count > tex_units) 1530 unsigned tex_units = r300->screen->caps.num_tex_units; local in function:r300_set_sampler_views 1535 if (shader != PIPE_SHADER_FRAGMENT || count > tex_units) { 1581 for (i = count; i < tex_units; i++) { |
Completed in 7 milliseconds