Searched refs:is_nv4x (Results 1 – 5 of 5) sorted by relevance
208 if(!nv30->is_nv4x) in emit_dst()219 if(!nv30->is_nv4x) in emit_dst()231 if(nv30->is_nv4x) { in emit_dst()266 if(!nv30->is_nv4x) { in emit_dst()321 if(!nv30->is_nv4x) { in nvfx_vp_emit()820 unsigned num_texcoords = nv30->is_nv4x ? 10 : 8; in nvfx_vertprog_parse_decl_output()1082 if(nv30->is_nv4x) in _nvfx_vertprog_translate()1107 debug_printf("\n%s vertex program:\n", nv30->is_nv4x ? "nv4x" : "nv3x"); in _nvfx_vertprog_translate()
624 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()645 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()671 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()684 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()697 if(!nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()793 if(nvfx->is_nv4x) in nvfx_fragprog_parse_instruction()1187 if(!nvfx->is_nv4x) in _nvfx_fragprog_translate()1209 debug_printf("\n%s fragment program:\n", nvfx->is_nv4x ? "nv4x" : "nv3x"); in _nvfx_fragprog_translate()
121 unsigned is_nv4x; member
157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0; in nv30_context_create()
13 #define NVFX_VP(c) ((NV30_VP_##c) + (nv30->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))