/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteStructSamplers.cpp | 83 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 D | MonomorphizeUnsupportedFunctions.cpp | 327 (type.isSampler() || type.isImage()) && type.isArrayOfArrays(); in processFunctionCall()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A 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()
|
H A D | rsgVariableType.hpp | 163 bool isSampler (void) const { return m_baseType == TYPE_SAMPLER_2D || m_baseType == TYPE_SAMPLER_CUBE; } in isSampler() function in rsg::VariableType
|
H A D | rsgShaderGenerator.cpp | 166 if (!(*i)->getVariable()->getType().isSampler()) // Samplers are assigned at program-level. in fillUndefinedShaderInputs()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.h | 154 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 D | NVPTXImageOptimizer.cpp | 95 if (isSampler(*TexHandle)) { in replaceIsTypePSampler() 117 isSampler(*TexHandle)) { in replaceIsTypePSurface() 136 isSampler(*TexHandle)) { in replaceIsTypePTexture()
|
H A D | NVPTXUtilities.h | 36 bool isSampler(const Value &);
|
H A D | NVPTXGenericToNVVM.cpp | 82 !llvm::isSampler(*GV) && !GV->getName().startswith("llvm.")) { in runOnModule()
|
H A D | NVPTXUtilities.cpp | 155 bool isSampler(const Value &val) { in isSampler() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.h | 202 bool isSampler, in UnusedUniform() 208 this->isSampler = isSampler; in UnusedUniform() 215 bool isSampler; member
|
H A D | Uniform.h | 65 bool isSampler() const { return typeInfo->isSampler; } in isSampler() function
|
H A D | ProgramLinkedResources.cpp | 422 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 D | ResourceManager.h | 243 bool isSampler(SamplerID sampler) const;
|
H A D | Context_gles_3_0_autogen.h | 101 GLboolean isSampler(SamplerID samplerPacked) const; \
|
H A D | ResourceManager.cpp | 314 bool SamplerManager::isSampler(SamplerID sampler) const in isSampler() function in gl::SamplerManager
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeStateApiTests.cpp | 1245 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 D | ProgramVk.cpp | 356 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 D | ResourceManager.h | 89 bool isSampler(GLuint sampler);
|
H A D | ResourceManager.cpp | 349 bool ResourceManager::isSampler(GLuint sampler) in isSampler() function in es2::ResourceManager
|
H A D | libGLESv3.cpp | 3151 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 D | glsRandomShaderCase.cpp | 226 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 D | ProgramD3D.cpp | 321 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 D | Types.h | 358 bool isSampler() const { return IsSampler(type); } in isSampler() function in sh::TType
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseables.cpp | 218 const bool isSampler = IsSamplerType(argType[0]); in AppendTypeName() local 280 if (isSampler || isTexture) { in AppendTypeName()
|