Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_log.h64 #define __vk_log(severity, type, object_count, \ argument
66 __vk_log_impl(severity, type, object_count, objects_or_instance, \
72 int object_count,
Dvk_log.c79 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/
Ddrm_mode.h1220 __u32 object_count; member