Home
last modified time | relevance | path

Searched refs:physicalResolution (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDisplaySurfaceKHR.cpp129 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 Dwsi_common_display.c416 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 DvktWsiDisplayTests.cpp520 {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 DvktWsiDisplayTests.cpp520 {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 Dloader_phys_dev_inst_ext_tests.cpp3755 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 Dvulkan_sc_core.h5437 VkExtent2D physicalResolution; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6291 VkExtent2D physicalResolution; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp22853 , physicalResolution( physicalResolution_ )
22890 ( physicalDimensions == rhs.physicalDimensions ) && ( physicalResolution == rhs.physicalResolution ) &&
22905 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; member
[all...]
H A Dvulkan_core.h6390 VkExtent2D physicalResolution; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7694 VkExtent2D physicalResolution; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6440 VkExtent2D physicalResolution; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp25190 _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 Dvulkan_json_parser.hpp10509 parse_VkExtent2D("physicalResolution", obj["physicalResolution"], (o.physicalResolution)); in parse_VkDisplayPropertiesKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp32573 VULKAN_HPP_NAMESPACE::Extent2D physicalResolution = {}; global() member
[all...]
H A Dvulkan_core.h7855 VkExtent2D physicalResolution; member
H A Dvulkan_hash.hpp4297 VULKAN_HPP_HASH_COMBINE( seed, displayPropertiesKHR.physicalResolution );

Completed in 524 milliseconds