Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DTypes.h93 … static const unsigned structReturnSlots = (1<<structReturnIndexBits)-1; // number of valid values member
94 …static const unsigned noReturnStruct = structReturnSlots; // value if no return stru…
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9777 if (textureReturnStruct.size() >= TSampler::structReturnSlots) { in setTextureReturnType()