Home
last modified time | relevance | path

Searched defs:anv_queue_submit (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_private.h1183 struct anv_queue_submit { struct
1184 struct anv_cmd_buffer * cmd_buffer;
1186 uint32_t fence_count;
1187 uint32_t fence_array_length;
1188 struct drm_i915_gem_exec_fence * fences;
1189 uint64_t * fence_values;
1191 uint32_t temporary_semaphore_count;
1192 uint32_t temporary_semaphore_array_length;
1193 struct anv_semaphore_impl * temporary_semaphores;
1196 struct anv_semaphore ** sync_fd_semaphores;
[all …]
Danv_queue.c913 anv_queue_submit(struct anv_queue *queue, in anv_queue_submit() function