Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp120 if (sampler.hasReturnStruct()) { in buildMangledName()
/third_party/glslang/glslang/Include/
DTypes.h113 bool hasReturnStruct() const { return structReturnIndex != noReturnStruct; } in hasReturnStruct() function
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9671 if (sampler.hasReturnStruct()) { in getTextureReturnType()