Home
last modified time | relevance | path

Searched refs:NVFX_VP_MASK_X (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c453 if (tgsi & TGSI_WRITEMASK_X) mask |= NVFX_VP_MASK_X; in tgsi_mask()
583 nvfx_vp_emit(vpc, arith(0, VEC, MUL, tmp.reg, NVFX_VP_MASK_X | NVFX_VP_MASK_Y, src[0], src[1], none)); in nvfx_vertprog_parse_instruction()
640 nvfx_vp_emit(vpc, arith(0, SCA, LG2, tmp.reg, NVFX_VP_MASK_X, none, none, swz(src[0], X, X, X, X))); in nvfx_vertprog_parse_instruction()
641 nvfx_vp_emit(vpc, arith(0, VEC, MUL, tmp.reg, NVFX_VP_MASK_X, swz(tmp, X, X, X, X), swz(src[1], X, X, X, X), none)); in nvfx_vertprog_parse_instruction()
688 insn = arith(0, VEC, MOV, none.reg, NVFX_VP_MASK_X, src[0], none, none); in nvfx_vertprog_parse_instruction()
1080 mask = NVFX_VP_MASK_X; in _nvfx_vertprog_translate()
H A Dnvfx_shader.h394 #define NVFX_VP_MASK_X 8 macro

Completed in 3 milliseconds