Searched refs:typedArg (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/hlsl/ |
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 | 684 TIntermTyped *typedArg = arg->getAsTyped(); in areChildrenConstQualified() local 685 if (typedArg && typedArg->getQualifier() != EvqConst) in areChildrenConstQualified() 1194 TIntermTyped *typedArg = arg->getAsTyped(); in TIntermAggregate() local 1195 ASSERT(typedArg != nullptr); in TIntermAggregate() 1196 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() 2389 TIntermTyped *typedArg = arg->getAsTyped(); in fold() local 2390 if (typedArg->getBasicType() == EbtFloat) in fold() 2392 const TConstantUnion *argValue = typedArg->getConstantValue(); in fold() 2394 std::min(typedArg->getType().getObjectSize(), sizeRemaining); in fold() 2406 sizeRemaining -= typedArg->getType().getObjectSize(); in fold()
|
/external/angle/src/compiler/translator/hlsl/ |
D | OutputHLSL.cpp | 2622 TIntermTyped *typedArg = (*arg)->getAsTyped(); in visitAggregate() local 2626 if (typedArg->getType().isStructureContainingSamplers()) in visitAggregate() 2628 const TType &argType = typedArg->getType(); in visitAggregate() 2630 ImmutableString structName = samplerNamePrefixFromStruct(typedArg); in visitAggregate()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4894 TIntermTyped* typedArg = arguments->getAsTyped(); in decomposeIntrinsic() local 4899 if (typedArg->getType().getBasicType() != EbtBool) { in decomposeIntrinsic() 4901 typedArg->getVectorSize(), in decomposeIntrinsic() 4902 typedArg->getMatrixCols(), in decomposeIntrinsic() 4903 typedArg->getMatrixRows(), in decomposeIntrinsic() 4904 typedArg->isVector()); in decomposeIntrinsic() 4906 typedArg = intermediate.addConversion(EOpConstructBool, boolType, typedArg); in decomposeIntrinsic() 4907 node->getAsUnaryNode()->setOperand(typedArg); in decomposeIntrinsic()
|
/external/angle/third_party/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 4894 TIntermTyped* typedArg = arguments->getAsTyped(); in decomposeIntrinsic() local 4899 if (typedArg->getType().getBasicType() != EbtBool) { in decomposeIntrinsic() 4901 typedArg->getVectorSize(), in decomposeIntrinsic() 4902 typedArg->getMatrixCols(), in decomposeIntrinsic() 4903 typedArg->getMatrixRows(), in decomposeIntrinsic() 4904 typedArg->isVector()); in decomposeIntrinsic() 4906 typedArg = intermediate.addConversion(EOpConstructBool, boolType, typedArg); in decomposeIntrinsic() 4907 node->getAsUnaryNode()->setOperand(typedArg); in decomposeIntrinsic()
|