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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.c 158 nv30->use_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
nv30_context.h 122 unsigned use_nv4x; member in struct:nv30_context
nvfx_fragprog.c 810 if(!nvfx->use_nv4x)
818 if(!nvfx->use_nv4x)
829 if(!nvfx->use_nv4x)
852 if(!nvfx->use_nv4x)
858 if(!nvfx->use_nv4x)
864 if(!nvfx->use_nv4x)
874 if(!nvfx->use_nv4x)
    [all...]
nvfx_vertprog.c 316 assert(nv30->use_nv4x);
317 if(nv30->use_nv4x)
543 if (nv30->use_nv4x)
805 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE && !nv30->use_nv4x) {
    [all...]

Completed in 1664 milliseconds