Home
last modified time | relevance | path

Searched refs:samplerHandle (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp67 SamplerHandle samplerHandle, in appendTextureLookup() argument
71 const GrGLSLSampler& sampler = fProgramBuilder->getSampler(samplerHandle); in appendTextureLookup()
100 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
107 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
110 this->appendTextureLookup(&this->code(), samplerHandle, coordName, varyingType); in appendTextureLookup()
116 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
121 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
165 SamplerHandle samplerHandle, in appendTexelFetch() argument
167 const GrGLSLSampler& sampler = fProgramBuilder->getSampler(samplerHandle); in appendTexelFetch()
176 void GrGLSLShaderBuilder::appendTexelFetch(SamplerHandle samplerHandle, const char* coordExpr) { in appendTexelFetch() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp91 SamplerHandle samplerHandle, in appendTextureLookup() argument
93 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
95 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
98 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
102 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookup()
109 SamplerHandle samplerHandle, in appendTextureLookupAndBlend() argument
121 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookupAndBlend()
126 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookupAndBlend()
132 void GrGLSLShaderBuilder::appendInputLoad(SamplerHandle samplerHandle) { in appendInputLoad() argument
133 const char* input = fProgramBuilder->inputSamplerVariable(samplerHandle); in appendInputLoad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp71 SamplerHandle samplerHandle, in appendTextureLookup() argument
73 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
75 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
78 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
82 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookup()
89 SamplerHandle samplerHandle, in appendTextureLookupAndBlend() argument
101 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookupAndBlend()
106 this->appendTextureLookup(&lookup, samplerHandle, coordName); in appendTextureLookupAndBlend()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp71 SamplerHandle samplerHandle, in appendTextureLookup() argument
74 const GrShaderVar& sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
76 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
79 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
86 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
89 this->appendTextureLookup(&this->code(), samplerHandle, coordName, varyingType); in appendTextureLookup()
95 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
100 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp70 SamplerHandle samplerHandle, in appendTextureLookup() argument
73 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
75 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
78 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
83 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
89 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
94 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp70 SamplerHandle samplerHandle, in appendTextureLookup() argument
73 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
75 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
78 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
83 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
89 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
94 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp70 SamplerHandle samplerHandle, in appendTextureLookup() argument
73 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
75 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
78 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
83 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
89 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
94 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp70 SamplerHandle samplerHandle, in appendTextureLookup() argument
73 const char* sampler = fProgramBuilder->samplerVariable(samplerHandle); in appendTextureLookup()
75 append_texture_swizzle(out, fProgramBuilder->samplerSwizzle(samplerHandle)); in appendTextureLookup()
78 void GrGLSLShaderBuilder::appendTextureLookup(SamplerHandle samplerHandle, in appendTextureLookup() argument
83 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookup()
89 SamplerHandle samplerHandle, in appendTextureLookupAndModulate() argument
94 this->appendTextureLookup(&lookup, samplerHandle, coordName, varyingType); in appendTextureLookupAndModulate()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DResourceManager.cpp522 Sampler *ResourceManager::checkSamplerAllocation(rx::GLImplFactory *factory, GLuint samplerHandle) in checkSamplerAllocation() argument
525 if (samplerHandle == 0) in checkSamplerAllocation()
530 Sampler *sampler = getSampler(samplerHandle); in checkSamplerAllocation()
534 sampler = new Sampler(factory, samplerHandle); in checkSamplerAllocation()
535 mSamplerMap[samplerHandle] = sampler; in checkSamplerAllocation()
H A DResourceManager.h84 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, GLuint samplerHandle);
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
H A DContext.cpp995 void Context::bindSampler(GLuint textureUnit, GLuint samplerHandle) in bindSampler() argument
999 mResourceManager->checkSamplerAllocation(mImplementation.get(), samplerHandle); in bindSampler()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_wrapper.h192 void *samplerHandle; // [out] member
200 void *samplerHandle; // [out] member
207 void *samplerHandle; // [in] member
H A Dcm_wrapper.cpp683 createSamplerParam->samplerHandle = static_cast<CmSampler *>(sampler); in CmThinExecuteInternal()
697 createSamplerParamEx->samplerHandle = static_cast<CmSampler *>(sampler); in CmThinExecuteInternal()
707 sampler = (CmSampler *)destroySamplerParam->samplerHandle; in CmThinExecuteInternal()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_wrapper.h192 void *samplerHandle; // [out] member
200 void *samplerHandle; // [out] member
207 void *samplerHandle; // [in] member
H A Dcm_wrapper.cpp683 createSamplerParam->samplerHandle = static_cast<CmSampler *>(sampler); in CmThinExecuteInternal()
697 createSamplerParamEx->samplerHandle = static_cast<CmSampler *>(sampler); in CmThinExecuteInternal()
707 sampler = (CmSampler *)destroySamplerParam->samplerHandle; in CmThinExecuteInternal()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DresourceBinder.h434 HgiSamplerHandle const &samplerHandle,
446 HgiSamplerHandle const &samplerHandle,
H A DresourceBinder.cpp1622 HgiSamplerHandle const &samplerHandle, in GetSamplerBindlessHandle() argument
1627 dynamic_cast<const HgiGLSampler*>(samplerHandle.Get())); in GetSamplerBindlessHandle()
1698 HgiSamplerHandle const &samplerHandle, in BindTexture() argument
1723 const HgiSampler * const sampler = samplerHandle.Get(); in BindTexture()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.h129 void bindSampler(GLuint textureUnit, GLuint samplerHandle);

123