Home
last modified time | relevance | path

Searched refs:isSampler (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp/framework/randomshaders/
DrsgProgramGenerator.cpp78 if ((*i)->getVariable()->getType().isSampler()) in generate()
84 if ((*i)->getVariable()->getType().isSampler()) in generate()
92 if (input->getVariable()->getType().isSampler()) in generate()
DrsgVariableType.hpp163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
DrsgShaderGenerator.cpp166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level. in fillUndefinedShaderInputs()
/external/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()
119 isSampler(*TexHandle)) { in replaceIsTypePSurface()
138 isSampler(*TexHandle)) { in replaceIsTypePTexture()
DNVPTXUtilities.h40 bool isSampler(const llvm::Value &);
DNVPTXGenericToNVVM.cpp87 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
DNVPTXUtilities.cpp156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()
117 isSampler(*TexHandle)) { in replaceIsTypePSurface()
136 isSampler(*TexHandle)) { in replaceIsTypePTexture()
DNVPTXUtilities.h37 bool isSampler(const Value &);
DNVPTXUtilities.cpp154 bool isSampler(const Value &val) { in isSampler() function
DNVPTXGenericToNVVM.cpp83 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1241 GLboolean isSampler; in init()
1244 isSampler = glIsSampler(sampler); in init()
1245 checkBooleans (isSampler, GL_FALSE); in init()
1248 isSampler = glIsSampler(sampler); in init()
1249 checkBooleans (isSampler, GL_TRUE); in init()
1252 isSampler = glIsSampler(sampler); in init()
1253 checkBooleans (isSampler, GL_TRUE); in init()
1256 isSampler = glIsSampler(sampler); in init()
1257 checkBooleans (isSampler, GL_FALSE); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h89 bool isSampler(GLuint sampler);
DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
DlibGLESv3.cpp3149 if(context->isSampler(sampler)) in IsSampler()
3171 if(sampler != 0 && !context->isSampler(sampler)) in BindSampler()
3199 if(!context->isSampler(sampler)) in SamplerParameteriv()
3230 if(!context->isSampler(sampler)) in SamplerParameterfv()
3264 if(!context->isSampler(sampler)) in GetSamplerParameteriv()
3287 if(!context->isSampler(sampler)) in GetSamplerParameterfv()
DContext.h629 bool isSampler(GLuint sampler) const;
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl178 dst->isSampler = src.isSampler;
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp226 if (!type.isSampler()) in init()
246 if ((*it)->getVariable()->getType().isSampler()) in getNumSamplerUniforms()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl153 gl->isSampler = &glIsSampler;
DglwInitES31Direct.inl178 gl->isSampler = &glIsSampler;
DglwInitES32Direct.inl207 gl->isSampler = &glIsSampler;
DglwInitES30.inl153 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp231 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
321 if (isSampler || isTexture) { in AppendTypeName()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemShaderImageAccessTests.cpp214 static std::string getShaderSamplerOrImageType (const tcu::TextureFormat& format, bool isSampler) in getShaderSamplerOrImageType() argument
219 return formatPart + (isSampler ? "sampler2D" : "image2D"); in getShaderSamplerOrImageType()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessSamplersTests.cpp104 if (!gl.isSampler(samplers_dsa[i])) in iterate()

12