Home
last modified time | relevance | path

Searched refs:use_nv4x (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_fragprog.c810 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
818 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
829 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
852 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
858 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
864 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
874 if(!nvfx->use_nv4x) in nvfx_fragprog_parse_instruction()
952 unsigned num_texcoords = nvfx->use_nv4x ? 10 : 8; in nvfx_fragprog_assign_generic()
1002 if(hw > ((nvfx->use_nv4x) ? 4 : 2)) { in nvfx_fragprog_parse_decl_output()
1130 fpc->max_temps = nvfx->use_nv4x ? 48 : 32; in _nvfx_fragprog_translate()
Dnv30_context.h122 unsigned use_nv4x; member
Dnv30_context.c158 nv30->use_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0; in nv30_context_create()
Dnvfx_vertprog.c316 assert(nv30->use_nv4x); in nvfx_vp_emit()
317 if(nv30->use_nv4x) in nvfx_vp_emit()
543 if (nv30->use_nv4x) in nvfx_vertprog_parse_instruction()
805 if(finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE && !nv30->use_nv4x) { in nvfx_vertprog_parse_instruction()