Home
last modified time | relevance | path

Searched refs:compute_system_values (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_ray_tracing_pipeline.c1085 const struct nir_lower_compute_system_values_options compute_system_values = {0}; in lvp_compile_ray_tracing_pipeline() local
1086 NIR_PASS(_, b->shader, nir_lower_compute_system_values, &compute_system_values); in lvp_compile_ray_tracing_pipeline()
H A Dlvp_pipeline.c377 const struct nir_lower_compute_system_values_options compute_system_values = {0}; in lvp_shader_lower() local
378 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_system_values); in lvp_shader_lower()