Searched defs:isSampler (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; } function in class:rsg::VariableType
/external/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) function in class:es2::ResourceManager
H A DContext.cpp1513 bool Context::isSampler(GLuint sampler) const function in class:es2::Context
1515 return mResourceManager->isSampler(sampler);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { function in class:llvm
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp213 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) argument
218 return formatPart + (isSampler ? "sampler2D" : "image2D");
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp3594 bool isSampler = IsSampler(type.getBasicType()); local
3595 if(isSampler && samplersOnly)
3602 if(isSampler == samplersOnly)
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) argument
250 return string() + formatPart + (isSampler ? "sampler" : "image") + imageTypePart;

Completed in 283 milliseconds