Home
last modified time | relevance | path

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

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