Home
last modified time | relevance | path

Searched refs:dxgi_format (Results 1 – 25 of 110) sorted by relevance

12345

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dvulkan-capture.h362 dxgi_format = DXGI_FORMAT_R8_UNORM; in vk_format_to_dxgi()
365 dxgi_format = DXGI_FORMAT_R8_SNORM; in vk_format_to_dxgi()
372 dxgi_format = DXGI_FORMAT_R8_UINT; in vk_format_to_dxgi()
375 dxgi_format = DXGI_FORMAT_R8_SINT; in vk_format_to_dxgi()
390 dxgi_format = DXGI_FORMAT_R8G8_UINT; in vk_format_to_dxgi()
393 dxgi_format = DXGI_FORMAT_R8G8_UINT; in vk_format_to_dxgi()
512 dxgi_format = DXGI_FORMAT_R16_UINT; in vk_format_to_dxgi()
515 dxgi_format = DXGI_FORMAT_R16_SINT; in vk_format_to_dxgi()
573 dxgi_format = DXGI_FORMAT_R32_UINT; in vk_format_to_dxgi()
576 dxgi_format = DXGI_FORMAT_R32_SINT; in vk_format_to_dxgi()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_format_table.py77 def format_case(dxgi_format, result): argument
79 dxgi_format = dxgi_format,
82 def undefined_case(dxgi_format): argument
83 return template_undefined_case.format(dxgi_format = dxgi_format)
104 for dxgi_format, angle_format in sorted(dxgi_map.iteritems()):
106 found = [ctype in dxgi_format for ctype in types.keys()]
113 component_cases += format_case(dxgi_format, gltype)
115 component_cases += undefined_case(dxgi_format)
118 angle_format = dxgi_format
122 format_cases += format_case(dxgi_format, angle_format)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dgen_dxgi_format_table.py77 def format_case(dxgi_format, result): argument
78 return template_format_case.format(dxgi_format=dxgi_format, result=result)
81 def undefined_case(dxgi_format): argument
82 return template_undefined_case.format(dxgi_format=dxgi_format)
123 for dxgi_format, a_format in sorted(dxgi_map.iteritems()):
125 found = [ctype in dxgi_format for ctype in types.keys()]
132 component_cases += format_case(dxgi_format, gltype)
134 component_cases += undefined_case(dxgi_format)
137 a_format = dxgi_format
141 format_cases += format_case(dxgi_format, a_format)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A Dgen_dxgi_format_table.py79 def format_case(dxgi_format, result): argument
80 return template_format_case.format(dxgi_format=dxgi_format, result=result)
83 def undefined_case(dxgi_format): argument
84 return template_undefined_case.format(dxgi_format=dxgi_format)
125 for dxgi_format, a_format in sorted(dxgi_map.iteritems()):
127 found = [ctype in dxgi_format for ctype in types.keys()]
134 component_cases += format_case(dxgi_format, gltype)
136 component_cases += undefined_case(dxgi_format)
139 a_format = dxgi_format
143 format_cases += format_case(dxgi_format, a_format)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/windows/
H A Dd3d11_texture_wrapper_unittest.cc90 const DXGI_FORMAT dxgi_format = DXGI_FORMAT_NV12; in TEST_F() local
93 auto wrapper = std::make_unique<DefaultTexture2DWrapper>(size_, dxgi_format, in TEST_F()
104 const DXGI_FORMAT dxgi_format = DXGI_FORMAT_B8G8R8A8_UNORM; in TEST_F() local
107 auto wrapper = std::make_unique<DefaultTexture2DWrapper>(size_, dxgi_format, in TEST_F()
116 const DXGI_FORMAT dxgi_format = DXGI_FORMAT_R16G16B16A16_FLOAT; in TEST_F() local
119 auto wrapper = std::make_unique<DefaultTexture2DWrapper>(size_, dxgi_format, in TEST_F()
128 const DXGI_FORMAT dxgi_format = DXGI_FORMAT_P010; in TEST_F() local
131 auto wrapper = std::make_unique<DefaultTexture2DWrapper>(size_, dxgi_format, in TEST_F()
140 const DXGI_FORMAT dxgi_format = DXGI_FORMAT_UNKNOWN; in TEST_F() local
143 auto wrapper = std::make_unique<DefaultTexture2DWrapper>(size_, dxgi_format, in TEST_F()
H A Dd3d11_texture_wrapper.cc28 DXGI_FORMAT dxgi_format, in DXGIFormatToVizFormat() argument
32 switch (dxgi_format) { in DXGIFormatToVizFormat()
107 DXGI_FORMAT dxgi_format, in DefaultTexture2DWrapper() argument
109 : size_(size), dxgi_format_(dxgi_format), pixel_format_(pixel_format) {} in DefaultTexture2DWrapper()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/VideoRenderers/windows/
H A DRendererDXVA.cpp38 …const DXGI_FORMAT dxgi_format = CRenderBufferImpl::GetDXGIFormat(av_pixel_format, GetDXGIFormat(pi… in GetWeight() local
39 if (dxgi_format == DXGI_FORMAT_UNKNOWN) in GetWeight()
43 dxgi_format, in GetWeight()
55 CLog::LogF(LOGWARNING, "Texture format {} is not supported.", dxgi_format); in GetWeight()
97 …const DXGI_FORMAT dxgi_format = CRenderBufferImpl::GetDXGIFormat(m_format, GetDXGIFormat(picture)); in Configure() local
103 m_processor->IsFormatSupported(dxgi_format, support_type)) in Configure()
251 const auto dxgi_format = GetDXGIFormat(av_pix_format); in CRenderBufferImpl() local
252 if (dxgi_format == DXGI_FORMAT_UNKNOWN) in CRenderBufferImpl()
258 m_texture.Create(m_widthTex, m_heightTex, 1, D3D11_USAGE_DYNAMIC, dxgi_format); in CRenderBufferImpl()
H A DRendererShaders.cpp89 const DXGI_FORMAT dxgi_format = GetDXGIFormat(picture); in Configure() local
94 m_format = GetAVFormat(dxgi_format); in Configure()
169 const DXGI_FORMAT dxgi_format = GetDXGIFormat(picture); in IsHWPicSupported() local
170 if (dxgi_format != DXGI_FORMAT_UNKNOWN) in IsHWPicSupported()
173 dxgi_format, in IsHWPicSupported()
/dports/graphics/vkd3d/vkd3d-1.2/libs/vkd3d/
H A Dutils.c249 if (current->dxgi_format == dxgi_format) in dxgi_format_is_depth_stencil()
255 if (vkd3d_depth_stencil_formats[i].dxgi_format == dxgi_format) in dxgi_format_is_depth_stencil()
267 DXGI_FORMAT dxgi_format; in vkd3d_init_format_compatibility_lists() local
284 if (dxgi_format != typeless_format) in vkd3d_init_format_compatibility_lists()
287 dxgi_format = typeless_format; in vkd3d_init_format_compatibility_lists()
419 DXGI_FORMAT dxgi_format) in vkd3d_get_depth_stencil_format() argument
429 if (formats[i].dxgi_format == dxgi_format) in vkd3d_get_depth_stencil_format()
447 if (vkd3d_formats[i].dxgi_format == dxgi_format) in vkd3d_get_format()
521 DXGI_FORMAT dxgi_format; in vkd3d_get_dxgi_format() local
528 dxgi_format = vkd3d_formats[i].dxgi_format; in vkd3d_get_dxgi_format()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
H A Dd3d12_screen.cpp501 DXGI_FORMAT dxgi_format = d3d12_get_format(format); in d3d12_is_format_supported() local
502 if (dxgi_format == DXGI_FORMAT_UNKNOWN) in d3d12_is_format_supported()
575 dxgi_format == DXGI_FORMAT_B8G8R8X8_UNORM || in d3d12_is_format_supported()
576 dxgi_format == DXGI_FORMAT_B5G5R5A1_UNORM || in d3d12_is_format_supported()
577 dxgi_format == DXGI_FORMAT_B5G6R5_UNORM || in d3d12_is_format_supported()
578 dxgi_format == DXGI_FORMAT_B4G4R4A4_UNORM)) in d3d12_is_format_supported()
593 ms_info.Format = dxgi_format; in d3d12_is_format_supported()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
H A Dd3d12_screen.cpp501 DXGI_FORMAT dxgi_format = d3d12_get_format(format); in d3d12_is_format_supported() local
502 if (dxgi_format == DXGI_FORMAT_UNKNOWN) in d3d12_is_format_supported()
575 dxgi_format == DXGI_FORMAT_B8G8R8X8_UNORM || in d3d12_is_format_supported()
576 dxgi_format == DXGI_FORMAT_B5G5R5A1_UNORM || in d3d12_is_format_supported()
577 dxgi_format == DXGI_FORMAT_B5G6R5_UNORM || in d3d12_is_format_supported()
578 dxgi_format == DXGI_FORMAT_B4G4R4A4_UNORM)) in d3d12_is_format_supported()
593 ms_info.Format = dxgi_format; in d3d12_is_format_supported()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp86 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
92 desc.Format = dxgi_format; in initialize_dsv()
154 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
160 desc.Format = dxgi_format; in initialize_rtv()
255 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
257 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
259 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
309 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
312 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
315 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
H A Dd3d12_screen.cpp501 DXGI_FORMAT dxgi_format = d3d12_get_format(format); in d3d12_is_format_supported() local
502 if (dxgi_format == DXGI_FORMAT_UNKNOWN) in d3d12_is_format_supported()
575 dxgi_format == DXGI_FORMAT_B8G8R8X8_UNORM || in d3d12_is_format_supported()
576 dxgi_format == DXGI_FORMAT_B5G5R5A1_UNORM || in d3d12_is_format_supported()
577 dxgi_format == DXGI_FORMAT_B5G6R5_UNORM || in d3d12_is_format_supported()
578 dxgi_format == DXGI_FORMAT_B4G4R4A4_UNORM)) in d3d12_is_format_supported()
593 ms_info.Format = dxgi_format; in d3d12_is_format_supported()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp88 DXGI_FORMAT dxgi_format) in initialize_dsv() argument
94 desc.Format = dxgi_format; in initialize_dsv()
156 DXGI_FORMAT dxgi_format) in initialize_rtv() argument
162 desc.Format = dxgi_format; in initialize_rtv()
257 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(tpl->format); in d3d12_create_surface() local
259 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
261 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
312 DXGI_FORMAT dxgi_format = d3d12_get_resource_rt_format(surface->base.format); in d3d12_surface_update_pre_draw() local
315 if (dxgi_format == format) in d3d12_surface_update_pre_draw()
318 if (dxgi_format == DXGI_FORMAT_B8G8R8A8_UNORM || in d3d12_surface_update_pre_draw()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgpu_memory_buffer_factory_dxgi.cc36 DXGI_FORMAT dxgi_format; in CreateGpuMemoryBuffer() local
40 dxgi_format = DXGI_FORMAT_R8G8B8A8_UNORM; in CreateGpuMemoryBuffer()
57 dxgi_format, in CreateGpuMemoryBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgpu_memory_buffer_factory_dxgi.cc38 DXGI_FORMAT dxgi_format; in CreateGpuMemoryBuffer() local
42 dxgi_format = DXGI_FORMAT_R8G8B8A8_UNORM; in CreateGpuMemoryBuffer()
59 dxgi_format, in CreateGpuMemoryBuffer()
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d__dds.erl139 {Rest, Im#{fourCC:=dxgi_format(Format), cubemap=>Cubemap, count=>Sz}};
171 dxgi_format(11); %DXGI_FORMAT_R16G16B16A16_UNORM
173 dxgi_format(13); %DXGI_FORMAT_R16G16B16A16_SNORM;
175 dxgi_format(54); % DXGI_FORMAT_R16_FLOAT;
177 dxgi_format(34); % DXGI_FORMAT_R16G16_FLOAT;
179 dxgi_format(11); % DXGI_FORMAT_R16G16B16A16_FLOAT;
181 dxgi_format(41); % DXGI_FORMAT_R32_FLOAT;
183 dxgi_format(16); % DXGI_FORMAT_R32G32_FLOAT;
185 dxgi_format(2); % DXGI_FORMAT_R32G32B32A32_FLOAT;
187 dxgi_format(0)
[all …]

12345