HomeSort by relevance Sort by last modified time
    Searched refs:isSamplerType (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
iomapper.cpp 546 static bool isSamplerType(const glslang::TType& type) {
595 if (isSamplerType(type))
613 if (isSamplerType(type))
696 if (isSamplerType(type))
711 if (isSamplerType(type))
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 196 bool isSamplerType(Id typeId) const { return getTypeClass(typeId) == OpTypeSampler; }
    [all...]

Completed in 58 milliseconds