Home
last modified time | relevance | path

Searched defs:boolType (Results 1 – 25 of 26) sorted by relevance

12

/external/angle/src/compiler/translator/tree_ops/hlsl/
DUnfoldShortCircuitToIf.cpp78 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBinary() local
105 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBinary() local
DRewriteElseBlocks.cpp78 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse() local
/external/angle/src/compiler/translator/tree_ops/msl/
DGuardFragDepthWrite.cpp42 TType *boolType = new TType(EbtBool); in visitBinaryPost() local
/external/go-cmp/cmp/internal/function/
Dfunc.go35 var boolType = reflect.TypeOf(true) var
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteDoWhile.cpp75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
/external/golang-protobuf/reflect/protoreflect/
Dvalue_pure.go16 boolType const
Dvalue_unsafe.go34 boolType = typeOf(*new(bool)) var
/external/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp204 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp708 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp777 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
864 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
DvktShaderExecutor.cpp2135 std::string boolType; in scalarComparison() local
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go478 boolType = reflect.TypeOf(false) var
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go478 boolType = reflect.TypeOf(false) var
/external/golang-protobuf/internal/impl/
Dconvert.go65 boolType = reflect.TypeOf(bool(false)) var
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp786 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
868 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3595 SpvId boolType = this->getType(*fContext.fTypes.fBool); in writeMatrixComparison() local
3984 const Type& boolType = *fContext.fTypes.fBool; in writeArrayComparison() local
4008 const Type& boolType = *fContext.fTypes.fBool; in writeStructComparison() local
4032 const Type& boolType = *fContext.fTypes.fBool; in mergeComparisons() local
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp833 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp287 VariableType boolType(VariableType::TYPE_BOOL, 1); in createNextChild() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp865 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
949 … const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp1481 SpirvType boolType; in getBoolConstant() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2412 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local
5146 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp2406 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local
5168 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp3304 Id boolType = makeBoolType(); in createCompositeCompare() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp4905 const TType boolType(EbtBool, EvqTemporary, in decomposeIntrinsic() local
5386 … const TType boolType(EbtBool, EvqTemporary, arg0->getVectorSize(), arg0->getMatrixCols(), in decomposeIntrinsic() local
/external/angle/third_party/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp4902 const TType boolType(EbtBool, EvqTemporary, in decomposeIntrinsic() local
5383 … const TType boolType(EbtBool, EvqTemporary, arg0->getVectorSize(), arg0->getMatrixCols(), in decomposeIntrinsic() local

12