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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8; local
863 for (i = 0; i < num_texcoords; i++) {
870 if (i == num_texcoords) {
    [all...]
nvfx_fragprog.c 952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8; local
863 for (i = 0; i < num_texcoords; i++) {
870 if (i == num_texcoords) {
    [all...]
nvfx_fragprog.c 952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; local
    [all...]

Completed in 141 milliseconds