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

/external/mesa3d/docs/specs/
H A 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/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp39 TType *genBType = new TType(EbtGenBType); local
106 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMix, genType, "mix", genType, genType, genBType);
122 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsNan, genBType, "isnan", genType);
123 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsInf, genBType, "isinf", genType);

Completed in 4726 milliseconds