Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteStructSamplers.cpp83 if (!node->getType().isSampler() && structureMap.find(structure) == structureMap.end()) in RewriteExpressionVisitBinaryHelper()
225 const bool isSampler = node->getType().isSampler(); in RewriteModifiedStructFieldSelectionExpression() local
239 if (isSampler) in RewriteModifiedStructFieldSelectionExpression()
262 if (isSampler) in RewriteModifiedStructFieldSelectionExpression()
282 if (!isSampler) in RewriteModifiedStructFieldSelectionExpression()
437 if (!fieldType.isSampler() && !isRemovedStructType(fieldType)) in stripStructSpecifierSamplers()
561 if (fieldType.isSampler() || fieldType.isStructureContainingSamplers()) in extractFieldSamplers()
565 if (fieldType.isSampler()) in extractFieldSamplers()
597 ASSERT(fieldType.isSampler()); in extractSampler()
[all...]
H A DMonomorphizeUnsupportedFunctions.cpp327 (type.isSampler() || type.isImage()) && type.isArrayOfArrays(); in processFunctionCall()
/third_party/vk-gl-cts/framework/randomshaders/
H A 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()
H A DrsgVariableType.hpp163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; } in isSampler() function in rsg::VariableType
H A DrsgShaderGenerator.cpp166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level. in fillUndefinedShaderInputs()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.h154 bool isSampler,
170 bool isSampler; member
187 bool isSampler, in UniformTypeInfo()
202 isSampler(isSampler), in UniformTypeInfo()
175 UniformTypeInfo(GLenum type, GLenum componentType, GLenum textureType, GLenum transposedMatrixType, GLenum boolVectorType, SamplerFormat samplerFormat, int rowCount, int columnCount, int componentCount, size_t componentSize, size_t internalSize, size_t externalSize, bool isSampler, bool isMatrixType, bool isImageType) UniformTypeInfo() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler()
117 isSampler(*TexHandle)) { in replaceIsTypePSurface()
136 isSampler(*TexHandle)) { in replaceIsTypePTexture()
H A DNVPTXUtilities.h36 bool isSampler(const Value &);
H A DNVPTXGenericToNVVM.cpp82 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
H A DNVPTXUtilities.cpp155 bool isSampler(const Value &val) { in isSampler() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.h202 bool isSampler, in UnusedUniform()
208 this->isSampler = isSampler; in UnusedUniform()
215 bool isSampler; member
H A DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
H A DProgramLinkedResources.cpp422 bool isSampler = IsSamplerType(variable.type); variable
427 if (isSampler)
503 linkedUniform.name, linkedUniform.isSampler(), linkedUniform.isImage(),
520 mUniformCount.samplerCount += (isSampler ? elementCount : 0);
1053 mUnusedUniforms.emplace_back(uniformIter->name, uniformIter->isSampler(),
H A DResourceManager.h243 bool isSampler(SamplerID sampler) const;
H A DContext_gles_3_0_autogen.h101 GLboolean isSampler(SamplerID samplerPacked) const; \
H A DResourceManager.cpp314 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1245 GLboolean isSampler; in init()
1248 isSampler = glIsSampler(sampler); in init()
1249 checkBooleans (isSampler, GL_FALSE); 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_TRUE); in init()
1260 isSampler = glIsSampler(sampler); in init()
1261 checkBooleans (isSampler, GL_FALSE); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp356 if (uniform.isInDefaultBlock() && !uniform.isSampler() && !uniform.isImage() && in initDefaultUniformLayoutMapping()
427 ASSERT(!linkedUniform.isSampler()); in setUniformImpl()
491 ASSERT(!linkedUniform.isSampler() && !linkedUniform.isImage()); in getUniformImpl()
539 if (linkedUniform.isSampler()) in setUniform1iv()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.h89 bool isSampler(GLuint sampler);
H A DResourceManager.cpp349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
H A DlibGLESv3.cpp3151 if(context->isSampler(sampler)) in IsSampler()
3173 if(sampler != 0 && !context->isSampler(sampler)) in BindSampler()
3201 if(!context->isSampler(sampler)) in SamplerParameteriv()
3232 if(!context->isSampler(sampler)) in SamplerParameterfv()
3266 if(!context->isSampler(sampler)) in GetSamplerParameteriv()
3289 if(!context->isSampler(sampler)) in GetSamplerParameterfv()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderCase.cpp226 if (!type.isSampler()) in init()
246 if ((*it)->getVariable()->getType().isSampler()) in getNumSamplerUniforms()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp321 if (isSampler()) in getDataPtrToElement()
329 bool D3DUniform::isSampler() const in isSampler() function in rx::D3DUniform
331 return typeInfo.isSampler; in isSampler()
801 if (!d3dUniform->isSampler())
2255 if (d3dUniform->isSampler())
2282 if (d3dUniform->isSampler())
2719 if (targetUniform->typeInfo.isSampler)
2770 if (mD3DUniforms[uniformIndex]->isSampler())
2780 ASSERT(d3dUniform->isSampler());
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTypes.h358 bool isSampler() const { return IsSampler(type); } in isSampler() function in sh::TType
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local
280 if (isSampler || isTexture) { in AppendTypeName()

Completed in 32 milliseconds

12