Home
last modified time | relevance | path

Searched refs:EXP2 (Results 1 – 20 of 20) sorted by relevance

/third_party/glslang/Test/
Dpreprocessor.bad_arg.vert7 #define EXP2(a, b)
8 EXP2(((((1,2,3,4))), );
Dhlsl.pp.expand.frag5 #define EXP2(a, b) = a, b
12 float4 d EXP2({({{(({1,2,3,4}))}})}, {{1,2,3,4}}); // ERROR: No PP arg errors, but init error
/third_party/glslang/Test/baseResults/
Dpreprocessor.bad_arg.vert.err1 ERROR: 0:8: 'macro expansion' : End of input in macro EXP2
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h705 QIR_ALU1(EXP2) in QIR_ALU1()
/third_party/openGLES/extensions/EXT/
DEXT_fog_coord.txt280 EXP2, or LINEAR, in which case equation 3.24, 3.25, or 3.26,,
/third_party/skia/third_party/externals/opengl-registry/docs/
Dfog_coord.txt280 EXP2, or LINEAR, in which case equation 3.24, 3.25, or 3.26,,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_fog_coord.txt280 EXP2, or LINEAR, in which case equation 3.24, 3.25, or 3.26,,
/third_party/openGLES/docs/
Dfog_coord.txt280 EXP2, or LINEAR, in which case equation 3.24, 3.25, or 3.26,,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h451 X86_INTRINSIC_DATA(avx512_exp2_pd, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
452 X86_INTRINSIC_DATA(avx512_exp2_ps, INTR_TYPE_1OP_MASK_SAE, X86ISD::EXP2, X86ISD::EXP2_SAE),
DX86ISelLowering.h577 RCP28, RCP28_SAE, RCP28S, RCP28S_SAE, EXP2, EXP2_SAE, enumerator
DX86InstrFragmentsSIMD.td574 def X86exp2 : SDNode<"X86ISD::EXP2", SDTFPUnaryOp>;
DX86ISelLowering.cpp29858 case X86ISD::EXP2: return "X86ISD::EXP2"; in getTargetNodeName()
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m4590 # m4_default(EXP1, EXP2)
591 # m4_default_nblank(EXP1, EXP2)
593 # Returns EXP1 if not empty/blank, otherwise EXP2. Expand the result.
604 # m4_default_quoted(EXP1, EXP2)
605 # m4_default_nblank_quoted(EXP1, EXP2)
607 # Returns EXP1 if non empty/blank, otherwise EXP2. Leave the result quoted.
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2315 INSTR1(EXP2) in INSTR2()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fragment_program4.txt427 program's final color using a fog mode of EXP, EXP2, or LINEAR,
/third_party/openGLES/extensions/NV/
DNV_fragment_program4.txt427 program's final color using a fog mode of EXP, EXP2, or LINEAR,
/third_party/openGLES/extensions/ARB/
DARB_fragment_program.txt693 EXP2:
2861 the program's final clamped color using a fog mode of EXP, EXP2, or
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program.txt683 EXP2:
2851 the program's final clamped color using a fog mode of EXP, EXP2, or
/third_party/mesa3d/docs/relnotes/
D7.10.rst1621 - glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc4410 // FastEmit functions for X86ISD::EXP2.
6912 case X86ISD::EXP2: return fastEmit_X86ISD_EXP2_r(VT, RetVT, Op0, Op0IsKill);