/external/deqp/framework/randomshaders/ |
D | rsgProgramGenerator.cpp | 78 if ((*i)->getVariable()->getType().isSampler()) in generate() 84 if ((*i)->getVariable()->getType().isSampler()) in generate() 92 if (input->getVariable()->getType().isSampler()) in generate()
|
D | rsgVariableType.hpp | 163 …bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_… in isSampler() function in rsg::VariableType
|
D | rsgShaderGenerator.cpp | 166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level. in fillUndefinedShaderInputs()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXImageOptimizer.cpp | 95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler() 119 isSampler(*TexHandle)) { in replaceIsTypePSurface() 138 isSampler(*TexHandle)) { in replaceIsTypePTexture()
|
D | NVPTXUtilities.h | 40 bool isSampler(const llvm::Value &);
|
D | NVPTXGenericToNVVM.cpp | 87 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
|
D | NVPTXUtilities.cpp | 156 bool llvm::isSampler(const llvm::Value &val) { in isSampler() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXImageOptimizer.cpp | 95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler() 117 isSampler(*TexHandle)) { in replaceIsTypePSurface() 136 isSampler(*TexHandle)) { in replaceIsTypePTexture()
|
D | NVPTXUtilities.h | 37 bool isSampler(const Value &);
|
D | NVPTXUtilities.cpp | 154 bool isSampler(const Value &val) { in isSampler() function
|
D | NVPTXGenericToNVVM.cpp | 83 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1241 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/ |
D | ResourceManager.h | 89 bool isSampler(GLuint sampler);
|
D | ResourceManager.cpp | 349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
|
D | libGLESv3.cpp | 3149 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()
|
D | Context.h | 629 bool isSampler(GLuint sampler) const;
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 178 dst->isSampler = src.isSampler;
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 226 if (!type.isSampler()) in init() 246 if ((*it)->getVariable()->getType().isSampler()) in getNumSamplerUniforms()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 153 gl->isSampler = &glIsSampler;
|
D | glwInitES31Direct.inl | 178 gl->isSampler = &glIsSampler;
|
D | glwInitES32Direct.inl | 207 gl->isSampler = &glIsSampler;
|
D | glwInitES30.inl | 153 gl->isSampler = (glIsSamplerFunc) loader->get("glIsSampler");
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseables.cpp | 231 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local 321 if (isSampler || isTexture) { in AppendTypeName()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 214 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/ |
D | gl4cDirectStateAccessSamplersTests.cpp | 104 if (!gl.isSampler(samplers_dsa[i])) in iterate()
|