Home
last modified time | relevance | path

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

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