Home
last modified time | relevance | path

Searched refs:rectangularLines (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/docs/relnotes/
D22.0.4.rst49 - anv: advertise rectangularLines only for Gen10+
D22.1.0.rst722 - anv: advertise rectangularLines only for Gen10+
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt85 VkPhysicalDeviceLineRasterizationFeaturesEXT FEATURES ( rectangularLines bresenhamLines smoothLi…
/third_party/mesa3d/docs/drivers/
Dzink.rst45 * ``rectangularLines``
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c308 const VkBool32 *feat = &line_feats->rectangularLines; in zink_create_gfx_pipeline()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp161 features->rectangularLines = VK_TRUE; in getPhysicalDeviceLineRasterizationFeaturesEXT()
1130 return CheckFeature(requested, supported, rectangularLines) && in hasExtendedFeatures()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1327 …if ( ( physicalDeviceLineRasterizationFeaturesEXT.rectangularLines == VK_FALSE ) && ( physicalDevi…
1329 …log << tcu::TestLog::Message << "Mandatory feature rectangularLines or bresenhamLines or smoothLin…
DvkDeviceFeatureTest.inl773 FEATURE_ITEM (VkPhysicalDeviceLineRasterizationFeaturesEXT, rectangularLines),
DvkStructTypes.inl4872 VkBool32 rectangularLines; member
DvkVulkan_c.inl12844 VkBool32 rectangularLines; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c792 features->rectangularLines = true; in lvp_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1283 features->rectangularLines = true; in v3dv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c835 features->rectangularLines = true; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1604 features->rectangularLines = pdevice->info.ver >= 10; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h5559 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/
Dradv_device.c1564 features->rectangularLines = false; in radv_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp4507 if (!context.getLineRasterizationFeaturesEXT().rectangularLines) in checkSupport()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h11285 VkBool32 rectangularLines; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11882 VkBool32 rectangularLines; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11722 VkBool32 rectangularLines; member
Dvulkan_structs.hpp46027 : 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/
Dvulkan_core.h12776 VkBool32 rectangularLines; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp59404 , 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
Dvulkan_core.h12904 VkBool32 rectangularLines; member
Dvulkan_hash.hpp8075 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()

12