Lines Matching refs:varyings
91 struct pan_shader_varying *varyings,
107 * packed varyings will be aligned.
135 /* Demote to fp16 where possible. int16 varyings are TODO as the hw
154 varyings[loc + c].location = var->data.location + c;
155 varyings[loc + c].format = format;
238 info->varyings.output_count =
241 collect_varyings(s, nir_var_shader_out, info->varyings.output,
242 &info->varyings.output_count);
296 info->varyings.output_count =
299 collect_varyings(s, nir_var_shader_in, info->varyings.input,
300 &info->varyings.input_count);