Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
DContext.cpp1519 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-7.0/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp154 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/deqp-deps/glslang/hlsl/
DhlslParseables.cpp231 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp214 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp3640 bool isSampler = IsSampler(type.getBasicType()); in declareUniform() local
/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()