Home
last modified time | relevance | path

Searched refs:patched_format (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_pipeline.c995 VkFormat patched_format = dzn_graphics_pipeline_patch_vi_format(attr->format); in dzn_graphics_pipeline_translate_vi() local
996 if (patched_format != attr->format) in dzn_graphics_pipeline_translate_vi()
1002 .Format = dzn_buffer_get_dxgi_format(patched_format), in dzn_graphics_pipeline_translate_vi()
Ddzn_device.c595 VkFormat patched_format = in dzn_physical_device_get_format_support() local
598 if (patched_format != format) { in dzn_physical_device_get_format_support()
600 .Format = dzn_buffer_get_dxgi_format(patched_format), in dzn_physical_device_get_format_support()