Home
last modified time | relevance | path

Searched refs:TBlendEquationShift (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1565 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in output()
Dlocalintermediate.h904 void addBlendEquation(TBlendEquationShift b) { blendEquations |= (1 << b); } in addBlendEquation()
DParseHelper.cpp5835 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in setLayoutQualifier()
/third_party/glslang/glslang/Include/
DTypes.h456 enum TBlendEquationShift { enum
1210 static const char* getBlendEquationString(TBlendEquationShift e) in getBlendEquationString()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp7248 …for (TBlendEquationShift be = (TBlendEquationShift)0; be < EBlendCount; be = (TBlendEquationShift)… in setLayoutQualifier()