Home
last modified time | relevance | path

Searched refs:maxFragmentSizeAspectRatio (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp100 if (fragmentShadingRateProperties.maxFragmentSizeAspectRatio > std::max(fragmentShadingRateProperties.maxFragmentSize.width, fragmentShadingRateProperties.maxFragmentSize.height)) in testLimits()
102 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be less than or equal to the maximum width / height of maxFragmentSize" << tcu::TestLog::EndMessage; in testLimits()
106 if (fragmentShadingRateProperties.maxFragmentSizeAspectRatio < 2) in testLimits()
108 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be at least 2" << tcu::TestLog::EndMessage; in testLimits()
112 if (!deIntIsPow2(static_cast<int>(fragmentShadingRateProperties.maxFragmentSizeAspectRatio))) in testLimits()
114 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be power of 2" << tcu::TestLog::EndMessage; in testLimits()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateTests.cpp99 if (fragmentShadingRateProperties.maxFragmentSizeAspectRatio > std::max(fragmentShadingRateProperties.maxFragmentSize.width, fragmentShadingRateProperties.maxFragmentSize.height)) in testLimits()
101 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be less than or equal to the maximum width / height of maxFragmentSize" << tcu::TestLog::EndMessage; in testLimits()
105 if (fragmentShadingRateProperties.maxFragmentSizeAspectRatio < 2) in testLimits()
107 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be at least 2" << tcu::TestLog::EndMessage; in testLimits()
111 if (!deIntIsPow2(static_cast<int>(fragmentShadingRateProperties.maxFragmentSizeAspectRatio))) in testLimits()
113 log << tcu::TestLog::Message << "maxFragmentSizeAspectRatio should be power of 2" << tcu::TestLog::EndMessage; in testLimits()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2387 props->maxFragmentSizeAspectRatio = in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2442 props->maxFragmentSizeAspectRatio = 2; in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5999 uint32_t maxFragmentSizeAspectRatio; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7579 uint32_t maxFragmentSizeAspectRatio; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp44111 uint32_t maxFragmentSizeAspectRatio = {}; global() member
[all...]
H A Dvulkan_core.h7684 uint32_t maxFragmentSizeAspectRatio; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9083 uint32_t maxFragmentSizeAspectRatio; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7844 uint32_t maxFragmentSizeAspectRatio; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp27602 print_uint32_t(obj.maxFragmentSizeAspectRatio, "maxFragmentSizeAspectRatio", 1); in print_VkPhysicalDeviceFragmentShadingRatePropertiesKHR()
27669 print_uint32_t(obj->maxFragmentSizeAspectRatio, "maxFragmentSizeAspectRatio", 1); in print_VkPhysicalDeviceFragmentShadingRatePropertiesKHR()
[all...]
H A Dvulkan_json_parser.hpp11089 parse_uint32_t("maxFragmentSizeAspectRatio", obj["maxFragmentSizeAspectRatio"], (o.maxFragmentSizeAspectRatio)); in parse_VkPhysicalDeviceFragmentShadingRatePropertiesKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h10177 uint32_t maxFragmentSizeAspectRatio; member
H A Dvulkan_hash.hpp8911 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFragmentShadingRatePropertiesKHR.maxFragmentSizeAspectRatio );
H A Dvulkan_structs.hpp[all...]

Completed in 461 milliseconds