| /external/angle/src/common/ |
| D | utilities.h | 170 bool isSampler; member 187 bool isSampler, in UniformTypeInfo()
|
| /external/angle/src/libANGLE/ |
| D | ProgramLinkedResources.h | 214 bool isSampler; member
|
| D | Uniform.h | 65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
|
| D | ResourceManager.cpp | 317 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
|
| D | ProgramLinkedResources.cpp | 422 bool isSampler = IsSamplerType(variable.type); in visitNamedVariable() local
|
| D | Context.cpp | 1163 GLboolean Context::isSampler(SamplerID samplerName) const in isSampler() function in gl::Context
|
| /external/swiftshader/src/OpenGL/libGLESv2/ |
| D | ResourceManager.cpp | 349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
|
| D | Context.cpp | 1530 bool Context::isSampler(GLuint sampler) const in isSampler() function in es2::Context
|
| /external/deqp/framework/randomshaders/ |
| D | rsgVariableType.hpp | 163 …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/ |
| D | NVPTXUtilities.cpp | 155 bool isSampler(const Value &val) { in isSampler() function
|
| /external/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 155 bool isSampler(const Value &val) { in isSampler() function
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXUtilities.cpp | 156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
|
| /external/angle/src/compiler/translator/tree_ops/ |
| D | RewriteStructSamplers.cpp | 225 const bool isSampler = node->getType().isSampler(); in RewriteModifiedStructFieldSelectionExpression() local
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
| D | hlslParseables.cpp | 218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
|
| /external/angle/src/compiler/translator/ |
| D | Types.h | 356 bool isSampler() const { return IsSampler(type); } in isSampler() function
|
| /external/deqp-deps/glslang/glslang/HLSL/ |
| D | hlslParseables.cpp | 218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemShaderImageAccessTests.cpp | 215 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType()
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 389 PFNGLISSAMPLERPROC isSampler = nullptr; variable
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.cpp | 3720 bool isSampler = IsSampler(type.getBasicType()); in declareUniform() local
|
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | ProgramD3D.cpp | 329 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
|
| /external/deqp/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 430 glIsSamplerFunc isSampler; variable
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderImageLoadStoreTests.cpp | 237 …SamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler) in getShaderSamplerOrImageType()
|