Searched refs:new_val (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_line_smooth.c49 nir_ssa_def *new_val = nir_fmul(b, nir_vec4(b, one, one, one, coverage), local in function:lower_line_smooth_intrinsic
54 nir_src_for_ssa(new_val));
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c206 int new_val; local in function:XineramaValidateGC
208 new_val = pGCPriv->clipOrg.x - x_off;
209 if(pGC->clipOrg.x != new_val) {
210 pGC->clipOrg.x = new_val;
213 new_val = pGCPriv->clipOrg.y - y_off;
214 if(pGC->clipOrg.y != new_val) {
215 pGC->clipOrg.y = new_val;
218 new_val = pGCPriv->patOrg.x - x_off;
219 if(pGC->patOrg.x != new_val) {
220 pGC->patOrg.x = new_val;
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c203 int new_val; local in function:XineramaValidateGC
205 new_val = pGCPriv->clipOrg.x - x_off;
206 if (pGC->clipOrg.x != new_val) {
207 pGC->clipOrg.x = new_val;
210 new_val = pGCPriv->clipOrg.y - y_off;
211 if (pGC->clipOrg.y != new_val) {
212 pGC->clipOrg.y = new_val;
215 new_val = pGCPriv->patOrg.x - x_off;
216 if (pGC->patOrg.x != new_val) {
217 pGC->patOrg.x = new_val;
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c648 nir_ssa_def *new_val = nir_ssa_undef(&b, intrin->num_components, 32); local in function:nir_vectorize_tess_levels_impl
649 new_val = nir_vector_insert_imm(&b, new_val, intrin->src[1].ssa, index);
650 nir_instr_rewrite_src(instr, &intrin->src[1], nir_src_for_ssa(new_val));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_spill.c1367 struct reg_or_immed *new_val,
1378 _mesa_hash_table_insert(state->remap, def, new_val);
1382 assert(new_val->flags & IR3_REG_SSA);
1384 extract(new_val->def,
1409 struct reg_or_immed *new_val = read_live_in(ctx, def, block, i); local in function:reload_live_in
1411 if (!new_val) {
1412 new_val = ralloc(ctx, struct reg_or_immed);
1413 new_val->def = reload(ctx, def, NULL, pred);
1414 new_val->flags = new_val
1365 live_in_rewrite(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct reg_or_immed * new_val,struct ir3_block * block,unsigned pred_idx) argument
1490 struct reg_or_immed *new_val = entry->data; local in function:add_live_in_phi
1549 struct reg_or_immed *new_val = entry->data; local in function:rewrite_phi
[all...]
/xsrc/external/mit/libxkbui/dist/src/
H A DXKBui.c623 unsigned new_val; local in function:XkbUI_ResetKeyAppearance
630 new_val= (view->state[i]&(~mask));
631 new_val|= (mask&values);
632 XkbUI_SetKeyAppearance(view,i,new_val);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_register_allocation.cpp2078 Temp new_val; local in function:aco::__anon1a58e4b40110::handle_live_in
2083 new_val = ops[i];
2085 needs_phi |= !(new_val == ops[i]);
2095 new_val = ctx.program->allocateTmp(val.regClass());
2096 phi->definitions[0] = Definition(new_val);
2103 assert(ops[i].regClass() == new_val.regClass());
2109 return new_val;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c510 nir_ssa_def *new_val = nir_ior(b, vec32, local in function:lower_masked_store_vec32
515 lower_store_vec32(b, index, new_val, op);

Completed in 15 milliseconds