Searched refs:any_hit_impl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_intersection_shader.c137 nir_function_impl *any_hit_impl = NULL; local in function:brw_nir_lower_intersection_shader
142 any_hit_impl = lower_any_hit_for_intersection(any_hit_tmp);
207 if (any_hit_impl != NULL) {
215 nir_inline_function_impl(b, any_hit_impl, params,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c1004 nir_function_impl *any_hit_impl = NULL; local in function:nir_lower_intersection_shader
1009 any_hit_impl = lower_any_hit_for_intersection(any_hit);
1048 if (any_hit_impl != NULL) {
1056 nir_inline_function_impl(b, any_hit_impl, params, any_hit_var_remap);

Completed in 6 milliseconds