/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inline_opaque_pass.cpp | 29 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()
|
D | inline_opaque_pass.h | 43 bool IsOpaqueType(uint32_t typeId);
|
D | instruction.cpp | 659 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/ |
D | inline_opaque_pass.cpp | 29 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()
|
D | inline_opaque_pass.h | 43 bool IsOpaqueType(uint32_t typeId);
|
D | instruction.cpp | 659 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/ |
D | inline_opaque_pass.cpp | 29 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()
|
D | inline_opaque_pass.h | 43 bool IsOpaqueType(uint32_t typeId);
|
D | instruction.cpp | 637 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/ |
D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 82 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()
|
D | MonomorphizeUnsupportedFunctions.cpp | 92 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/ |
D | instruction_test.cpp | 687 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/ |
D | instruction_test.cpp | 681 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/ |
D | instruction_test.cpp | 687 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/ |
D | BaseTypes.h | 163 inline bool IsOpaqueType(TBasicType type) in IsOpaqueType() function 600 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsOpaqueType(type); in SupportsPrecision()
|
D | ParseContext.cpp | 437 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()
|
D | TranslatorVulkan.cpp | 107 !IsOpaqueType(type.getBasicType()); in visitDeclaration() 659 if (!uniform.isBuiltIn() && uniform.staticUse && !gl::IsOpaqueType(uniform.type)) in translate()
|
D | OutputGLSLBase.cpp | 279 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/ |
D | utilities.h | 45 bool IsOpaqueType(GLenum type);
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.h | 46 bool IsOpaqueType(GLenum type);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BaseTypes.h | 236 inline bool IsOpaqueType(TBasicType type) in IsOpaqueType() function 1005 return type == EbtFloat || type == EbtInt || type == EbtUInt || IsOpaqueType(type); in SupportsPrecision()
|
D | ParseContext.cpp | 471 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()
|
D | TranslatorMetalDirect.cpp | 145 !IsOpaqueType(type.getBasicType()); in visitDeclaration() 684 if (!uniform.isBuiltIn() && uniform.active && !gl::IsOpaqueType(uniform.type)) in translateImpl()
|
D | OutputGLSLBase.cpp | 273 if (IsOpaqueType(type.getBasicType())) in writeLayoutQualifier() 1415 if (IsOpaqueType(type.getBasicType()) && layoutQualifier.binding != -1) in NeedsToWriteLayoutQualifier()
|
D | TranslatorVulkan.cpp | 72 !IsOpaqueType(type.getBasicType()); in IsDefaultUniform() 831 if (!uniform.isBuiltIn() && uniform.active && !gl::IsOpaqueType(uniform.type)) in translateImpl()
|