Searched refs:input_live (Results 1 – 1 of 1) sorted by relevance
2509 bool input_live[c->num_input_slots]; in vc4_setup_compiled_fs_inputs() local2511 memset(input_live, 0, sizeof(input_live)); in vc4_setup_compiled_fs_inputs()2515 input_live[inst->src[i].index] = true; in vc4_setup_compiled_fs_inputs()2522 if (!input_live[i]) in vc4_setup_compiled_fs_inputs()