Home
last modified time | relevance | path

Searched refs:EOpConstructBool (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp267 case EOpConstructBool: out << "Construct bool"; break; in visitAggregate()
H A Dintermediate.h194 EOpConstructBool, enumerator
H A DIntermediate.cpp171 return EOpConstructBool; in TypeToConstructorOperator()
863 case EOpConstructBool: in isConstructor()
H A DOutputASM.cpp1486 case EOpConstructBool: in visitAggregate()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp387 case EOpConstructBool: newType = EbtBool; break; in addUnaryMath()
425 case EOpConstructBool: in addUnaryMath()
1043 case EOpConstructBool: in addConversion()
2131 case 1: op = EOpConstructBool; break; in mapTypeToConstructorOp()
H A DintermOut.cpp711 case EOpConstructBool: out.debug << "Construct bool"; break; in visitAggregate()
H A DParseHelper.cpp3538 case EOpConstructBool: in constructorError()
8383 case EOpConstructBool: in constructBuiltIn()
8384 basicOp = EOpConstructBool; in constructBuiltIn()
/third_party/glslang/glslang/Include/
H A Dintermediate.h664 EOpConstructBool, enumerator
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp4911 typedArg = intermediate.addConversion(EOpConstructBool, boolType, typedArg); in decomposeIntrinsic()
6447 return intermediate.addConversion(EOpConstructBool, TType(EbtBool, EvqTemporary, condition->getVectorSize()), in convertConditionalExpression()
8663 case EOpConstructBool: in constructBuiltIn()
8664 basicOp = EOpConstructBool; in constructBuiltIn()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3036 case glslang::EOpConstructBool: in visitAggregate()

Completed in 64 milliseconds