Searched refs:typedArg (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RewriteExpressionsWithShaderStorageBlock.cpp | 105 TIntermTyped *typedArg = arg->getAsTyped(); in HasSSBOAsFunctionArgument() local 106 if (IsInShaderStorageBlock(typedArg)) in HasSSBOAsFunctionArgument()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 653 TIntermTyped *typedArg = arg->getAsTyped(); in areChildrenConstQualified() local 654 if (typedArg && typedArg->getQualifier() != EvqConst) in areChildrenConstQualified() 1112 TIntermTyped *typedArg = arg->getAsTyped(); in TIntermAggregate() local 1113 ASSERT(typedArg != nullptr); in TIntermAggregate() 1114 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() 2121 TIntermTyped *typedArg = arg->getAsTyped(); in fold() local 2122 if (typedArg->getBasicType() == EbtFloat) in fold() 2124 const TConstantUnion *argValue = typedArg->getConstantValue(); in fold() 2126 std::min(typedArg->getType().getObjectSize(), sizeRemaining); in fold() 2138 sizeRemaining -= typedArg->getType().getObjectSize(); in fold()
|
D | OutputHLSL.cpp | 2431 TIntermTyped *typedArg = (*arg)->getAsTyped(); in visitAggregate() local 2432 if (mOutputType == SH_HLSL_4_0_FL9_3_OUTPUT && IsSampler(typedArg->getBasicType())) in visitAggregate() 2441 if (typedArg->getType().isStructureContainingSamplers()) in visitAggregate() 2443 const TType &argType = typedArg->getType(); in visitAggregate() 2445 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4806 TIntermTyped* typedArg = arguments->getAsTyped(); in decomposeIntrinsic() local 4811 if (typedArg->getType().getBasicType() != EbtBool) { in decomposeIntrinsic() 4813 typedArg->getVectorSize(), in decomposeIntrinsic() 4814 typedArg->getMatrixCols(), in decomposeIntrinsic() 4815 typedArg->getMatrixRows(), in decomposeIntrinsic() 4816 typedArg->isVector()); in decomposeIntrinsic() 4818 typedArg = intermediate.addConversion(EOpConstructBool, boolType, typedArg); in decomposeIntrinsic() 4819 node->getAsUnaryNode()->setOperand(typedArg); in decomposeIntrinsic()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4806 TIntermTyped* typedArg = arguments->getAsTyped(); in decomposeIntrinsic() local 4811 if (typedArg->getType().getBasicType() != EbtBool) { in decomposeIntrinsic() 4813 typedArg->getVectorSize(), in decomposeIntrinsic() 4814 typedArg->getMatrixCols(), in decomposeIntrinsic() 4815 typedArg->getMatrixRows(), in decomposeIntrinsic() 4816 typedArg->isVector()); in decomposeIntrinsic() 4818 typedArg = intermediate.addConversion(EOpConstructBool, boolType, typedArg); in decomposeIntrinsic() 4819 node->getAsUnaryNode()->setOperand(typedArg); in decomposeIntrinsic()
|