Home | History | Annotate | Download | only in svga

Lines Matching refs:emit_instruction

328    return (emit_instruction( emit, inst ) &&
616 if (!emit_instruction(emit, opcode) ||
827 return (emit_instruction( emit, if_token ) &&
837 return emit_instruction(emit, inst_token(SVGA3DOP_ENDIF));
843 return emit_instruction(emit, inst_token(SVGA3DOP_ELSE));
1761 return (emit_instruction( emit, inst ) &&
1773 return emit_instruction( emit, inst );
1780 return emit_instruction( emit, inst );
2480 return (emit_instruction( emit, inst_token( SVGA3DOP_RET ) ) &&
2481 emit_instruction( emit, inst_token( SVGA3DOP_LABEL ) ) &&
2509 return (emit_instruction( emit, inst_token( SVGA3DOP_CALL ) ) &&
2990 if (!(emit_instruction( emit, if_token ) &&
3000 if (!(emit_instruction( emit, inst_token( SVGA3DOP_ELSE))))
3008 if (!emit_instruction( emit, inst_token( SVGA3DOP_ENDIF ) ))
3352 ret = emit_instruction( emit, inst_token( SVGA3DOP_RET ) );
3361 ret = emit_instruction( emit, inst_token( SVGA3DOP_END ) );