Searched refs:input_slots (Results 1 – 5 of 5) sorted by relevance
766 c->input_slots = reralloc(c, c->input_slots, in emit_fragment_varying()771 c->input_slots[i].slot = slot; in emit_fragment_varying()772 c->input_slots[i].swizzle = swizzle; in emit_fragment_varying()2332 c->vs_key->fs_inputs->input_slots, in vc4_shader_ntq()2464 inputs.input_slots = ralloc_array(shader, in vc4_setup_compiled_fs_inputs()2479 struct vc4_varying_slot *slot = &c->input_slots[i]; in vc4_setup_compiled_fs_inputs()2495 inputs.input_slots[inputs.num_inputs] = *slot; in vc4_setup_compiled_fs_inputs()2509 ralloc_free(inputs.input_slots); in vc4_setup_compiled_fs_inputs()2515 ralloc_steal(alloc_inputs, inputs.input_slots); in vc4_setup_compiled_fs_inputs()2828 return _mesa_hash_data(inputs->input_slots, in fs_inputs_hash()[all …]
76 c->input_slots[inst->src[i].index].slot == 0xff) { in has_nonremovable_reads()
142 struct vc4_varying_slot *input_slots; member
169 c->input_slots[inst->src[i].index].slot == 0xff) { in qir_has_side_effect_reads()
470 struct vc4_varying_slot *input_slots; member