Searched refs:NVFX_FP_MASK_ALL (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 483 … nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); in nvfx_fragprog_parse_instruction() 489 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 499 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 509 … nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); in nvfx_fragprog_parse_instruction() 612 insn = arith(0, MOV, none.reg, NVFX_FP_MASK_ALL, src[0], none, none); in nvfx_fragprog_parse_instruction()
|
D | nvfx_shader.h | 406 #define NVFX_FP_MASK_ALL 0xf macro
|