Home
last modified time | relevance | path

Searched refs:num_texcoords (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c234 uint num_texcoords = (screen->eng3d->oclass < NV40_3D_CLASS) ? 8 : 10; in vroute_add() local
235 for (result = 0; result < num_texcoords; result++) { in vroute_add()
Dnvfx_vertprog.c801 unsigned num_texcoords = vpc->is_nv4x ? 10 : 8; in nvfx_vertprog_parse_decl_output() local
849 for (i = 0; i < num_texcoords; i++) { in nvfx_vertprog_parse_decl_output()
856 if (i == num_texcoords) { in nvfx_vertprog_parse_decl_output()
Dnvfx_fragprog.c901 unsigned num_texcoords = fpc->is_nv4x ? 10 : 8; in nvfx_fragprog_assign_generic() local
908 for (hw = 0; hw < num_texcoords; hw++) { in nvfx_fragprog_assign_generic()