/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
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 | RewriteDoWhile.cpp | 74 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
|
D | RewriteElseBlocks.cpp | 77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse() local
|
D | SimplifyLoopConditions.cpp | 152 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 68 const TType *boolType = StaticType::GetBasic<EbtBool>(); in IsNeighborNonHelper() local 98 const TType *boolType = StaticType::GetBasic<EbtBool>(); in GetLayerFromNonHelperInvocation() local
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetal.cpp | 242 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local 292 TType *boolType = new TType(EbtBool); in insertRasterizerDiscardLogic() local
|
D | TranslatorMetalDirect.cpp | 492 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local 541 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
|
D | BuildSPIRV.cpp | 1293 SpirvType boolType; in getBoolConstant() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteDoWhile.cpp | 75 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SimplifyLoopConditions.cpp | 195 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 412 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type()
|
D | SkSLSPIRVCodeGenerator.cpp | 2006 SpvId boolType = this->getType(*fContext.fBool_Type); in writeMatrixComparison() local
|
/third_party/vk-gl-cts/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 | 2016 std::string boolType; in scalarComparison() local
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 2261 SpvId boolType = this->getType(*fContext.fTypes.fBool); in writeMatrixComparison() local 2586 const Type& boolType = *fContext.fTypes.fBool; in writeArrayComparison() local 2612 const Type& boolType = *fContext.fTypes.fBool; in writeStructComparison() local 2639 const Type& boolType = *fContext.fTypes.fBool; in mergeComparisons() local
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 286 VariableType boolType(VariableType::TYPE_BOOL, 1); in createNextChild() local
|
/third_party/vk-gl-cts/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
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 4116 spv::Id boolType = builder.makeBoolType(); in accessChainLoad() local 4144 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
|
D | SpvBuilder.cpp | 2254 Id boolType = makeBoolType(); in createCompositeCompare() local
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4812 const TType boolType(EbtBool, EvqTemporary, in decomposeIntrinsic() local 5293 … const TType boolType(EbtBool, EvqTemporary, arg0->getVectorSize(), arg0->getMatrixCols(), in decomposeIntrinsic() local
|