/external/vulkan-validation-layers/loader/ |
D | wsi.h | 151 uint32_t planeIndex, 166 VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex,
|
D | wsi.c | 1321 uint32_t planeIndex, in vkGetDisplayPlaneSupportedDisplaysKHR() argument 1329 unwrapped_phys_dev, planeIndex, pDisplayCount, pDisplays); in vkGetDisplayPlaneSupportedDisplaysKHR() 1334 VkPhysicalDevice physicalDevice, uint32_t planeIndex, in terminator_GetDisplayPlaneSupportedDisplaysKHR() argument 1355 phys_dev->phys_dev, planeIndex, pDisplayCount, pDisplays); in terminator_GetDisplayPlaneSupportedDisplaysKHR() 1435 VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, in vkGetDisplayPlaneCapabilitiesKHR() argument 1442 unwrapped_phys_dev, mode, planeIndex, pCapabilities); in vkGetDisplayPlaneCapabilitiesKHR() 1447 VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, in terminator_GetDisplayPlaneCapabilitiesKHR() argument 1468 planeIndex, pCapabilities); in terminator_GetDisplayPlaneCapabilitiesKHR() 1507 pIcdSurface->display_surf.planeIndex = pCreateInfo->planeIndex; in terminator_CreateDisplayPlaneSurfaceKHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 105 …ayPlaneSupportedDisplaysKHR (VkPhysicalDevice physicalDevice, deUint32 planeIndex, deUint32* pDisp… argument 107 …return m_vk.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, planeIndex, pDisplayCount, pDispla… 120 …sKHR (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, deUint32 planeIndex, VkDisplayPlaneC… argument 122 return m_vk.getDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities);
|
D | vkConcreteInstanceInterface.inl | 24 …aneSupportedDisplaysKHR (VkPhysicalDevice physicalDevice, deUint32 planeIndex, deUint32* pDisp… 27 … (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, deUint32 planeIndex, VkDisplayPlaneC…
|
D | vkVirtualInstanceInterface.inl | 24 …aneSupportedDisplaysKHR (VkPhysicalDevice physicalDevice, deUint32 planeIndex, deUint32* pDisp… 27 … (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, deUint32 planeIndex, VkDisplayPlaneC…
|
D | vkNullDriverImpl.inl | 1046 …ayPlaneSupportedDisplaysKHR (VkPhysicalDevice physicalDevice, deUint32 planeIndex, deUint32* pDisp… argument 1049 DE_UNREF(planeIndex); 1064 …sKHR (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, deUint32 planeIndex, VkDisplayPlaneC… argument 1068 DE_UNREF(planeIndex);
|
D | vkFunctionPointerTypes.inl | 153 …upportedDisplaysKHRFunc) (VkPhysicalDevice physicalDevice, deUint32 planeIndex, deUint32* pDisp… 156 … (VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, deUint32 planeIndex, VkDisplayPlaneC…
|
D | vkStructTypes.inl | 1296 deUint32 planeIndex; member
|
D | vkStrUtilImpl.inl | 3481 s << "\tplaneIndex = " << value.planeIndex << '\n';
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorVolumePatch.h | 387 const Index planeIndex = (patch3DIndex - m_outputPlanes * (colIndex * m_outputRows + rowIndex)); 389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane… 469 const Index planeIndex = (patch3DIndex - m_outputPlanes * (colIndex * m_outputRows + rowIndex)); 475 planeIndex * m_plane_strides + planeOffsets[0] - m_planePaddingTop, 476 planeIndex * m_plane_strides + planeOffsets[1] - m_planePaddingTop};
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_icd.h | 123 uint32_t planeIndex; member
|
D | vulkan.h | 3442 uint32_t planeIndex; member 3453 …ayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisp… 3456 …sKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneC… 3472 uint32_t planeIndex, 3492 uint32_t planeIndex,
|
D | vulkan.hpp | 15111 , planeIndex( planeIndex_ ) in DisplaySurfaceCreateInfoKHR() 15157 planeIndex = planeIndex_; in setPlaneIndex() 15202 && ( planeIndex == rhs.planeIndex ) in operator ==() 15222 uint32_t planeIndex; member 17995 …Result getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex, uint32_t* pDisplayCount, DisplayK… in getDisplayPlaneSupportedDisplaysKHR() argument 17997 …cast<Result>( vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, pDisplayCount, … in getDisplayPlaneSupportedDisplaysKHR() 18002 …ector<DisplayKHR,Allocator>>::type getDisplayPlaneSupportedDisplaysKHR( uint32_t planeIndex ) const in getDisplayPlaneSupportedDisplaysKHR() 18009 …cast<Result>( vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, … in getDisplayPlaneSupportedDisplaysKHR() 18013 …cast<Result>( vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, … in getDisplayPlaneSupportedDisplaysKHR() 18063 …Result getDisplayPlaneCapabilitiesKHR( DisplayModeKHR mode, uint32_t planeIndex, DisplayPlaneCapab… in getDisplayPlaneCapabilitiesKHR() argument [all …]
|
/external/mesa3d/include/vulkan/ |
D | vk_icd.h | 123 uint32_t planeIndex; member
|
D | vulkan.h | 3451 uint32_t planeIndex; member 3462 …ayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisp… 3465 …sKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneC… 3481 uint32_t planeIndex, 3501 uint32_t planeIndex,
|
/external/vulkan-validation-layers/layers/ |
D | swapchain.cpp | 894 …KAPI_CALL GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, in GetDisplayPlaneSupportedDisplaysKHR() argument 923 …if (pPhysicalDevice->gotDisplayPlanePropertyCount && planeIndex >= pPhysicalDevice->displayPlanePr… in GetDisplayPlaneSupportedDisplaysKHR() 935 …ance_dispatch_table->GetDisplayPlaneSupportedDisplaysKHR(physicalDevice, planeIndex, pDisplayCount, in GetDisplayPlaneSupportedDisplaysKHR() 1009 … uint32_t planeIndex, VkDisplayPlaneCapabilitiesKHR *pCapabilities) { in GetDisplayPlaneCapabilitiesKHR() argument 1037 …if (pPhysicalDevice->gotDisplayPlanePropertyCount && planeIndex >= pPhysicalDevice->displayPlanePr… in GetDisplayPlaneCapabilitiesKHR() 1049 …ce_dispatch_table->GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities); in GetDisplayPlaneCapabilitiesKHR()
|
D | unique_objects.cpp | 620 …KAPI_CALL GetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, in GetDisplayPlaneSupportedDisplaysKHR() argument 623 …_map_data->instance_dispatch_table->GetDisplayPlaneSupportedDisplaysKHR(physicalDevice, planeIndex, in GetDisplayPlaneSupportedDisplaysKHR()
|
D | vk_validation_error_database.txt | 1808 …fer to Vulkan Spec Section '29.3.1. Display Enumeration' which states 'planeIndex must be less tha… 1833 … refer to Vulkan Spec Section '29.3.2. Display Surfaces' which states 'planeIndex must be less tha…
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 3566 uint32_t planeIndex; member 3577 …ayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisp… 3580 …sKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneC… 3596 uint32_t planeIndex, 3616 uint32_t planeIndex,
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3627 uint32_t planeIndex; member 3638 …ayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisp… 3641 …sKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneC… 3657 uint32_t planeIndex, 3677 uint32_t planeIndex,
|