Searched refs:ext_property (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1836 #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()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1814 #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()
|