Home
last modified time | relevance | path

Searched defs:isSampler (Results 1 – 18 of 18) sorted by relevance

/external/angle/src/common/
Dutilities.h171 bool isSampler; member
188 bool isSampler, in UniformTypeInfo()
/external/angle/src/libANGLE/
DProgramLinkedResources.h73 bool isSampler; member
95 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DResourceManager.cpp314 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
DUniform.h89 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DProgramLinkedResources.cpp392 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
DContext.cpp1451 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp155 bool isSampler(const Value &val) { in isSampler() function
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp225 const bool isSampler = node->getType().isSampler(); in RewriteModifiedStructFieldSelectionExpression() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/external/angle/src/compiler/translator/
DTypes.h359 bool isSampler() const { return IsSampler(type); } in isSampler() function
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp232 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp331 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl432 glIsSamplerFunc isSampler; variable
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()