Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c339 nir_ssa_def ***fill_defs = in spill_ssa_defs_and_lower_shader_calls() local
455 if (fill_defs[index] == NULL) { in spill_ssa_defs_and_lower_shader_calls()
456 fill_defs[index] = in spill_ssa_defs_and_lower_shader_calls()
459 fill_defs[index][call_idx] = def; in spill_ssa_defs_and_lower_shader_calls()
522 if (fill_defs[index] == NULL) in spill_ssa_defs_and_lower_shader_calls()
530 if (fill_defs[index][call_idx] != NULL) in spill_ssa_defs_and_lower_shader_calls()
574 if (fill_defs[index] && fill_defs[index][call_idx]) { in spill_ssa_defs_and_lower_shader_calls()
576 fill_defs[index][call_idx]); in spill_ssa_defs_and_lower_shader_calls()

Completed in 2 milliseconds