HomeSort by relevance Sort by last modified time
    Searched refs:num_texcoords (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 234 uint num_texcoords = (screen->eng3d->oclass < NV40_3D_CLASS) ? 8 : 10; local
235 for (result = 0; result < num_texcoords; result++) {
nvfx_vertprog.c 808 unsigned num_texcoords = vpc->is_nv4x ? 10 : 8; local
856 for (i = 0; i < num_texcoords; i++) {
863 if (i == num_texcoords) {
    [all...]
nvfx_fragprog.c 927 unsigned num_texcoords = fpc->is_nv4x ? 10 : 8; local
934 for (hw = 0; hw < num_texcoords; hw++) {
    [all...]

Completed in 202 milliseconds