Lines Matching defs:bin
1465 get_sampler_count(const struct anv_shader_bin *bin)
1467 uint32_t count_by_4 = DIV_ROUND_UP(bin->bind_map.sampler_count, 4);
1479 const struct anv_shader_bin *bin)
1484 stage, bin->prog_data->total_scratch),
1490 get_scratch_space(const struct anv_shader_bin *bin)
1492 return ffs(bin->prog_data->total_scratch / 2048);
1498 const struct anv_shader_bin *bin)
1500 if (bin->prog_data->total_scratch == 0)
1506 stage, bin->prog_data->total_scratch);
1511 bin->prog_data->total_scratch) >> 4;