Home
last modified time | relevance | path

Searched refs:win32 (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/testlibs/
DCMakeLists.txt8 windows/win32/Win32Window.cpp)
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp182 if (!wsi_device->sw && wsi_device->win32.get_d3d12_command_queue) { in wsi_win32_surface_get_capabilities()
378 if (wsi_device->sw || !wsi_device->win32.get_d3d12_command_queue) { in wsi_win32_surface_get_present_modes()
439 wsi->win32.create_image_memory(chain->base.device, in wsi_create_dxgi_image_mem()
490 if (wsi->win32.requires_blits && wsi->win32.requires_blits(device)) in wsi_dxgi_image_needs_blit()
756 (ID3D12CommandQueue *)wsi->wsi->win32.get_d3d12_command_queue(device); in wsi_win32_surface_create_swapchain_dxgi()
840 wsi->wsi->win32.get_d3d12_command_queue; in wsi_win32_surface_create_swapchain()
Dwsi_common.h171 } win32; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_external_memory_win32.adoc23 This extension enables win32 applications to export win32 handles from
25 outside the Vulkan instance that created them, and import win32 handles
DVK_NV_external_memory_capabilities.adoc25 determine what types of win32 memory handles an implementation supports for
DVK_KHR_win32_surface.adoc109 ** Added presentation support query for win32 desktops.
DVK_NV_acquire_winrt_display.adoc121 https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_external_memory_win32/
Dhandle_permissions.adoc33 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_sliced_view_of_3d.adoc16 For API docs, see https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_tex3d_uav…
DVK_EXT_calibrated_timestamps.adoc78 …onds to the time domain used by https://learn.microsoft.com/en-us/windows/win32/api/profileapi/nf-…
DVK_EXT_mutable_descriptor_type.adoc181 … and image descriptors using the https://docs.microsoft.com/en-us/windows/win32/api/d3d12/ne-d3d12…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc2113 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
2817 <<synchronization-fence-handletypes-win32,Handle Types Supported by
2969 [[synchronization-fence-handletypes-win32]]
2982 <<synchronization-fence-handletypes-win32, Handle Types Supported by
3570 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
4726 * <<synchronization-semaphore-handletypes-win32,Handle Types Supported by
4895 [[synchronization-semaphore-handletypes-win32]]
4909 <<synchronization-semaphore-handletypes-win32,Handle Types Supported by
Dmemory.adoc2065 …https://docs.microsoft.com/en-us/windows/win32/sync/synchronization-object-security-and-access-rig…
/hardware/google/gfxstream/guest/mesa/
Dmeson.build666 _dep_va_name = host_machine.system() == 'windows' ? 'libva-win32' : 'libva'