Home | History | Annotate | Download | only in draw

Lines Matching refs:system_values

432             const struct lp_bld_tgsi_system_values *system_values,
454 system_values,
1095 struct lp_bld_tgsi_system_values system_values;
1097 memset(&system_values, 0, sizeof(system_values));
1133 system_values.instance_id = LLVMGetParam(variant_func, 7);
1140 lp_build_name(system_values.instance_id, "instance_id");
1213 system_values.vertex_id = lp_build_zero(gallivm, lp_type_uint_vec(32, 32*vector_length));
1232 system_values.vertex_id = LLVMBuildInsertElement(gallivm->builder,
1233 system_values.vertex_id, true_index,
1242 system_values.instance_id);
1254 &system_values,