Home | History | Annotate | Download | only in svga

Lines Matching defs:back

836  * Return the register which holds the pixel shaders front/back-
3330 * or back face color depending on triangle orientation.
3344 struct src_register back[2];
3364 /* Back is always the next input:
3366 back[i] = front[i];
3367 back[i].base.num = front[i].base.num + 1;
3395 if (!submit_op1( emit, inst_token( SVGA3DOP_MOV ), color[i], back[i] ))
3407 * Emit special setup code for the front/back face register in the FS.