Lines Matching defs:cs_bin
2391 const UNUSED struct anv_shader_bin *cs_bin = pipeline->cs;
2398 get_scratch_surf(&pipeline->base, MESA_SHADER_COMPUTE, cs_bin);
2419 const struct anv_shader_bin *cs_bin = pipeline->cs;
2439 if (cs_bin->prog_data->total_scratch) {
2445 ffs(cs_bin->prog_data->total_scratch) - 11;
2451 ffs(cs_bin->prog_data->total_scratch) - 12;
2457 cs_bin->prog_data->total_scratch / 1024 - 1;
2460 get_scratch_address(&pipeline->base, MESA_SHADER_COMPUTE, cs_bin);
2466 cs_bin->kernel.offset +
2470 .SamplerCount = GFX_VER == 11 ? 0 : get_sampler_count(cs_bin),
2474 .BindingTableEntryCount = 1 + MIN2(cs_bin->bind_map.surface_count, 30),