Home
last modified time | relevance | path

Searched defs:boolType (Results 1 – 25 of 29) 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/tree_ops/gl/mac/
DRewriteDoWhile.cpp75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
/external/angle/src/compiler/translator/
DTranslatorMetal.cpp304 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
354 TType *boolType = new TType(EbtBool); in insertRasterizerDiscardLogic() local
DTranslatorMetalDirect.cpp498 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
547 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
DBuildSPIRV.cpp1111 SpirvType boolType; in getBoolConstant() local
/external/angle/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp195 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/skqp/src/sksl/
DSkSLContext.h389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type()
DSkSLSPIRVCodeGenerator.cpp1896 SpvId boolType = this->getType(*fContext.fBool_Type); in writeMatrixComparison() 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.cpp2008 std::string boolType; in scalarComparison() local
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go477 boolType = reflect.TypeOf(false) var
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp500 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformfv() local
743 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformiv() local
861 static GLenum boolType[] = { GL_BOOL, GL_BOOL_VEC2, GL_BOOL_VEC3, GL_BOOL_VEC4 }; in setUniformuiv() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2239 SpvId boolType = this->getType(*fContext.fTypes.fBool); in writeMatrixComparison() local
2539 const Type& boolType = *fContext.fTypes.fBool; in writeArrayComparison() local
2565 const Type& boolType = *fContext.fTypes.fBool; in writeStructComparison() local
2592 const Type& boolType = *fContext.fTypes.fBool; in mergeComparisons() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp953 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
/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.cpp4264 spv::Id boolType = builder.makeBoolType(); in accessChainLoad() local
4292 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp2278 Id boolType = makeBoolType(); in createCompositeCompare() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1684 auto boolType = LLVMType::getInt1Ty(builder.getContext()); in parseAtomicCmpXchgOp() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2241 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local
4625 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp2278 Id boolType = makeBoolType(); in createCompositeCompare() local
/external/llvm-project/flang/lib/Lower/
DIO.cpp780 mlir::Type boolType = enableHandlers.getType().getInput(1); in genConditionHandlerCall() local

12