Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1182 struct anv_execbuf { struct
1183 struct drm_i915_gem_execbuffer2 execbuf;
1185 struct drm_i915_gem_execbuffer_ext_timeline_fences timeline_fences;
1187 struct drm_i915_gem_exec_object2 * objects;
1188 uint32_t bo_count;
1189 struct anv_bo ** bos;
1192 uint32_t array_length;
1194 uint32_t syncobj_count;
1195 uint32_t syncobj_array_length;
1196 struct drm_i915_gem_exec_fence * syncobjs;
[all …]