Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl24 #define DECL_ID_EXTENSION_NAME "core_property"
34 #define DECL_PROTECTED_MEMORY_EXTENSION_NAME "core_property"
44 #define DECL_SUBGROUP_EXTENSION_NAME "core_property"
/external/mesa3d/src/intel/vulkan/
Danv_device.c1836 #define CORE_RENAMED_PROPERTY(major, minor, ext_property, core_property) \ in anv_GetPhysicalDeviceProperties2() argument
1837 memcpy(&properties->ext_property, &core_##major##_##minor.core_property, \ in anv_GetPhysicalDeviceProperties2()
1838 sizeof(core_##major##_##minor.core_property)) in anv_GetPhysicalDeviceProperties2()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1814 #define CORE_RENAMED_PROPERTY(major, minor, ext_property, core_property) \ in radv_GetPhysicalDeviceProperties2() argument
1815 memcpy(&properties->ext_property, &core_##major##_##minor.core_property, \ in radv_GetPhysicalDeviceProperties2()
1816 sizeof(core_##major##_##minor.core_property)) in radv_GetPhysicalDeviceProperties2()