/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.cpp | 129 pProperties->physicalResolution.width = connector->modes[0].hdisplay; in GetPhysicalDeviceDisplayProperties() 130 pProperties->physicalResolution.height = connector->modes[0].vdisplay; in GetPhysicalDeviceDisplayProperties()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 416 properties->physicalResolution.width = preferred_mode->hdisplay; in wsi_display_fill_in_display_properties() 417 properties->physicalResolution.height = preferred_mode->vdisplay; in wsi_display_fill_in_display_properties() 419 properties->physicalResolution.width = largest_mode->hdisplay; in wsi_display_fill_in_display_properties() 420 properties->physicalResolution.height = largest_mode->vdisplay; in wsi_display_fill_in_display_properties() 422 properties->physicalResolution.width = 1024; in wsi_display_fill_in_display_properties() 423 properties->physicalResolution.height = 768; in wsi_display_fill_in_display_properties() 428 floor(properties->physicalResolution.width * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties() 430 floor(properties->physicalResolution.height * MM_PER_PIXEL + 0.5); in wsi_display_fill_in_display_properties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 520 {0, 0}, // VkExtent2D physicalResolution in getDisplays2() 693 results.check( toValidate.physicalResolution.height != 0, in validateDisplayProperties() 694 "physicalResolution.height cannot be zero"); in validateDisplayProperties() 697 results.check( toValidate.physicalResolution.width != 0, in validateDisplayProperties() 698 "physicalResolution.width cannot be zero"); in validateDisplayProperties() 847 {0, 0}, // VkExtent2D physicalResolution; in testGetPhysicalDeviceDisplayPropertiesKHR() 900 results.check( displaysProps[displayIndex].physicalResolution.height != 0, in testGetPhysicalDeviceDisplayPropertiesKHR() 901 "physicalResolution.height cannot be zero"); in testGetPhysicalDeviceDisplayPropertiesKHR() 904 results.check( displaysProps[displayIndex].physicalResolution.width != 0, in testGetPhysicalDeviceDisplayPropertiesKHR() 905 "physicalResolution in testGetPhysicalDeviceDisplayPropertiesKHR() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayTests.cpp | 520 {0, 0}, // VkExtent2D physicalResolution in getDisplays2() 693 results.check( toValidate.physicalResolution.height != 0, in validateDisplayProperties() 694 "physicalResolution.height cannot be zero"); in validateDisplayProperties() 697 results.check( toValidate.physicalResolution.width != 0, in validateDisplayProperties() 698 "physicalResolution.width cannot be zero"); in validateDisplayProperties() 847 {0, 0}, // VkExtent2D physicalResolution; in testGetPhysicalDeviceDisplayPropertiesKHR() 900 results.check( displaysProps[displayIndex].physicalResolution.height != 0, in testGetPhysicalDeviceDisplayPropertiesKHR() 901 "physicalResolution.height cannot be zero"); in testGetPhysicalDeviceDisplayPropertiesKHR() 904 results.check( displaysProps[displayIndex].physicalResolution.width != 0, in testGetPhysicalDeviceDisplayPropertiesKHR() 905 "physicalResolution in testGetPhysicalDeviceDisplayPropertiesKHR() [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 3755 props[i].physicalResolution.width = static_cast<uint32_t>((rand() % 0xFFF) + 1); in FillInRandomDisplayPropData() 3756 props[i].physicalResolution.height = static_cast<uint32_t>((rand() % 0xFFF) + 1); in FillInRandomDisplayPropData() 3771 equal = equal && props1[i].physicalResolution.width == props2[i].physicalResolution.width; in CompareDisplayPropData() 3772 equal = equal && props1[i].physicalResolution.height == props2[i].physicalResolution.height; in CompareDisplayPropData() 4886 equal = equal && props1[i].physicalResolution.width == props2[i].displayProperties.physicalResolution.width; in CompareDisplayPropData() 4887 equal = equal && props1[i].physicalResolution.height == props2[i].displayProperties.physicalResolution in CompareDisplayPropData() [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5437 VkExtent2D physicalResolution; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6291 VkExtent2D physicalResolution; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22853 , physicalResolution( physicalResolution_ ) 22890 ( physicalDimensions == rhs.physicalDimensions ) && ( physicalResolution == rhs.physicalResolution ) && 22905 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; member [all...] |
H A D | vulkan_core.h | 6390 VkExtent2D physicalResolution; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7694 VkExtent2D physicalResolution; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6440 VkExtent2D physicalResolution; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 25190 _OUT << "\"physicalResolution\": " << std::endl; in print_VkDisplayPropertiesKHR() 25192 print_VkExtent2D(obj.physicalResolution, "physicalResolution", 1); in print_VkDisplayPropertiesKHR() 25225 _OUT << "\"physicalResolution\": " << std::endl; in print_VkDisplayPropertiesKHR() 25227 print_VkExtent2D(obj->physicalResolution, "physicalResolution", 1); in print_VkDisplayPropertiesKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10509 parse_VkExtent2D("physicalResolution", obj["physicalResolution"], (o.physicalResolution)); in parse_VkDisplayPropertiesKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 32573 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; global() member [all...] |
H A D | vulkan_core.h | 7855 VkExtent2D physicalResolution; member
|
H A D | vulkan_hash.hpp | 4297 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution );
|