Home
last modified time | relevance | path

Searched refs:texDesc (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp18 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
21 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
22 , GrGLTexture(gpu, texDesc, nullptr, mipMapsStatus) in GrGLTextureRenderTarget()
23 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
30 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
35 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipMapsStatus) in GrGLTextureRenderTarget()
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
65 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
71 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipMapsStatus)); in MakeWrapped()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp18 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
21 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
22 , GrGLTexture(gpu, texDesc, nullptr, mipMapsStatus) in GrGLTextureRenderTarget()
23 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
30 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
35 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipMapsStatus) in GrGLTextureRenderTarget()
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
65 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
71 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipMapsStatus)); in MakeWrapped()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp18 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
21 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
22 , GrGLTexture(gpu, texDesc, nullptr, mipMapsStatus) in GrGLTextureRenderTarget()
23 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
30 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
35 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipMapsStatus) in GrGLTextureRenderTarget()
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
65 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
71 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipMapsStatus)); in MakeWrapped()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp18 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
21 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
22 , GrGLTexture(gpu, texDesc, nullptr, mipMapsStatus) in GrGLTextureRenderTarget()
23 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
30 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
35 : GrSurface(gpu, texDesc.fSize, texDesc.fConfig, GrProtected::kNo) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipMapsStatus) in GrGLTextureRenderTarget()
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, texDesc.fConfig, sampleCount, in GrGLTextureRenderTarget()
65 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
71 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipMapsStatus)); in MakeWrapped()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DptexTextureObject.cpp262 HgiTextureDesc texDesc; in _Commit() local
265 texDesc.type = HgiTextureType2DArray; in _Commit()
266 texDesc.dimensions = _texelDimensions; in _Commit()
267 texDesc.layerCount = _texelLayers; in _Commit()
268 texDesc.format = _format; in _Commit()
269 texDesc.mipLevels = 1; in _Commit()
270 texDesc.initialData = _texelData.get(); in _Commit()
288 HgiTextureDesc texDesc; in _Commit() local
291 texDesc.type = HgiTextureType1DArray; in _Commit()
294 texDesc.format = HgiFormatUInt16Vec2; in _Commit()
[all …]
H A DudimTextureObject.cpp266 HgiTextureDesc texDesc; in _Commit() local
268 texDesc.type = HgiTextureType2DArray; in _Commit()
269 texDesc.dimensions = _dimensions; in _Commit()
270 texDesc.layerCount = _tileCount; in _Commit()
271 texDesc.format = _hgiFormat; in _Commit()
272 texDesc.mipLevels = _mipCount; in _Commit()
273 texDesc.initialData = _textureData.data(); in _Commit()
280 HgiTextureDesc texDesc; in _Commit() local
282 texDesc.type = HgiTextureType1D; in _Commit()
284 texDesc.format = HgiFormatFloat32; in _Commit()
[all …]
H A DrenderBuffer.cpp175 HgiTextureDesc texDesc; in Allocate() local
176 texDesc.debugName = _GetDebugName(_textureObject); in Allocate()
177 texDesc.dimensions = dimensions; in Allocate()
178 texDesc.type = (dimensions[2] > 1) ? HgiTextureType3D : HgiTextureType2D; in Allocate()
179 texDesc.format = HdStHgiConversions::GetHgiFormat(format); in Allocate()
180 texDesc.usage = _GetTextureUsage(format, GetId().GetNameToken()); in Allocate()
181 texDesc.sampleCount = HgiSampleCount1; in Allocate()
184 _CreateTexture(_textureObject, texDesc); in Allocate()
187 texDesc.debugName = _GetDebugName(_textureMSAAObject); in Allocate()
188 texDesc.sampleCount = HgiSampleCount(_msaaSampleCount); in Allocate()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdx/
H A DaovInputTask.cpp229 HgiTextureDesc texDesc; in _UpdateTexture() local
231 texDesc.dimensions = dim; in _UpdateTexture()
235 texDesc.format = bufFormat; in _UpdateTexture()
236 texDesc.initialData = pixelData; in _UpdateTexture()
237 texDesc.layerCount = 1; in _UpdateTexture()
238 texDesc.mipLevels = 1; in _UpdateTexture()
272 HgiTextureDesc texDesc; in _UpdateIntermediateTexture() local
274 texDesc.dimensions = dim; in _UpdateIntermediateTexture()
276 texDesc.format = hgiFormat; in _UpdateIntermediateTexture()
277 texDesc.layerCount = 1; in _UpdateIntermediateTexture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp18 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
21 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo) in GrGLTextureRenderTarget()
22 , GrGLTexture(gpu, texDesc, nullptr, mipMapsStatus) in GrGLTextureRenderTarget()
23 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, rtIDs) { in GrGLTextureRenderTarget()
29 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
34 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo) in GrGLTextureRenderTarget()
35 , GrGLTexture(gpu, texDesc, std::move(parameters), mipMapsStatus) in GrGLTextureRenderTarget()
36 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, in GrGLTextureRenderTarget()
64 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
70 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipMapsStatus)); in MakeWrapped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp19 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
22 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo) in GrGLTextureRenderTarget()
23 , GrGLTexture(gpu, texDesc, nullptr, mipmapStatus) in GrGLTextureRenderTarget()
24 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, rtIDs) { in GrGLTextureRenderTarget()
30 const GrGLTexture::Desc& texDesc, in GrGLTextureRenderTarget() argument
35 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipmapStatus) in GrGLTextureRenderTarget()
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, in GrGLTextureRenderTarget()
65 const GrGLTexture::Desc& texDesc, in MakeWrapped() argument
71 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus)); in MakeWrapped()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A DresourceBindings.cpp55 for (HgiTextureBindDesc const& texDesc : _descriptor.textures) { in BindResources()
58 if (!TF_VERIFY(texDesc.textures.size() == 1)) continue; in BindResources()
60 uint32_t unit = texDesc.bindingIndex; in BindResources()
67 if (texDesc.resourceType == HgiBindResourceTypeSampledImage || in BindResources()
71 HgiTextureHandle const& texHandle = texDesc.textures.front(); in BindResources()
73 textures[texDesc.bindingIndex] = glTex->GetTextureId(); in BindResources()
77 HgiTextureHandle const& texHandle = texDesc.textures.front(); in BindResources()
79 images[texDesc.bindingIndex] = glTex->GetTextureId(); in BindResources()
85 if (!texDesc.samplers.empty()) { in BindResources()
87 HgiSamplerHandle const& smpHandle = texDesc.samplers.front(); in BindResources()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dd3d11_fmt.c99 D3D11_TEXTURE2D_DESC texDesc; in D3D11_AllocateShaderView() local
103 if (texDesc.ArraySize == 1) in D3D11_AllocateShaderView()
471 D3D11_TEXTURE2D_DESC texDesc; in CanReallyUseFormat() local
472 ZeroMemory(&texDesc, sizeof(texDesc)); in CanReallyUseFormat()
473 texDesc.MipLevels = 1; in CanReallyUseFormat()
479 texDesc.ArraySize = 1; in CanReallyUseFormat()
480 texDesc.Format = dxgi; in CanReallyUseFormat()
481 texDesc.Height = 144; in CanReallyUseFormat()
482 texDesc.Width = 176; in CanReallyUseFormat()
577 ZeroMemory(&texDesc, sizeof(texDesc)); in AllocateTextures()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hgiMetal/
H A DresourceBindings.mm49 for (HgiTextureBindDesc const& texDesc : _descriptor.textures) {
50 if (!TF_VERIFY(texDesc.textures.size() == 1)) continue;
60 if (texDesc.stageUsage & HgiShaderStageVertex) {
62 atIndex:texDesc.bindingIndex];
64 atIndex:texDesc.bindingIndex];
66 if (texDesc.stageUsage & HgiShaderStageFragment) {
70 atIndex:texDesc.bindingIndex];
111 if (!TF_VERIFY(texDesc.textures.size() == 1)) continue;
121 if (texDesc.stageUsage & HgiShaderStageCompute) {
123 atIndex:texDesc.bindingIndex];
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/src/codec/video/
H A DVideoDecoderD3D11.cpp297 D3D11_TEXTURE2D_DESC texDesc; in createDecoder() local
298 ZeroMemory(&texDesc, sizeof(texDesc)); in createDecoder()
299 texDesc.Width = aligned(w); in createDecoder()
300 texDesc.Height = aligned(h); in createDecoder()
301 texDesc.MipLevels = 1; in createDecoder()
304 texDesc.MiscFlags = 0; in createDecoder()
308 texDesc.CPUAccessFlags = 0; in createDecoder()
313 tex->GetDesc(&texDesc); in createDecoder()
314 texDesc.MipLevels = 1; in createDecoder()
315 texDesc.MiscFlags = 0; in createDecoder()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = dimensions.fWidth;
73 texDesc.height = dimensions.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
H A DGrMtlRenderTarget.mm78 MTLTextureDescriptor* texDesc = [[MTLTextureDescriptor alloc] init];
79 texDesc.textureType = MTLTextureType2DMultisample;
80 texDesc.pixelFormat = format;
81 texDesc.width = dimensions.fWidth;
82 texDesc.height = dimensions.fHeight;
83 texDesc.depth = 1;
84 texDesc.mipmapLevelCount = 1;
85 texDesc.sampleCount = sampleCnt;
86 texDesc.arrayLength = 1;
88 texDesc.storageMode = MTLStorageModePrivate;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = dimensions.fWidth;
73 texDesc.height = dimensions.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
H A DGrMtlRenderTarget.mm79 MTLTextureDescriptor* texDesc = [[MTLTextureDescriptor alloc] init];
80 texDesc.textureType = MTLTextureType2DMultisample;
81 texDesc.pixelFormat = format;
82 texDesc.width = dimensions.fWidth;
83 texDesc.height = dimensions.fHeight;
84 texDesc.depth = 1;
85 texDesc.mipmapLevelCount = 1;
86 texDesc.sampleCount = sampleCnt;
87 texDesc.arrayLength = 1;
89 texDesc.storageMode = MTLStorageModePrivate;
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/common/
H A Dd3d11Hud.cpp97 D3D11_TEXTURE2D_DESC texDesc; in Init() local
98 texDesc.Width = FONT_TEXTURE_WIDTH; in Init()
99 texDesc.Height = FONT_TEXTURE_HEIGHT; in Init()
100 texDesc.MipLevels = 1; in Init()
101 texDesc.ArraySize = 1; in Init()
103 texDesc.SampleDesc.Count = 1; in Init()
104 texDesc.SampleDesc.Quality = 0; in Init()
105 texDesc.Usage = D3D11_USAGE_DEFAULT; in Init()
107 texDesc.CPUAccessFlags = 0; in Init()
108 texDesc.MiscFlags = 0; in Init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = desc.fWidth;
73 texDesc.height = desc.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
H A DGrMtlRenderTarget.mm82 MTLTextureDescriptor* texDesc = [[MTLTextureDescriptor alloc] init];
83 texDesc.textureType = MTLTextureType2DMultisample;
84 texDesc.pixelFormat = format;
85 texDesc.width = desc.fWidth;
86 texDesc.height = desc.fHeight;
87 texDesc.depth = 1;
88 texDesc.mipmapLevelCount = 1;
89 texDesc.sampleCount = sampleCnt;
90 texDesc.arrayLength = 1;
92 texDesc.storageMode = MTLStorageModePrivate;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = desc.fWidth;
73 texDesc.height = desc.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = desc.fWidth;
73 texDesc.height = desc.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/mtl/
H A DGrMtlTextureRenderTarget.mm70 texDesc.textureType = MTLTextureType2DMultisample;
71 texDesc.pixelFormat = format;
72 texDesc.width = desc.fWidth;
73 texDesc.height = desc.fHeight;
74 texDesc.depth = 1;
75 texDesc.mipmapLevelCount = 1;
76 texDesc.sampleCount = sampleCnt;
77 texDesc.arrayLength = 1;
79 texDesc.storageMode = MTLStorageModePrivate;
83 return [gpu->device() newTextureWithDescriptor:texDesc];
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/d3d11/
H A Dd3d11_surface.c208 D3D11_TEXTURE2D_DESC texDesc; in assert_staging() local
211 texDesc.MipLevels = 1; in assert_staging()
213 texDesc.MiscFlags = 0; in assert_staging()
214 texDesc.ArraySize = 1; in assert_staging()
217 texDesc.BindFlags = 0; in assert_staging()
626 D3D11_TEXTURE2D_DESC texDesc; in NV12_D3D11() local
760 D3D11_TEXTURE2D_DESC texDesc; in D3D11OpenCPUConverter() local
796 texDesc.MipLevels = 1; in D3D11OpenCPUConverter()
798 texDesc.MiscFlags = 0; in D3D11OpenCPUConverter()
799 texDesc.ArraySize = 1; in D3D11OpenCPUConverter()
[all …]

12345678