Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
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
DRewriteDoWhile.cpp74 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in visitBlock() local
DRewriteElseBlocks.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in rewriteIfElse() local
DSimplifyLoopConditions.cpp152 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
DRewriteCubeMapSamplersAs2DArray.cpp68 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/
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
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp242 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
292 TType *boolType = new TType(EbtBool); in insertRasterizerDiscardLogic() local
DTranslatorMetalDirect.cpp492 TType *boolType = new TType(EbtBool); in insertSampleMaskWritingLogic() local
541 TType *boolType = new TType(EbtBool); in insertRasterizationDiscardLogic() local
DBuildSPIRV.cpp1293 SpirvType boolType; in getBoolConstant() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DRewriteDoWhile.cpp75 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/
DSimplifyLoopConditions.cpp195 const TType *boolType = StaticType::Get<EbtBool, EbpUndefined, EvqTemporary, 1, 1>(); in traverseLoop() local
/third_party/flutter/skia/src/sksl/
DSkSLContext.h412 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type()
DSkSLSPIRVCodeGenerator.cpp2006 SpvId boolType = this->getType(*fContext.fBool_Type); in writeMatrixComparison() local
/third_party/vk-gl-cts/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
/third_party/skia/third_party/externals/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
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2261 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/
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
/third_party/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.cpp286 VariableType boolType(VariableType::TYPE_BOOL, 1); in createNextChild() local
/third_party/vk-gl-cts/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
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp4116 spv::Id boolType = builder.makeBoolType(); in accessChainLoad() local
4144 spv::Id boolType = builder.makeBoolType(); in accessChainStore() local
DSpvBuilder.cpp2254 Id boolType = makeBoolType(); in createCompositeCompare() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp4812 const TType boolType(EbtBool, EvqTemporary, in decomposeIntrinsic() local
5293 … const TType boolType(EbtBool, EvqTemporary, arg0->getVectorSize(), arg0->getMatrixCols(), in decomposeIntrinsic() local