Home
last modified time | relevance | path

Searched refs:typedArg (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteExpressionsWithShaderStorageBlock.cpp105 TIntermTyped *typedArg = arg->getAsTyped(); in HasSSBOAsFunctionArgument() local
106 if (IsInShaderStorageBlock(typedArg)) in HasSSBOAsFunctionArgument()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.cpp602 TIntermTyped *typedArg = arg->getAsTyped(); in areChildrenConstQualified() local
603 if (typedArg && typedArg->getQualifier() != EvqConst) in areChildrenConstQualified()
1034 TIntermTyped *typedArg = arg->getAsTyped(); in TIntermAggregate() local
1035 ASSERT(typedArg != nullptr); in TIntermAggregate()
1036 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate()
2025 TIntermTyped *typedArg = arg->getAsTyped(); in fold() local
2026 if (typedArg->getBasicType() == EbtFloat) in fold()
2028 const TConstantUnion *argValue = typedArg->getConstantValue(); in fold()
2030 std::min(typedArg->getType().getObjectSize(), sizeRemaining); in fold()
2042 sizeRemaining -= typedArg->getType().getObjectSize(); in fold()
DOutputHLSL.cpp2453 TIntermTyped *typedArg = (*arg)->getAsTyped(); in visitAggregate() local
2454 if (mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT && IsSampler(typedArg->getBasicType())) in visitAggregate()
2463 if (typedArg->getType().isStructureContainingSamplers()) in visitAggregate()
2465 const TType &argType = typedArg->getType(); in visitAggregate()
2467 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate()