Home
last modified time | relevance | path

Searched refs:multiSample (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DSurface8.cpp39 int sampleCount(D3DMULTISAMPLE_TYPE multiSample) in sampleCount() argument
41 if(multiSample == D3DMULTISAMPLE_2_SAMPLES) in sampleCount()
45 else if(multiSample == D3DMULTISAMPLE_4_SAMPLES) in sampleCount()
49 else if(multiSample == D3DMULTISAMPLE_8_SAMPLES) in sampleCount()
53 else if(multiSample == D3DMULTISAMPLE_16_SAMPLES) in sampleCount()
62multiSample), translateFormat(format), lockable, (usage & D3DUSAGE_RENDERTARGET) == D3DUSAGE_RENDE… in Direct3DSurface8()
66 …resource = new Direct3DResource8(device, D3DRTYPE_SURFACE, memoryUsage(width, height, multiSample,… in Direct3DSurface8()
231 desc->Size = memoryUsage(width, height, multiSample, format); in GetDesc()
232 desc->MultiSampleType = multiSample; in GetDesc()
287 …unsigned int Direct3DSurface8::memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample,… in memoryUsage() argument
[all …]
H A DDirect3DSurface8.hpp32 …width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable,…
60 …static unsigned int memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, D3DFORMAT …
68 const D3DMULTISAMPLE_TYPE multiSample; member in D3D8::Direct3DSurface8
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DSurface9.cpp42 int sampleCount(D3DMULTISAMPLE_TYPE multiSample, unsigned int quality) in sampleCount() argument
44 if(multiSample == D3DMULTISAMPLE_NONMASKABLE) in sampleCount()
54 else if(multiSample == D3DMULTISAMPLE_2_SAMPLES) in sampleCount()
58 else if(multiSample == D3DMULTISAMPLE_4_SAMPLES) in sampleCount()
62 else if(multiSample == D3DMULTISAMPLE_8_SAMPLES) in sampleCount()
66 else if(multiSample == D3DMULTISAMPLE_16_SAMPLES) in sampleCount()
79 …width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int q… in Direct3DSurface9() argument
80multiSample, quality, format)), Surface(getParentResource(container), width, height, 1, 0, sampleC… in Direct3DSurface9()
336 description->MultiSampleType = multiSample; in GetDesc()
412 …unsigned int Direct3DSurface9::memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample,… in memoryUsage() argument
[all …]
H A DDirect3DSurface9.hpp31 …width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int q…
67 …static unsigned int memoryUsage(int width, int height, D3DMULTISAMPLE_TYPE multiSample, unsigned i…
74 const D3DMULTISAMPLE_TYPE multiSample; member in D3D9::Direct3DSurface9
H A DDirect3DDevice9Ex.cpp138 … int width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSample, unsigned long … in CreateDepthStencilSurface() argument
140 …face = 0x%0.8p, void **sharedHandle = 0x%0.8p", width, height, format, multiSample, multiSampleQua… in CreateDepthStencilSurface()
142 …return Direct3DDevice9::CreateDepthStencilSurface(width, height, format, multiSample, multiSampleQ… in CreateDepthStencilSurface()
173 … int width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSample, unsigned long … in CreateRenderTarget() argument
175 …face = 0x%0.8p, void **sharedHandle = 0x%0.8p", width, height, format, multiSample, multiSampleQua… in CreateRenderTarget()
177 …return Direct3DDevice9::CreateRenderTarget(width, height, format, multiSample, multiSampleQuality,… in CreateRenderTarget()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DTexture2D.cpp112 bool Texture2D::SetSize(int width, int height, unsigned format, TextureUsage usage, int multiSample in SetSize() argument
120 multiSample = Clamp(multiSample, 1, 16); in SetSize()
121 if (multiSample == 1) in SetSize()
123 else if (multiSample > 1 && usage < TEXTURE_RENDERTARGET) in SetSize()
130 if (multiSample > 1 && autoResolve == false) in SetSize()
157 multiSample_ = multiSample; in SetSize()
H A DTextureCube.cpp261 bool TextureCube::SetSize(int size, unsigned format, TextureUsage usage, int multiSample) in SetSize() argument
274 multiSample = Clamp(multiSample, 1, 16); in SetSize()
275 if (multiSample > 1 && usage < TEXTURE_RENDERTARGET) in SetSize()
313 multiSample_ = multiSample; in SetSize()
314 autoResolve_ = multiSample > 1; in SetSize()
H A DRenderer.cpp460 void Renderer::SetVSMMultiSample(int multiSample) in SetVSMMultiSample() argument
462 multiSample = Clamp(multiSample, 1, 16); in SetVSMMultiSample()
463 if (multiSample != vsmMultiSample_) in SetVSMMultiSample()
465 vsmMultiSample_ = multiSample; in SetVSMMultiSample()
933 int multiSample = 1; in GetShadowMap() local
951 multiSample = vsmMultiSample_; in GetShadowMap()
967 if (!newShadowMap->SetSize(width, height, shadowMapFormat, shadowMapUsage, multiSample)) in GetShadowMap()
1027 multiSample = Clamp(multiSample, 1, 16); in GetScreenBuffer()
1028 if (multiSample == 1) in GetScreenBuffer()
1085 newTexCube->SetSize(width, format, TEXTURE_RENDERTARGET, multiSample); in GetScreenBuffer()
[all …]
H A DRenderer.h217 void SetVSMMultiSample(int multiSample);
398 …(int width, int height, unsigned format, int multiSample, bool autoResolve, bool cubemap, bool fil…
400 RenderSurface* GetDepthStencil(int width, int height, int multiSample, bool autoResolve);
H A DTexture2D.h63 … int height, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1, bool autoR…
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLRenderSurface.cpp54 …enderSurface::CreateRenderBuffer(unsigned width, unsigned height, unsigned format, int multiSample) in CreateRenderBuffer() argument
67 if (multiSample > 1) in CreateRenderBuffer()
68 glRenderbufferStorageMultisample(GL_RENDERBUFFER, multiSample, format, width, height); in CreateRenderBuffer()
79 if (multiSample > 1) in CreateRenderBuffer()
80 … glRenderbufferStorageMultisampleEXT(GL_RENDERBUFFER_EXT, multiSample, format, width, height); in CreateRenderBuffer()
/dports/graphics/alembic/alembic-1.8.3/prman/Procedural/
H A DWriteGeo.cpp115 bool multiSample = sampleTimes.size() > 1; in ProcessXform() local
177 if ( multiSample ) { RiMotionEnd(); } in ProcessXform()
191 bool multiSample = sampleTimes.size() > 1; in ProcessPolyMesh() local
270 if (multiSample) RiMotionEnd(); in ProcessPolyMesh()
284 bool multiSample = sampleTimes.size() > 1; in ProcessSubD() local
534 if ( multiSample ) { RiMotionEnd(); } in ProcessSubD()
570 bool multiSample = sampleTimes.size() > 1; in ProcessNuPatch() local
643 if ( multiSample ) { RiMotionEnd(); } in ProcessNuPatch()
670 bool multiSample = sampleTimes.size() > 1; in ProcessPoints() local
724 if ( multiSample ) { RiMotionEnd(); } in ProcessPoints()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DConfig.cpp22 …EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample) in Config() argument
23 …argetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSample(multiSample) in Config()
25 set(displayMode, minInterval, maxInterval, renderTargetFormat, depthStencilFormat, multiSample); in Config()
65 …EGLint maxInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample) in set() argument
170 mSampleBuffers = multiSample ? 1 : 0; in set()
171 mSamples = multiSample; in set()
285 …nt maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample) in add() argument
287 …isplayMode, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample); in add()
H A DConfig.h29 …t maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
32 …t maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
102 …t maxSwapInterval, D3DFORMAT renderTargetFormat, D3DFORMAT depthStencilFormat, EGLint multiSample);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp69 primitive += sizeof(Primitive) * state.multiSample; in generate()
125 for(unsigned int q = 1; q < state.multiSample; q++) in rasterize()
138 for(unsigned int q = 1; q < state.multiSample; q++) in rasterize()
149 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
153 if(state.multiSample > 1) in rasterize()
162 if(veryEarlyDepthTest && state.multiSample == 1 && !state.depthOverride) in rasterize()
270 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
284 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
H A DSetupProcessor.hpp56 unsigned int multiSample : 3; // 1, 2 or 4 member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp69 primitive += sizeof(Primitive) * state.multiSample; in generate()
125 for(unsigned int q = 1; q < state.multiSample; q++) in rasterize()
138 for(unsigned int q = 1; q < state.multiSample; q++) in rasterize()
149 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
153 if(state.multiSample > 1) in rasterize()
162 if(veryEarlyDepthTest && state.multiSample == 1 && !state.depthOverride) in rasterize()
270 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
284 for(unsigned int q = 0; q < state.multiSample; q++) in rasterize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp40 …Lint maxInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample) in Config() argument
41 …argetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSample(multiSample) in Config()
184 mSampleBuffers = (multiSample > 0) ? 1 : 0; in Config()
185 mSamples = multiSample; in Config()
333 … maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample) in add() argument
335 …playFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample); in add()
H A DConfig.h35 …maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
94 …maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp40 …Lint maxInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample) in Config() argument
41 …argetFormat(renderTargetFormat), mDepthStencilFormat(depthStencilFormat), mMultiSample(multiSample) in Config()
184 mSampleBuffers = (multiSample > 0) ? 1 : 0; in Config()
185 mSamples = multiSample; in Config()
333 … maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample) in add() argument
335 …playFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample); in add()
H A DConfig.h35 …maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
94 …maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9RenderSurface.cpp64 …enderSurface::CreateRenderBuffer(unsigned width, unsigned height, unsigned format, int multiSample) in CreateRenderBuffer() argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11RenderSurface.cpp65 …enderSurface::CreateRenderBuffer(unsigned width, unsigned height, unsigned format, int multiSample) in CreateRenderBuffer() argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DTexture2D.pkg10 … int height, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1, bool autoR…
H A DTextureCube.pkg8 … bool SetSize(int size, unsigned format, TextureUsage usage = TEXTURE_STATIC, int multiSample = 1);

123456789