Home
last modified time | relevance | path

Searched defs:planeIndex (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h206 uint32_t planeIndex; member
Dvulkansc_funcs.hpp6221 …INLINE Result PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, uint32_t *… in getDisplayPlaneSupportedDisplaysKHR()
6229 …cator>>::type PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch c… in getDisplayPlaneSupportedDisplaysKHR()
6256 …cator>>::type PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, DisplayKHR… in getDisplayPlaneSupportedDisplaysKHR()
6387 …ayPlaneCapabilitiesKHR( VULKAN_HPP_NAMESPACE::DisplayModeKHR mode, uint32_t planeIndex, VULKAN_HPP… in getDisplayPlaneCapabilitiesKHR()
6395 …ayPlaneCapabilitiesKHR( VULKAN_HPP_NAMESPACE::DisplayModeKHR mode, uint32_t planeIndex, Dispatch c… in getDisplayPlaneCapabilitiesKHR()
Dvulkansc.hpp2316 …DisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *… in vkGetDisplayPlaneSupportedDisplaysKHR()
2334 …litiesKHR( VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayP… in vkGetDisplayPlaneCapabilitiesKHR()
Dvulkansc_raii.hpp3509 …_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevice const & physicalDevice, uint32_t planeIndex ) in DisplayKHRs()
Dvulkan.hpp2411 …DisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *… in vkGetDisplayPlaneSupportedDisplaysKHR()
2429 …litiesKHR( VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayP… in vkGetDisplayPlaneCapabilitiesKHR()
Dvulkan_raii.hpp7025 …_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevice const & physicalDevice, uint32_t planeIndex ) in DisplayKHRs()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h206 uint32_t planeIndex; member
Dvulkan_core.h7894 uint32_t planeIndex; member
9296 uint32_t planeIndex; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c643 uint32_t planeIndex, in wsi_GetDisplayPlaneSupportedDisplaysKHR()
783 uint32_t planeIndex, in wsi_GetDisplayPlaneCapabilitiesKHR()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp257 for (uint32_t planeIndex = 1; planeIndex < planeNum; planeIndex++) { in getBuffer() local