Home
last modified time | relevance | path

Searched refs:isParamInput (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp394 if (candidate[param].type->getQualifier().isParamInput()) { in selectFunction()
DParseHelper.cpp1425 if (function[i].type->getQualifier().isParamInput()) { in addInputArgumentConversions()
5905 if (function[i].type->getQualifier().isParamInput()) { in findFunction120()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h596 bool isParamInput() const in isParamInput() function
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2087 if (param.type->getQualifier().isParamInput()) { in transformEntryPoint()
2300 if (paramType.getQualifier().isParamInput()) { in remapEntryPointIO()
5544 if (! function[param].type->getQualifier().isParamInput()) in addInputArgumentConversions()
9800 if (paramType.getQualifier().isParamInput()) { in addPatchConstantInvocation()