Searched refs:typedArg (Results 1 – 3 of 3) sorted by relevance
105 TIntermTyped *typedArg = arg->getAsTyped(); in HasSSBOAsFunctionArgument() local106 if (IsInShaderStorageBlock(typedArg)) in HasSSBOAsFunctionArgument()
602 TIntermTyped *typedArg = arg->getAsTyped(); in areChildrenConstQualified() local603 if (typedArg && typedArg->getQualifier() != EvqConst) in areChildrenConstQualified()1034 TIntermTyped *typedArg = arg->getAsTyped(); in TIntermAggregate() local1035 ASSERT(typedArg != nullptr); in TIntermAggregate()1036 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate()2025 TIntermTyped *typedArg = arg->getAsTyped(); in fold() local2026 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()
2453 TIntermTyped *typedArg = (*arg)->getAsTyped(); in visitAggregate() local2454 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()