Searched refs:object_count (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_log.h | 64 #define __vk_log(severity, type, object_count, \ argument 66 __vk_log_impl(severity, type, object_count, objects_or_instance, \ 72 int object_count,
|
D | vk_log.c | 79 int object_count, in __vk_log_impl() argument 88 if (object_count == 0) { in __vk_log_impl() 92 for (unsigned i = 0; i < object_count; i++) { in __vk_log_impl() 178 ralloc_array(NULL, VkDebugUtilsObjectNameInfoEXT, object_count); in __vk_log_impl() 181 for (int i = 0; i < object_count; i++) { in __vk_log_impl() 262 vk_debug_report(instance, flags, object_count ? objects[0] : NULL, 0, in __vk_log_impl()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 1220 __u32 object_count; member
|