Home
last modified time | relevance | path

Searched defs:IsSamplerType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp87 IsSamplerType(StringRef TypeString) { in IsSamplerType() function
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.cpp483 bool IsSamplerType(GLenum type) in IsSamplerType() function
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp60 bool IsSamplerType(const char argType) { return argType == 'S' || argType == 's'; } in IsSamplerType() function