Searched refs:objects_macro (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_log.h | 40 #define vk_logd(objects_macro, format, ...) \ argument 43 objects_macro, __FILE__, __LINE__, format, ## __VA_ARGS__) 45 #define vk_logi(objects_macro, format, ...) \ argument 48 objects_macro, __FILE__, __LINE__, format, ## __VA_ARGS__) 50 #define vk_logw(objects_macro, format, ...) \ argument 53 objects_macro, __FILE__, __LINE__, format, ## __VA_ARGS__) 55 #define vk_loge(objects_macro, format, ...) \ argument 58 objects_macro, __FILE__, __LINE__, format, ## __VA_ARGS__) 60 #define vk_perf(objects_macro, format, ...) \ argument 63 objects_macro, __FILE__, __LINE__, format, ## __VA_ARGS__)
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_private.h | 351 #define anv_perf_warn(objects_macro, format, ...) \ argument 357 objects_macro, __FILE__, __LINE__, \
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 326 #define anv_perf_warn(objects_macro, format, ...) \ argument 332 objects_macro, __FILE__, __LINE__, \
|