Lines Matching defs:local_size
816 void ff_vk_set_compute_shader_sizes(FFVkSPIRVShader *shd, int local_size[3])818 shd->local_size[0] = local_size[0];819 shd->local_size[1] = local_size[1];820 shd->local_size[2] = local_size[2];824 shd->local_size[0], shd->local_size[1], shd->local_size[2]);