Home
last modified time | relevance | path

Searched refs:CORE_FEATURE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c537 #define CORE_FEATURE(feature) features->feature = core->feature macro
547 CORE_FEATURE(storageBuffer16BitAccess); in vk_get_physical_device_core_1_1_feature_ext()
548 CORE_FEATURE(uniformAndStorageBuffer16BitAccess); in vk_get_physical_device_core_1_1_feature_ext()
549 CORE_FEATURE(storagePushConstant16); in vk_get_physical_device_core_1_1_feature_ext()
550 CORE_FEATURE(storageInputOutput16); in vk_get_physical_device_core_1_1_feature_ext()
556 CORE_FEATURE(multiview); in vk_get_physical_device_core_1_1_feature_ext()
557 CORE_FEATURE(multiviewGeometryShader); in vk_get_physical_device_core_1_1_feature_ext()
558 CORE_FEATURE(multiviewTessellationShader); in vk_get_physical_device_core_1_1_feature_ext()
564 CORE_FEATURE(protectedMemory); in vk_get_physical_device_core_1_1_feature_ext()
570 CORE_FEATURE(samplerYcbcrConversion); in vk_get_physical_device_core_1_1_feature_ext()
[all …]
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go30 CORE_FEATURE = "<core>" const
80 var CORE_REQUIREMENT = Requirement{Extension: CORE_FEATURE, MinVersion: nil}
214 if req.Extension == CORE_FEATURE || suffix == "" {
232 if req.Extension == CORE_FEATURE && mv != nil {
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1458 #define CORE_FEATURE(major, minor, feature) features->feature = core_##major##_##minor.feature in radv_GetPhysicalDeviceFeatures2() macro
1494 CORE_FEATURE(1, 2, scalarBlockLayout); in radv_GetPhysicalDeviceFeatures2()
1506 CORE_FEATURE(1, 2, bufferDeviceAddress); in radv_GetPhysicalDeviceFeatures2()
1507 CORE_FEATURE(1, 2, bufferDeviceAddressCaptureReplay); in radv_GetPhysicalDeviceFeatures2()
1508 CORE_FEATURE(1, 2, bufferDeviceAddressMultiDevice); in radv_GetPhysicalDeviceFeatures2()