Lines Matching defs:factors
275 struct pipe_tessellation_factors *factors)
288 factors->outer_tf[i] = input[outer_slot][i];
291 factors->outer_tf[i] = shader->draw->default_outer_tess_level[i];
295 factors->inner_tf[i] = input[inner_slot][i];
298 factors->inner_tf[i] = shader->draw->default_inner_tess_level[i];
355 struct pipe_tessellation_factors factors;
366 llvm_fetch_tess_factors(shader, i, num_input_vertices_per_patch, &factors);
368 /* tessellate with the factors for this primitive */
369 p_tessellate(ptess, &factors, &data);
393 llvm_tes_run(shader, i, num_input_vertices_per_patch, &data, &factors, (struct vertex_header *)output);