Searched defs:anv_execbuf (Results 1 – 2 of 2) sorted by relevance
33 struct anv_execbuf { struct56 anv_execbuf_finish(struct anv_execbuf *exec) in anv_execbuf_finish() argument
1176 struct anv_execbuf { struct1177 struct drm_i915_gem_execbuffer2 execbuf;1179 struct drm_i915_gem_execbuffer_ext_timeline_fences timeline_fences;1181 struct drm_i915_gem_exec_object2 * objects;1182 uint32_t bo_count;1183 struct anv_bo ** bos;1186 uint32_t array_length;1188 uint32_t syncobj_count;1189 uint32_t syncobj_array_length;1190 struct drm_i915_gem_exec_fence * syncobjs;[all …]