Searched refs:core_property (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.inl | 24 #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/ |
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() 1838 sizeof(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() 1816 sizeof(core_##major##_##minor.core_property)) in radv_GetPhysicalDeviceProperties2()
|