Searched refs:NVFX_FP_MASK_W (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 441 if (tgsi & TGSI_WRITEMASK_W) mask |= NVFX_FP_MASK_W; in tgsi_mask() 562 if (mask & (NVFX_FP_MASK_Z | NVFX_FP_MASK_W)) { in nvfx_fragprog_parse_instruction() 565 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_Z | NVFX_FP_MASK_W, swz(tmp, X, Y, X, Y), none, none)); in nvfx_fragprog_parse_instruction() 573 if (mask & (NVFX_FP_MASK_Z | NVFX_FP_MASK_W)) { in nvfx_fragprog_parse_instruction() 576 nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg, NVFX_FP_MASK_Z | NVFX_FP_MASK_W, swz(tmp, X, Y, X, Y), none, none)); in nvfx_fragprog_parse_instruction() 636 nvfx_fp_emit(fpc, arith(0, MAX, tmp.reg, NVFX_FP_MASK_Y | NVFX_FP_MASK_W, swz(src[0], X, X, X, Y), swz(maxs, X, X, Y, Y), none)); in nvfx_fragprog_parse_instruction() 637 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() 638 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, W), none)); in nvfx_fragprog_parse_instruction()
|
H A D | nvfx_shader.h | 403 #define NVFX_FP_MASK_W 8 macro
|
Completed in 4 milliseconds