Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp222 const bool isSubpass = IsSubpassInput(argOrder[0]); in AppendTypeName() local
228 } else if (isTexture || isSubpass) { in AppendTypeName()
254 isSubpass ? "SubpassInput" : in AppendTypeName()
258 isSubpass ? "SubpassInput" : in AppendTypeName()
262 isSubpass ? "SubpassInput" : in AppendTypeName()
268 if (isSubpass && isMS) in AppendTypeName()
DhlslParseHelper.cpp9729 if (sampler.isSubpass()) { in setTextureReturnType()
/third_party/glslang/glslang/Include/
DTypes.h112 bool isSubpass() const { return dim == EsdSubpass; } in isSubpass() function
115 bool isImage() const { return image && !isSubpass() && !isAttachmentEXT();} in isImage()
260 else if (isSubpass()) in getString()
1527 bool isSubpass() const { return basicType == EbtSampler && sampler.isSubpass(); } in isSubpass() function
1861 virtual bool isSubpass() const { return basicType == EbtSampler && getSampler().isSubpass(); } in isSubpass() function
/third_party/glslang/glslang/MachineIndependent/
Diomapper.h202 (type.getSampler().isTexture() || type.getSampler().isSubpass())); in isTextureType()
DParseHelper.cpp6646 if (type.isSubpass()) { in layoutTypeCheck()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6058 if (sampler.isSubpass()) { in createImageTextureFunctionCall()