Home
last modified time | relevance | path

Searched refs:genBType (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/docs/specs/
DEXT_shader_integer_mix.spec64 genBType a) corresponding component of x is returned. For a
67 genBType a)
68 genBType mix(genBType x,
69 genBType y,
70 genBType a)
/external/skqp/src/sksl/
Dsksl.inc81 $genType mix($genType x, $genType y, $genBType a);
82 //$genDType mix($genDType x, $genDType y, $genBType a);
83 $genIType mix($genIType x, $genIType y, $genBType a);
84 //$genUType mix($genUType x, $genUType y, $genBType a);
85 $genBType mix($genBType x, $genBType y, $genBType a);
94 $genBType isnan($genType x);
95 $genBType isnan($genDType x);
96 $genBType isinf($genType x);
97 $genBType isinf($genDType x);
/external/skia/src/sksl/
Dsksl.inc121 $genType mix($genType x, $genType y, $genBType a);
122 //$genDType mix($genDType x, $genDType y, $genBType a);
123 $genIType mix($genIType x, $genIType y, $genBType a);
124 //$genUType mix($genUType x, $genUType y, $genBType a);
125 $genBType mix($genBType x, $genBType y, $genBType a);
138 $genBType isnan($genType x);
139 $genBType isnan($genDType x);
140 $genBType isinf($genType x);
141 $genBType isinf($genDType x);
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp39 TType *genBType = new TType(EbtGenBType); in InsertBuiltInFunctions() local
106 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMix, genType, "mix", genType, genType, genBType); in InsertBuiltInFunctions()
122 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsNan, genBType, "isnan", genType); in InsertBuiltInFunctions()
123 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsInf, genBType, "isinf", genType); in InsertBuiltInFunctions()