Lines Matching defs:bin
34 struct anv_shader_bin *bin =
37 if (!bin)
43 anv_shader_bin_unref(device, bin);
45 *kernel_out = bin->kernel.offset;
46 *(const struct brw_stage_prog_data **)prog_data_out = bin->prog_data;
67 struct anv_shader_bin *bin =
73 if (!bin)
79 anv_shader_bin_unref(device, bin);
81 *kernel_out = bin->kernel.offset;
82 *(const struct brw_stage_prog_data **)prog_data_out = bin->prog_data;