Searched refs:makeIoVariable (Results 1 – 1 of 1) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 2245 …const auto makeIoVariable = [this](const char* name, TType& type, TStorageQualifier storage) -> TV… in remapEntryPointIO() local 2280 … returnValue = makeIoVariable("@entryPointOutput", function.getWritableType(), EvqVaryingOut); in remapEntryPointIO() 2291 returnValue = makeIoVariable("@entryPointOutput", outputType, EvqVaryingOut); in remapEntryPointIO() 2293 … returnValue = makeIoVariable("@entryPointOutput", function.getWritableType(), EvqVaryingOut); in remapEntryPointIO() 2302 … TVariable* argAsGlobal = makeIoVariable(function[i].name->c_str(), paramType, EvqVaryingIn); in remapEntryPointIO() 2306 … TVariable* argAsGlobal = makeIoVariable(function[i].name->c_str(), paramType, EvqVaryingOut); in remapEntryPointIO()
|