| /third_party/mesa3d/docs/relnotes/ |
| D | 22.0.4.rst | 49 - anv: advertise rectangularLines only for Gen10+
|
| D | 22.1.0.rst | 722 - anv: advertise rectangularLines only for Gen10+
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
| D | mandatory_features.txt | 85 VkPhysicalDeviceLineRasterizationFeaturesEXT FEATURES ( rectangularLines bresenhamLines smoothLi…
|
| /third_party/mesa3d/docs/drivers/ |
| D | zink.rst | 45 * ``rectangularLines``
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_pipeline.c | 308 const VkBool32 *feat = &line_feats->rectangularLines; in zink_create_gfx_pipeline()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 161 features->rectangularLines = VK_TRUE; in getPhysicalDeviceLineRasterizationFeaturesEXT() 1130 return CheckFeature(requested, supported, rectangularLines) && in hasExtendedFeatures()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkMandatoryFeatures.inl | 1327 …if ( ( physicalDeviceLineRasterizationFeaturesEXT.rectangularLines == VK_FALSE ) && ( physicalDevi… 1329 …log << tcu::TestLog::Message << "Mandatory feature rectangularLines or bresenhamLines or smoothLin…
|
| D | vkDeviceFeatureTest.inl | 773 FEATURE_ITEM (VkPhysicalDeviceLineRasterizationFeaturesEXT, rectangularLines),
|
| D | vkStructTypes.inl | 4872 VkBool32 rectangularLines; member
|
| D | vkVulkan_c.inl | 12844 VkBool32 rectangularLines; member
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_device.c | 792 features->rectangularLines = true; in lvp_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dv_device.c | 1283 features->rectangularLines = true; in v3dv_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_device.c | 835 features->rectangularLines = true; in tu_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_device.c | 1604 features->rectangularLines = pdevice->info.ver >= 10; in anv_GetPhysicalDeviceFeatures2()
|
| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_device.h | 5559 size += vn_sizeof_VkBool32(&val->rectangularLines); in vn_sizeof_VkPhysicalDeviceLineRasterizationFeaturesEXT_self() 5591 vn_encode_VkBool32(enc, &val->rectangularLines); in vn_encode_VkPhysicalDeviceLineRasterizationFeaturesEXT_self() 5620 vn_decode_VkBool32(dec, &val->rectangularLines); in vn_decode_VkPhysicalDeviceLineRasterizationFeaturesEXT_self()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device.c | 1564 features->rectangularLines = false; in radv_GetPhysicalDeviceFeatures2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
| D | vktRasterizationTests.cpp | 4507 if (!context.getLineRasterizationFeaturesEXT().rectangularLines) in checkSupport()
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 11285 VkBool32 rectangularLines; member
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 11882 VkBool32 rectangularLines; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_core.h | 11722 VkBool32 rectangularLines; member
|
| D | vulkan_structs.hpp | 46027 : rectangularLines( rectangularLines_ ) 46065 rectangularLines = rectangularLines_; in setRectangularLines() 46120 …n ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( rectangularLines == rhs.rectangularLines )… in operator ==() 46136 VULKAN_HPP_NAMESPACE::Bool32 rectangularLines = {}; member
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 12776 VkBool32 rectangularLines; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 59404 , rectangularLines( rectangularLines_ ) 59439 rectangularLines = rectangularLines_; in setRectangularLines() 59502 …return std::tie( sType, pNext, rectangularLines, bresenhamLines, smoothLines, stippledRectangularL… in reflect() 59514 …n ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( rectangularLines == rhs.rectangularLines )… in operator ==() 59529 VULKAN_HPP_NAMESPACE::Bool32 rectangularLines = {}; member
|
| D | vulkan_core.h | 12904 VkBool32 rectangularLines; member
|
| D | vulkan_hash.hpp | 8075 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()
|