Home
last modified time | relevance | path

Searched refs:getDisplayPlaneSupportedDisplaysKHR (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp396 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in getDisplaysForPlane()
416 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in getDisplaysForPlane()
1115 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in testGetDisplayPlaneSupportedDisplaysKHR()
1137 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in testGetDisplayPlaneSupportedDisplaysKHR()
H A DvktWsiDisplayControlTests.cpp185 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, DE_NULL); in getDisplayAndDisplayPlane()
194 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, &displays[0]); in getDisplayAndDisplayPlane()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp396 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in getDisplaysForPlane()
416 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in getDisplaysForPlane()
1115 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in testGetDisplayPlaneSupportedDisplaysKHR()
1137 result = m_vki.getDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, // VkPhysicalDevice physicalDevice in testGetDisplayPlaneSupportedDisplaysKHR()
H A DvktWsiDisplayControlTests.cpp185 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, DE_NULL); in getDisplayAndDisplayPlane()
194 result = vki.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, p, &count, &displays[0]); in getDisplayAndDisplayPlane()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp202 VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, DE_NULL)); in createDisplaySurface()
205 VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, &supportedDisplays[0])); in createDisplaySurface()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp12656 VULKAN_HPP_NODISCARD Result getDisplayPlaneSupportedDisplaysKHR(
12665 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,
12672 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,
H A Dvulkan_funcs.hpp7761 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,
7774 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch const & d ) const in getDisplayPlaneSupportedDisplaysKHR() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
7797 result, displays, VULKAN_HPP_NAMESPACE_STRING "::PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" ); in getDisplayPlaneSupportedDisplaysKHR()
7805 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, in getDisplayPlaneSupportedDisplaysKHR() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
7830 result, displays, VULKAN_HPP_NAMESPACE_STRING "::PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" ); in getDisplayPlaneSupportedDisplaysKHR()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp14524 VULKAN_HPP_NODISCARD Result getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,
14531 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const;
14536 VULKAN_HPP_NODISCARD typename ResultValueType<std::vector<VULKAN_HPP_NAMESPACE::DisplayKHR, DisplayKHRAllocator>>::type getDisplayPlaneSupportedDisplaysKHR(
H A Dvulkan_funcs.hpp8238 VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex,
8251 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, Dispatch const & d ) const in getDisplayPlaneSupportedDisplaysKHR() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
8268 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" ); in getDisplayPlaneSupportedDisplaysKHR()
8282 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, DisplayKHRAllocator & displayKHRAllocator, Dispatch const & d ) const in getDisplayPlaneSupportedDisplaysKHR() function in VULKAN_HPP_NAMESPACE::PhysicalDevice
8299 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" ); in getDisplayPlaneSupportedDisplaysKHR()
[all...]
H A Dvulkan_raii.hpp3259 getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex ) const;
7953 *this = physicalDevice.getDisplayPlaneSupportedDisplaysKHR( planeIndex ); in DisplayKHRs()
15025 PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex ) const in getDisplayPlaneSupportedDisplaysKHR() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PhysicalDevice
15046 VULKAN_HPP_NAMESPACE::detail::throwResultException( result, "PhysicalDevice::getDisplayPlaneSupportedDisplaysKHR" ); in getDisplayPlaneSupportedDisplaysKHR()
[all...]

Completed in 162 milliseconds