Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDevicePresentRectanglesKHR (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_device_group.adoc53 * flink:vkGetPhysicalDevicePresentRectanglesKHR
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h310 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR; member
Dgoldfish_vk_dispatch.cpp624 out->vkGetPhysicalDevicePresentRectanglesKHR = in init_vulkan_dispatch_from_system_loader()
1511 out->vkGetPhysicalDevicePresentRectanglesKHR = in init_vulkan_dispatch_from_instance()
2441 out->vkGetPhysicalDevicePresentRectanglesKHR = in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc1877 [open,refpage='vkGetPhysicalDevicePresentRectanglesKHR',desc='Query present rectangles for a surfac…
1879 :refpage: vkGetPhysicalDevicePresentRectanglesKHR
1890 include::{generated}/api/protos/vkGetPhysicalDevicePresentRectanglesKHR.adoc[]
1921 include::{generated}/validity/protos/vkGetPhysicalDevicePresentRectanglesKHR.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp2290 …VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR su… in vkGetPhysicalDevicePresentRectanglesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2292 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
4841 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5330vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstan… in init()
Dvulkansc_raii.hpp104vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstan… in InstanceDispatcher()
209 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
8584 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR && "Function <vkGetPhys… in getPresentRectanglesKHR()
8592 …result = getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( … in getPresentRectanglesKHR()
8596 …result = getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( … in getPresentRectanglesKHR()
Dvulkansc_funcs.hpp6007 …return static_cast<Result>( d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_ca… in getPresentRectanglesKHR()
6022 …result = d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( s… in getPresentRectanglesKHR()
6026 …result = d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( s… in getPresentRectanglesKHR()
6049 …result = d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( s… in getPresentRectanglesKHR()
6053 …result = d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( s… in getPresentRectanglesKHR()
Dvulkan.hpp2385 …VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR su… in vkGetPhysicalDevicePresentRectanglesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2387 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
9374 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10539vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstan… in init()
Dvulkan_raii.hpp106vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstan… in InstanceDispatcher()
356 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
13445 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR && "Function <vkGetPhys… in getPresentRectanglesKHR()
13453 …result = getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( … in getPresentRectanglesKHR()
13457 …result = getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( … in getPresentRectanglesKHR()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h929 void vkGetPhysicalDevicePresentRectanglesKHR(
DVkDecoderSnapshot.cpp2410 void vkGetPhysicalDevicePresentRectanglesKHR( in vkGetPhysicalDevicePresentRectanglesKHR() function in VkDecoderSnapshot::Impl
5917 void VkDecoderSnapshot::vkGetPhysicalDevicePresentRectanglesKHR( in vkGetPhysicalDevicePresentRectanglesKHR() function in VkDecoderSnapshot
5921 mImpl->vkGetPhysicalDevicePresentRectanglesKHR(snapshotTraceBegin, snapshotTraceBytes, pool, in vkGetPhysicalDevicePresentRectanglesKHR()
DVkDecoder.cpp13718 vk->vkGetPhysicalDevicePresentRectanglesKHR(unboxed_physicalDevice, surface, in decode()
13757 m_state->snapshot()->vkGetPhysicalDevicePresentRectanglesKHR( in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7815 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(