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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8; local
863 for (i = 0; i < num_texcoords; i++) {
870 if (i == num_texcoords) {
H A Dnvfx_fragprog.c952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; local
959 for (hw = 0; hw < num_texcoords; hw++) {
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8; local
863 for (i = 0; i < num_texcoords; i++) {
870 if (i == num_texcoords) {
H A Dnvfx_fragprog.c952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; local
959 for (hw = 0; hw < num_texcoords; hw++) {

Completed in 713 milliseconds