OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVFX_FP_MASK_X
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c
241
struct nvfx_insn insn = arith(0, MOV, none.reg,
NVFX_FP_MASK_X
, src, none, none);
432
if (tgsi & TGSI_WRITEMASK_X) mask |=
NVFX_FP_MASK_X
;
561
nvfx_fp_emit(fpc, arith(sat, DDX, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none));
563
nvfx_fp_emit(fpc, arith(sat, DDX, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, src[0], none, none));
572
nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, swz(src[0], Z, W, Z, W), none, none));
574
nvfx_fp_emit(fpc, arith(sat, DDY, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, src[0], none, none));
582
nvfx_fp_emit(fpc, arith(0, MUL, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, src[0], src[1], none));
593
nvfx_fp_emit(fpc, arith(0, DP3, tmp.reg,
NVFX_FP_MASK_X
, src[0], src[1], none));
635
nvfx_fp_emit(fpc, arith(0, MOV, tmp.reg,
NVFX_FP_MASK_X
| NVFX_FP_MASK_Y, maxs, none, none));
675
nvfx_fp_emit(fpc, arith(0, LG2, tmp.reg,
NVFX_FP_MASK_X
, swz(src[0], X, X, X, X), none, none))
[
all
...]
nvfx_shader.h
402
#define
NVFX_FP_MASK_X
1
Completed in 256 milliseconds