Home
last modified time | relevance | path

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

/external/angle/src/common/
Dutilities.h170 bool isSampler; member
187 bool isSampler, in UniformTypeInfo()
/external/angle/src/libANGLE/
DProgramLinkedResources.h214 bool isSampler; member
DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
DResourceManager.cpp317 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
DProgramLinkedResources.cpp422 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
DContext.cpp1163 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
DContext.cpp1530 bool Context::isSampler(GLuint sampler) const in isSampler() function in es2::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-project/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.h356 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.cpp215 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/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3720 bool isSampler = IsSampler(type.getBasicType()); in declareUniform() local
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp329 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl430 glIsSamplerFunc isSampler; variable
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()