Lines Matching defs:intersection
231 /* Output variables for intersection & anyhit shaders. */
909 * intersection shaders.
952 /* Inline the any_hit shader into the intersection shader so we don't have
956 nir_lower_intersection_shader(nir_shader *intersection, nir_shader *any_hit)
958 void *dead_ctx = ralloc_context(intersection);
969 nir_function_impl *impl = nir_shader_get_entrypoint(intersection);
1034 NIR_PASS(_, intersection, nir_opt_deref);
1272 /* For AABBs the intersection shader writes the hit kind, and only does it if it is the
1536 * emulate ray/box intersection here */
1562 * emulate ray/tri intersection here */