Searched refs:genBType (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/docs/specs/ |
D | EXT_shader_integer_mix.spec | 64 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/skia/src/sksl/ |
D | sksl.include | 80 $genType mix($genType x, $genType y, $genBType a); 81 //$genDType mix($genDType x, $genDType y, $genBType a); 82 $genIType mix($genIType x, $genIType y, $genBType a); 83 //$genUType mix($genUType x, $genUType y, $genBType a); 84 $genBType mix($genBType x, $genBType y, $genBType a); 93 $genBType isnan($genType x); 94 $genBType isnan($genDType x); 95 $genBType isinf($genType x); 96 $genBType isinf($genDType x);
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 39 TType *genBType = new TType(EbtGenBType); in InsertBuiltInFunctions() local 121 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsNan, genBType, "isnan", genType); in InsertBuiltInFunctions() 122 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsInf, genBType, "isinf", genType); in InsertBuiltInFunctions()
|