Searched refs:compute_system_values (Results 1 – 2 of 2) sorted by relevance
1085 const struct nir_lower_compute_system_values_options compute_system_values = {0}; in lvp_compile_ray_tracing_pipeline() local1086 NIR_PASS(_, b->shader, nir_lower_compute_system_values, &compute_system_values); in lvp_compile_ray_tracing_pipeline()
377 const struct nir_lower_compute_system_values_options compute_system_values = {0}; in lvp_shader_lower() local378 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_system_values); in lvp_shader_lower()