Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h154 static bool isSamplerType(const glslang::TType& type) { in isSamplerType() function
Diomapper.cpp595 if (isSamplerType(type)) { in getResourceType()
959 if (isSamplerType(type)) { in getResourceType()
1044 if (isSamplerType(type)) { in getResourceType()
/third_party/glslang/SPIRV/
DSpvBuilder.h237 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; } in isSamplerType() function