Home
last modified time | relevance | path

Searched refs:SurfaceFormat (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c417 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument
429 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
442 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType()
443 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
447 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
450 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
451 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType()
455 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
458 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
460 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
[all …]
Dadapter9.h100 D3DFORMAT SurfaceFormat,
/third_party/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c81 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in isl_genX()
88 db.SurfaceFormat = D32_FLOAT; in isl_genX()
95 db.SurfaceFormat = D32_FLOAT; in isl_genX()
Disl_surface_state.c196 s.SurfaceFormat = info->view->format; in isl_genX()
240 isl_format_has_int_channel((enum isl_format) s.SurfaceFormat); in isl_genX()
833 s.SurfaceFormat = info->format; in isl_genX()
936 .SurfaceFormat = ISL_FORMAT_R32_UINT, in isl_genX()
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h43 …MultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.h130 VkSurfaceFormatKHR SurfaceFormat; member
Dimgui_impl_vulkan.cpp1262 info.imageFormat = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowSwapChain()
1263 info.imageColorSpace = wd->SurfaceFormat.colorSpace; in ImGui_ImplVulkanH_CreateWindowSwapChain()
1314 attachment.format = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowSwapChain()
1357 info.format = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowSwapChain()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp226 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindow()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp218 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindow()
/third_party/mesa3d/include/D3D9/
Dd3d9.h93 …kDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
454 …ype)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
501 …e)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed…
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h1567 .SurfaceFormat = ISL_FORMAT_R8G8B8A8_UNORM, in blorp_emit_null_surface_state()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73573 enum class SurfaceFormat : int8_t { enum
73621 inline bool IsOpaque(SurfaceFormat aFormat) in IsOpaque()
73624 case SurfaceFormat::B8G8R8X8: in IsOpaque()
73625 case SurfaceFormat::R8G8B8X8: in IsOpaque()
73626 case SurfaceFormat::R5G6B5_UINT16: in IsOpaque()
73627 case SurfaceFormat::YUV: in IsOpaque()
73628 case SurfaceFormat::NV12: in IsOpaque()
73629 case SurfaceFormat::YUV422: in IsOpaque()
73896 typedef mozilla::gfx::SurfaceFormat gfxImageFormat;
76387 BytesPerPixel(SurfaceFormat aFormat) in BytesPerPixel()
[all …]