| /external/angle/src/compiler/translator/tree_ops/d3d/ |
| D | UnfoldShortCircuitToIf.cpp | 78 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
|
| D | RewriteElseBlocks.cpp | 78 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse() local
|
| /external/angle/src/compiler/translator/tree_ops/gl/mac/ |
| D | RewriteDoWhile.cpp | 75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
|
| /external/angle/src/compiler/translator/ |
| D | TranslatorMetal.cpp | 304 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local 354 TType *boolType = new TType(EbtBool); in insertRasterizerDiscardLogic() local
|
| D | TranslatorMetalDirect.cpp | 498 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local 547 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
|
| D | BuildSPIRV.cpp | 1111 SpirvType boolType; in getBoolConstant() local
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | SimplifyLoopConditions.cpp | 195 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleSValBuilder.cpp | 708 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
|
| /external/skqp/src/sksl/ |
| D | SkSLContext.h | 389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type()
|
| D | SkSLSPIRVCodeGenerator.cpp | 1896 SpvId boolType = this->getType(*fContext.fBool_Type); in writeMatrixComparison() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderCommonFunctionTests.cpp | 739 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
|
| D | vktShaderExecutor.cpp | 2008 std::string boolType; in scalarComparison() local
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
| D | acvp.go | 477 boolType = reflect.TypeOf(false) var
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | Program.cpp | 500 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/ |
| D | SkSLSPIRVCodeGenerator.cpp | 2239 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/ |
| D | SimpleSValBuilder.cpp | 953 QualType boolType = getContext().BoolTy; in evalBinOpLL() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderCommonFunctionTests.cpp | 756 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/ |
| D | rsgBinaryOps.cpp | 286 VariableType boolType(VariableType::TYPE_BOOL, 1); in createNextChild() local
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderCommonFunctionTests.cpp | 831 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/ |
| D | GlslangToSpv.cpp | 4264 spv::Id boolType = builder.makeBoolType(); in accessChainLoad() local 4292 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
|
| D | SpvBuilder.cpp | 2278 Id boolType = makeBoolType(); in createCompositeCompare() local
|
| /external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
| D | LLVMDialect.cpp | 1684 auto boolType = LLVMType::getInt1Ty(builder.getContext()); in parseAtomicCmpXchgOp() local
|
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | GlslangToSpv.cpp | 2241 spv::Id boolType = builder.makeBoolType(); in convertLoadedBoolInUniformToUint() local 4625 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
|
| D | SpvBuilder.cpp | 2278 Id boolType = makeBoolType(); in createCompositeCompare() local
|
| /external/llvm-project/flang/lib/Lower/ |
| D | IO.cpp | 780 mlir::Type boolType = enableHandlers.getType().getInput(1); in genConditionHandlerCall() local
|