Searched refs:CORE_RENAMED_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() macro 1841 CORE_RENAMED_PROPERTY(major, minor, property, property) in anv_GetPhysicalDeviceProperties2() 2043 CORE_RENAMED_PROPERTY(1, 1, supportedStages, in anv_GetPhysicalDeviceProperties2() 2045 CORE_RENAMED_PROPERTY(1, 1, supportedOperations, in anv_GetPhysicalDeviceProperties2() 2047 CORE_RENAMED_PROPERTY(1, 1, quadOperationsInAllStages, in anv_GetPhysicalDeviceProperties2() 2163 #undef CORE_RENAMED_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() macro 1819 CORE_RENAMED_PROPERTY(major, minor, property, property) in radv_GetPhysicalDeviceProperties2() 1865 CORE_RENAMED_PROPERTY(1, 1, supportedStages, in radv_GetPhysicalDeviceProperties2() 1867 CORE_RENAMED_PROPERTY(1, 1, supportedOperations, in radv_GetPhysicalDeviceProperties2() 1869 CORE_RENAMED_PROPERTY(1, 1, quadOperationsInAllStages, in radv_GetPhysicalDeviceProperties2()
|