Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h158 static bool isTextureType(const glslang::TType& type) { in isTextureType() function
177 return isTextureType(type) || type.getQualifier().storage == EvqBuffer; in isSrvType()
Diomapper.cpp589 if (isTextureType(type)) { in getResourceType()
953 if (isTextureType(type)) { in getResourceType()