Searched refs:num_texcoords (Results 1 – 3 of 3) sorted by relevance
234 uint num_texcoords = (screen->eng3d->oclass < NV40_3D_CLASS) ? 8 : 10; in vroute_add() local235 for (result = 0; result < num_texcoords; result++) { in vroute_add()
801 unsigned num_texcoords = vpc->is_nv4x ? 10 : 8; in nvfx_vertprog_parse_decl_output() local849 for (i = 0; i < num_texcoords; i++) { in nvfx_vertprog_parse_decl_output()856 if (i == num_texcoords) { in nvfx_vertprog_parse_decl_output()
901 unsigned num_texcoords = fpc->is_nv4x ? 10 : 8; in nvfx_fragprog_assign_generic() local908 for (hw = 0; hw < num_texcoords; hw++) { in nvfx_fragprog_assign_generic()