Home
last modified time | relevance | path

Searched refs:is_nv4x (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c36 unsigned is_nv4x; member
622 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
643 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
669 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
682 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
752 if(fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
764 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
772 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
783 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
799 if(!fpc->is_nv4x) in nvfx_fragprog_parse_instruction()
[all …]
Dnvfx_vertprog.c62 unsigned is_nv4x; member
73 if (idx < 0 || (!vpc->is_nv4x && idx >= 16)) { in temp()
211 if(!vpc->is_nv4x) in emit_dst()
222 if(!vpc->is_nv4x) in emit_dst()
234 if(vpc->is_nv4x) { in emit_dst()
269 if(!vpc->is_nv4x) { in emit_dst()
318 assert(vpc->is_nv4x); in nvfx_vp_emit()
319 if(vpc->is_nv4x) in nvfx_vp_emit()
323 if(!vpc->is_nv4x) { in nvfx_vp_emit()
545 if (vpc->is_nv4x) in nvfx_vertprog_parse_instruction()
[all …]
Dnvfx_shader.h13 #define NVFX_VP(c) ((NV30_VP_##c) + (vpc->is_nv4x & ((NV40_VP_##c) - (NV30_VP_##c))))