Lines Matching defs:dispatch
401 const struct panvk_dispatch_info *dispatch,
405 dispatch->wg_count.x,
406 dispatch->wg_count.y,
407 dispatch->wg_count.z,
422 cfg.attributes = dispatch->attributes;
423 cfg.attribute_buffers = dispatch->attribute_bufs;
424 cfg.thread_storage = dispatch->tsd;
425 cfg.uniform_buffers = dispatch->ubos;
426 cfg.push_uniforms = dispatch->push_uniforms;
427 cfg.textures = dispatch->textures;
428 cfg.samplers = dispatch->samplers;