Home
last modified time | relevance | path

Searched refs:dxil_nir_lower_sysval_to_load_input (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.h59 bool dxil_nir_lower_sysval_to_load_input(nir_shader *s, nir_variable **sysval_vars);
H A Ddxil_nir.c1487 dxil_nir_lower_sysval_to_load_input(nir_shader *s, nir_variable **sysval_vars) in dxil_nir_lower_sysval_to_load_input() function
H A Dnir_to_dxil.c6667 NIR_PASS_V(s, dxil_nir_lower_sysval_to_load_input, ctx->system_value); in nir_to_dxil()