/external/swiftshader/src/WSI/ |
D | DisplaySurfaceKHR.cpp | 198 pProperties->physicalResolution.width = connector->modes[0].hdisplay; in GetPhysicalDeviceDisplayProperties() 199 pProperties->physicalResolution.height = connector->modes[0].vdisplay; in GetPhysicalDeviceDisplayProperties()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 391 properties->physicalResolution.width = preferred_mode->hdisplay; in wsi_display_fill_in_display_properties() 392 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties() 394 properties->physicalResolution.width = largest_mode->hdisplay; in wsi_display_fill_in_display_properties() 395 properties->physicalResolution.height = largest_mode->vdisplay; in wsi_display_fill_in_display_properties() 397 properties->physicalResolution.width = 1024; in wsi_display_fill_in_display_properties() 398 properties->physicalResolution.height = 768; in wsi_display_fill_in_display_properties() 403 floor(properties->physicalResolution.width * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties() 405 floor(properties->physicalResolution.height * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 693 results.check( toValidate.physicalResolution.height != 0, in validateDisplayProperties() 697 results.check( toValidate.physicalResolution.width != 0, in validateDisplayProperties() 900 results.check( displaysProps[displayIndex].physicalResolution.height != 0, in testGetPhysicalDeviceDisplayPropertiesKHR() 904 results.check( displaysProps[displayIndex].physicalResolution.width != 0, in testGetPhysicalDeviceDisplayPropertiesKHR()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 10742 physicalResolution(in_struct->physicalResolution), in safe_VkDisplayPropertiesKHR() 10758 physicalResolution = src.physicalResolution; in safe_VkDisplayPropertiesKHR() 10773 physicalResolution = src.physicalResolution; in operator =() 10791 physicalResolution = in_struct->physicalResolution; in initialize() 10802 physicalResolution = src->physicalResolution; in initialize()
|
D | vk_safe_struct.h | 2279 VkExtent2D physicalResolution; member
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkStructTypes.inl | 2528 VkExtent2D physicalResolution; member
|
D | vkVulkan_c.inl | 5418 VkExtent2D physicalResolution; member
|
D | vkStrUtilImpl.inl | 5926 s << "\tphysicalResolution = " << value.physicalResolution << '\n';
|
D | vulkan_json_data.hpp | 25447 print_VkExtent2D(obj.physicalResolution, "physicalResolution", 1); in print_VkDisplayPropertiesKHR() 25482 print_VkExtent2D(obj->physicalResolution, "physicalResolution", 1); in print_VkDisplayPropertiesKHR()
|
D | vulkan_json_parser.hpp | 10377 parse_VkExtent2D("physicalResolution", obj["physicalResolution"], (o.physicalResolution)); in parse_VkDisplayPropertiesKHR()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 5413 VkExtent2D physicalResolution; member
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 1244 VkExtent2D physicalResolution; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 5978 VkExtent2D physicalResolution; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 6291 VkExtent2D physicalResolution; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 29847 , physicalResolution( physicalResolution_ ) 29894 …return std::tie( display, displayName, physicalDimensions, physicalResolution, supportedTransforms… in reflect() 29908 if ( auto cmp = physicalResolution <=> rhs.physicalResolution; cmp != 0 ) in operator <=>() 29924 …( physicalDimensions == rhs.physicalDimensions ) && ( physicalResolution == rhs.physicalResolution… in operator ==() 29938 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; member
|
D | vulkan_core.h | 7849 VkExtent2D physicalResolution; member
|
D | vulkan_hash.hpp | 3908 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution ); in operator ()()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 27527 …ayName( displayName_ ), physicalDimensions( physicalDimensions_ ), physicalResolution( physicalRes… 27565 …return std::tie( display, displayName, physicalDimensions, physicalResolution, supportedTransforms… in reflect() 27578 if ( auto cmp = physicalResolution <=> rhs.physicalResolution; cmp != 0 ) return cmp; in operator <=>() 27592 && ( physicalResolution == rhs.physicalResolution ) in operator ==() 27607 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; member
|
D | vulkan_core.h | 7733 VkExtent2D physicalResolution; member
|
D | vulkan_hash.hpp | 3616 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution ); in operator ()()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 30716 , physicalResolution( physicalResolution_ ) 30763 …return std::tie( display, displayName, physicalDimensions, physicalResolution, supportedTransforms… in reflect() 30777 if ( auto cmp = physicalResolution <=> rhs.physicalResolution; cmp != 0 ) in operator <=>() 30793 …( physicalDimensions == rhs.physicalDimensions ) && ( physicalResolution == rhs.physicalResolution… in operator ==() 30807 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; member
|
D | vulkan_core.h | 7852 VkExtent2D physicalResolution; member
|
D | vulkan_hash.hpp | 4082 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution ); in operator ()()
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 7727 VkExtent2D physicalResolution; member
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 7792 VkExtent2D physicalResolution; member
|