Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2302 … TVariable* argAsGlobal = makeIoVariable(function[i].name->c_str(), paramType, EvqVaryingIn); in remapEntryPointIO() local
2303 inputs.push_back(argAsGlobal); in remapEntryPointIO()
2306 … TVariable* argAsGlobal = makeIoVariable(function[i].name->c_str(), paramType, EvqVaryingOut); in remapEntryPointIO() local
2307 outputs.push_back(argAsGlobal); in remapEntryPointIO()