Searched refs:NVFX_FP_MASK_W (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 435 if (tgsi & TGSI_WRITEMASK_W) mask |= NVFX_FP_MASK_W; in tgsi_mask() 559 if (mask & (NVFX_FP_MASK_Z | NVFX_FP_MASK_W)) { in nvfx_fragprog_parse_instruction() 562 …nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_Z | NVFX_FP_MASK_W, swz(tmp, X, Y, X, Y), no… in nvfx_fragprog_parse_instruction() 570 if (mask & (NVFX_FP_MASK_Z | NVFX_FP_MASK_W)) { in nvfx_fragprog_parse_instruction() 573 …nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_Z | NVFX_FP_MASK_W, swz(tmp, X, Y, X, Y), no… in nvfx_fragprog_parse_instruction() 638 …nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y),… in nvfx_fragprog_parse_instruction() 639 … nvfx_fp_emit(fpc, arith(0, LG2, tmp.reg, NVFX_FP_MASK_W, swz(tmp, W, W, W, W), none, none)); in nvfx_fragprog_parse_instruction() 640 …nvfx_fp_emit(fpc, arith(0, MUL, tmp.reg, NVFX_FP_MASK_W, swz(tmp, W, W, W, W), swz(src[0], W, W, W… in nvfx_fragprog_parse_instruction() 804 …nvfx_fp_emit(fpc, arith(sat, MAD, dst, (mask & ~NVFX_FP_MASK_W), swz(src[0], Y, Z, X, X), swz(src[… in nvfx_fragprog_parse_instruction()
|
D | nvfx_shader.h | 405 #define NVFX_FP_MASK_W 8 macro
|