Home
last modified time | relevance | path

Searched refs:IsSamplerType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DFlagSamplersWithTexelFetch.cpp61 ASSERT(gl::IsSamplerType(uniform.type)); in visitAggregate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp87 IsSamplerType(StringRef TypeString) { in IsSamplerType() function
256 } else if (IsSamplerType(Type)) { in replaceImageAndSamplerUses()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp35 ASSERT(!gl::IsSamplerType(variable.type)); in encodeVariable()
128 if (gl::IsSamplerType(variable.type) || gl::IsImageType(variable.type) || in TraverseArrayOfArraysVariable()
656 else if (gl::IsSamplerType(variable.type) || gl::IsImageType(variable.type) || in TraverseShaderVariable()
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities.h40 bool IsSamplerType(GLenum type);
Dutilities.cpp483 bool IsSamplerType(GLenum type) in IsSamplerType() function
613 return IsImageType(type) || IsSamplerType(type) || IsAtomicCounterType(type); in IsOpaqueType()
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp60 bool IsSamplerType(const char argType) { return argType == 'S' || argType == 's'; } in IsSamplerType() function
218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp422 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable()
1085 unusedUniforms.emplace_back(uniform.name, IsSamplerType(uniform.type), in flattenUniformsAndCheckCapsForShader()
DvalidationES.cpp2703 if (IsSamplerType(uniformType)) in ValidateUniform1ivValue()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2597 if (gl::IsSamplerType(uniform.type)) in defineUniformBase()