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/d3d/
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/TranslatorMetalDirect/
DGuardFragDepthWrite.cpp42 TType *boolType = new TType(EbtBool); in visitBinaryPost() local
/external/angle/src/compiler/translator/
DTranslatorMetal.cpp235 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
285 TType *boolType = new TType(EbtBool); in insertRasterizerDiscardLogic() local
DTranslatorMetalDirect.cpp483 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
532 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
DBuildSPIRV.cpp1293 SpirvType boolType; in getBoolConstant() local
/external/go-cmp/cmp/internal/function/
Dfunc.go35 var boolType = reflect.TypeOf(true) var
/external/angle/src/compiler/translator/tree_ops/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.cpp209 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.cpp739 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
826 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
DvktShaderExecutor.cpp2016 std::string boolType; in scalarComparison() local
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go479 boolType = reflect.TypeOf(false) var
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2236 SpvId boolType = this->getType(*fContext.fTypes.fBool); in writeMatrixComparison() local
2583 const Type& boolType = *fContext.fTypes.fBool; in writeArrayComparison() local
2609 const Type& boolType = *fContext.fTypes.fBool; in writeStructComparison() local
2636 const Type& boolType = *fContext.fTypes.fBool; in mergeComparisons() local
/external/golang-protobuf/internal/impl/
Dconvert.go66 boolType = reflect.TypeOf(bool(false)) var
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp756 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
837 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp286 VariableType boolType(VariableType::TYPE_BOOL, 1); in createNextChild() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp831 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsnanCase() local
914 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL; in IsinfCase() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2273 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local
4653 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp2320 Id boolType = makeBoolType(); in createCompositeCompare() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2273 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local
4653 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp2320 Id boolType = makeBoolType(); in createCompositeCompare() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp4885 const TType boolType(EbtBool, EvqTemporary, in decomposeIntrinsic() local
5366 … const TType boolType(EbtBool, EvqTemporary, arg0->getVectorSize(), arg0->getMatrixCols(), in decomposeIntrinsic() local

12