Home
last modified time | relevance | path

Searched refs:core_since (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_instance.py360 # Perform extension validation and set core_since for the extension if available
380 ext.core_since = Version((*entry.promoted_in, 0))
H A Dzink_device_info.py435 if (support_${ext.name_with_vendor()} && !info->have_vulkan${ext.core_since.struct()}) {
474 if (support_${ext.name_with_vendor()} && !info->have_vulkan${ext.core_since.struct()}) {
513 if (info->have_vulkan${ext.core_since.struct()}) {
515 info->${ext.field("feats")}.${field} = info->feats${ext.core_since.struct()}.${field};
528 if (info->have_vulkan${ext.core_since.struct()}) {
531 &info->props${ext.core_since.struct()}.${field},
665 # Perform extension validation and set core_since for the extension if available
697 ext.core_since = Version((*entry.promoted_in, 0))
H A Dzink_extensions.py67 core_since = None variable in Extension

Completed in 3 milliseconds