Home
last modified time | relevance | path

Searched refs:IsOpaqueType (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() function in spvtools::opt::InlineOpaquePass
37 return IsOpaqueType( in IsOpaqueType()
46 if (IsOpaqueType(*tid)) return false; in IsOpaqueType()
53 if (IsOpaqueType(callInst->type_id())) return true; in HasOpaqueArgsOrReturn()
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
Dinline_opaque_pass.h43 bool IsOpaqueType(uint32_t typeId);
Dinstruction.cpp659 if (pointee_type_inst->IsOpaqueType()) { in IsValidBasePointer()
737 bool Instruction::IsOpaqueType() const { in IsOpaqueType() function in spvtools::opt::Instruction
742 is_opaque |= type_inst->IsOpaqueType(); in IsOpaqueType()
749 return sub_type_inst->IsOpaqueType(); in IsOpaqueType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() function in spvtools::opt::InlineOpaquePass
37 return IsOpaqueType( in IsOpaqueType()
46 if (IsOpaqueType(*tid)) return false; in IsOpaqueType()
53 if (IsOpaqueType(callInst->type_id())) return true; in HasOpaqueArgsOrReturn()
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
Dinline_opaque_pass.h43 bool IsOpaqueType(uint32_t typeId);
Dinstruction.cpp659 if (pointee_type_inst->IsOpaqueType()) { in IsValidBasePointer()
737 bool Instruction::IsOpaqueType() const { in IsOpaqueType() function in spvtools::opt::Instruction
742 is_opaque |= type_inst->IsOpaqueType(); in IsOpaqueType()
749 return sub_type_inst->IsOpaqueType(); in IsOpaqueType()
/third_party/spirv-tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType() function in spvtools::opt::InlineOpaquePass
37 return IsOpaqueType( in IsOpaqueType()
46 if (IsOpaqueType(*tid)) return false; in IsOpaqueType()
53 if (IsOpaqueType(callInst->type_id())) return true; in HasOpaqueArgsOrReturn()
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
Dinline_opaque_pass.h43 bool IsOpaqueType(uint32_t typeId);
Dinstruction.cpp637 if (pointee_type_inst->IsOpaqueType()) { in IsValidBasePointer()
719 bool Instruction::IsOpaqueType() const { in IsOpaqueType() function in spvtools::opt::Instruction
724 is_opaque |= type_inst->IsOpaqueType(); in IsOpaqueType()
731 return sub_type_inst->IsOpaqueType(); in IsOpaqueType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteArrayOfArrayOfOpaqueUniforms.cpp82 ASSERT(!IsOpaqueType(node->getType().getBasicType()) || in visitSymbol()
127 if (!IsOpaqueType(node->getType().getBasicType())) in RewriteArrayOfArraySubscriptExpression()
261 type.getQualifier() == EvqUniform && IsOpaqueType(type.getBasicType()); in visitDeclaration()
330 ASSERT(!IsOpaqueType(node->getType().getBasicType()) || in visitSymbol()
DMonomorphizeUnsupportedFunctions.cpp92 ASSERT(IsOpaqueType(node->getType().getBasicType()) || in GetBaseUniform()
295 const bool isOpaqueType = IsOpaqueType(funcArgument->getType().getBasicType()); in processFunctionCall()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp687 EXPECT_TRUE(image_type->IsOpaqueType()); in TEST_F()
689 EXPECT_TRUE(sampler_type->IsOpaqueType()); in TEST_F()
691 EXPECT_TRUE(sampled_image_type->IsOpaqueType()); in TEST_F()
693 EXPECT_TRUE(runtime_array_type->IsOpaqueType()); in TEST_F()
695 EXPECT_FALSE(float_type->IsOpaqueType()); in TEST_F()
697 EXPECT_FALSE(void_type->IsOpaqueType()); in TEST_F()
726 EXPECT_TRUE(type->IsOpaqueType()); in TEST_F()
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp681 EXPECT_TRUE(image_type->IsOpaqueType()); in TEST_F()
683 EXPECT_TRUE(sampler_type->IsOpaqueType()); in TEST_F()
685 EXPECT_TRUE(sampled_image_type->IsOpaqueType()); in TEST_F()
687 EXPECT_TRUE(runtime_array_type->IsOpaqueType()); in TEST_F()
689 EXPECT_FALSE(float_type->IsOpaqueType()); in TEST_F()
691 EXPECT_FALSE(void_type->IsOpaqueType()); in TEST_F()
720 EXPECT_TRUE(type->IsOpaqueType()); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp687 EXPECT_TRUE(image_type->IsOpaqueType()); in TEST_F()
689 EXPECT_TRUE(sampler_type->IsOpaqueType()); in TEST_F()
691 EXPECT_TRUE(sampled_image_type->IsOpaqueType()); in TEST_F()
693 EXPECT_TRUE(runtime_array_type->IsOpaqueType()); in TEST_F()
695 EXPECT_FALSE(float_type->IsOpaqueType()); in TEST_F()
697 EXPECT_FALSE(void_type->IsOpaqueType()); in TEST_F()
726 EXPECT_TRUE(type->IsOpaqueType()); in TEST_F()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h163 inline bool IsOpaqueType(TBasicType type) in IsOpaqueType() function
600 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsOpaqueType(type); in SupportsPrecision()
DParseContext.cpp437 if (IsOpaqueType(type)) in checkPrecisionSpecified()
602 if (IsOpaqueType(node->getBasicType())) in checkCanBeLValue()
726 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments()
922 else if (IsOpaqueType(pType.type)) in checkIsNotOpaqueType()
971 if (IsOpaqueType(type.getBasicType())) in checkOutParameterIsNotOpaqueType()
1582 ASSERT(!IsOpaqueType(type.getBasicType())); in checkBindingIsValid()
3747 if (IsOpaqueType(fieldType->getBasicType())) in addInterfaceBlock()
5007 child->getBasicType() == EbtVoid || IsOpaqueType(child->getBasicType())) in createUnaryMath()
5081 if (IsOpaqueType(left->getBasicType()) || IsOpaqueType(right->getBasicType())) in binaryOpCommonCheck()
6026 if (IsOpaqueType(trueExpression->getBasicType())) in addTernarySelection()
DTranslatorVulkan.cpp107 !IsOpaqueType(type.getBasicType()); in visitDeclaration()
659 if (!uniform.isBuiltIn() && uniform.staticUse && !gl::IsOpaqueType(uniform.type)) in translate()
DOutputGLSLBase.cpp279 if (IsOpaqueType(type.getBasicType())) in writeLayoutQualifier()
1421 if (IsOpaqueType(type.getBasicType()) && layoutQualifier.binding != -1) in NeedsToWriteLayoutQualifier()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities.h45 bool IsOpaqueType(GLenum type);
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h46 bool IsOpaqueType(GLenum type);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h236 inline bool IsOpaqueType(TBasicType type) in IsOpaqueType() function
1005 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsOpaqueType(type); in SupportsPrecision()
DParseContext.cpp471 if (IsOpaqueType(type)) in checkPrecisionSpecified()
664 if (IsOpaqueType(node->getBasicType())) in checkCanBeLValue()
788 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments()
984 else if (IsOpaqueType(pType.type)) in checkIsNotOpaqueType()
1033 if (IsOpaqueType(type.getBasicType())) in checkOutParameterIsNotOpaqueType()
1813 ASSERT(!IsOpaqueType(type.getBasicType())); in checkBindingIsValid()
4452 if (IsOpaqueType(fieldType->getBasicType())) in addInterfaceBlock()
5908 child->getBasicType() == EbtVoid || IsOpaqueType(child->getBasicType())) in createUnaryMath()
5984 if (IsOpaqueType(left->getBasicType()) || IsOpaqueType(right->getBasicType())) in binaryOpCommonCheck()
7036 if (IsOpaqueType(trueExpression->getBasicType())) in addTernarySelection()
DTranslatorMetalDirect.cpp145 !IsOpaqueType(type.getBasicType()); in visitDeclaration()
684 if (!uniform.isBuiltIn() && uniform.active && !gl::IsOpaqueType(uniform.type)) in translateImpl()
DOutputGLSLBase.cpp273 if (IsOpaqueType(type.getBasicType())) in writeLayoutQualifier()
1415 if (IsOpaqueType(type.getBasicType()) && layoutQualifier.binding != -1) in NeedsToWriteLayoutQualifier()
DTranslatorVulkan.cpp72 !IsOpaqueType(type.getBasicType()); in IsDefaultUniform()
831 if (!uniform.isBuiltIn() && uniform.active && !gl::IsOpaqueType(uniform.type)) in translateImpl()

12