/third_party/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.c | 414 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument 426 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType() 439 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType() 440 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType() 444 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType() 447 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType() 448 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType() 452 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType() 455 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType() 457 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType() [all …]
|
D | adapter9.h | 100 D3DFORMAT SurfaceFormat,
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_emit_depth_stencil.c | 78 db.SurfaceFormat = isl_surf_get_depth_format(dev, info->depth_surf); in isl_genX() 85 db.SurfaceFormat = D32_FLOAT; in isl_genX() 92 db.SurfaceFormat = D32_FLOAT; in isl_genX()
|
D | isl_surface_state.c | 325 s.SurfaceFormat = info->view->format; in isl_genX() 369 isl_format_has_int_channel((enum isl_format) s.SurfaceFormat); in isl_genX() 896 s.SurfaceFormat = info->format; in isl_genX() 999 .SurfaceFormat = ISL_FORMAT_R32_UINT, in isl_genX()
|
/third_party/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 43 …MultiSampleType)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed… 78 …HRESULT WINAPI CheckDeviceMultiSampleType(D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Win…
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 766 memset(&SurfaceFormat, 0, sizeof(SurfaceFormat)); in ImGui_ImplVulkanH_WindowData() 933 info.imageFormat = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowDataSwapChainAndFramebuffer() 934 info.imageColorSpace = wd->SurfaceFormat.colorSpace; in ImGui_ImplVulkanH_CreateWindowDataSwapChainAndFramebuffer() 974 attachment.format = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowDataSwapChainAndFramebuffer() 1013 info.format = wd->SurfaceFormat.format; in ImGui_ImplVulkanH_CreateWindowDataSwapChainAndFramebuffer()
|
D | imgui_impl_vulkan.h | 91 VkSurfaceFormatKHR SurfaceFormat; member
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.h | 130 VkSurfaceFormatKHR SurfaceFormat; member
|
D | imgui_impl_vulkan.cpp | 1262 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/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 192 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindowData()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 202 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindowData()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 226 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindow()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 218 …wd->SurfaceFormat = ImGui_ImplVulkanH_SelectSurfaceFormat(g_PhysicalDevice, wd->Surface, requestSu… in SetupVulkanWindow()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 93 …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/ |
D | blorp_genX_exec.h | 1528 .SurfaceFormat = ISL_FORMAT_R8G8B8A8_UNORM, in blorp_emit_null_surface_state()
|