Searched refs:MUST_CHECK (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.h | 330 VkResult MUST_CHECK vk_sync_init(struct vk_device *device, 339 VkResult MUST_CHECK vk_sync_create(struct vk_device *device, 348 VkResult MUST_CHECK vk_sync_signal(struct vk_device *device, 352 VkResult MUST_CHECK vk_sync_get_value(struct vk_device *device, 356 VkResult MUST_CHECK vk_sync_reset(struct vk_device *device, 359 VkResult MUST_CHECK vk_sync_wait(struct vk_device *device, 365 VkResult MUST_CHECK vk_sync_wait_many(struct vk_device *device, 371 VkResult MUST_CHECK vk_sync_import_opaque_fd(struct vk_device *device, 375 VkResult MUST_CHECK vk_sync_export_opaque_fd(struct vk_device *device, 379 VkResult MUST_CHECK vk_sync_import_sync_file(struct vk_device *device, [all …]
|
D | vk_pipeline_cache.h | 231 struct vk_pipeline_cache_object * MUST_CHECK 260 struct vk_pipeline_cache_object * MUST_CHECK
|
D | vk_command_pool.h | 72 VkResult MUST_CHECK
|
D | vk_physical_device.h | 129 VkResult MUST_CHECK
|
D | vk_instance.h | 199 VkResult MUST_CHECK
|
D | vk_command_buffer.h | 188 VkResult MUST_CHECK
|
D | vk_queue.h | 170 VkResult MUST_CHECK
|
D | vk_device.h | 287 VkResult MUST_CHECK
|
D | vk_command_pool.c | 50 VkResult MUST_CHECK
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_dynarray.h | 93 MUST_CHECK static inline void * 122 MUST_CHECK static inline void * 147 MUST_CHECK static inline void *
|
D | macros.h | 327 #define MUST_CHECK __attribute__((warn_unused_result)) macro 329 #define MUST_CHECK macro
|