Lines Matching refs:intersection
722 struct anv_pipeline_stage *intersection,
735 _mesa_sha1_update(&ctx, intersection->shader_sha1, sizeof(intersection->shader_sha1));
736 _mesa_sha1_update(&ctx, &intersection->key, sizeof(intersection->key.bs));
2840 /* We handle intersection shaders as part of the group */
2920 /* The any-hit and intersection shader have to be combined */
2927 nir_shader *intersection =
2930 brw_nir_lower_combined_intersection_any_hit(intersection, any_hit,
2934 intersection,
2936 &group->intersection,
2942 group->intersection = stages[intersection_idx].bin;
2946 brw_bs_prog_data_const(group->intersection->prog_data)->max_stack_size;
3421 bin = rt_pipeline->groups[group].intersection;