HomeSort by: relevance | last modified time | path
    Searched refs:lsrc (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_shader_base.cpp 1036 PValue lsrc; local
1041 lsrc = literal->value[i].b ?
1048 lsrc = Value::zero;
1050 lsrc = Value::one_i;
1052 lsrc = Value::one_f;
1054 lsrc = Value::zero_dot_5;
1056 lsrc = PValue(new LiteralValue(literal->value[i].u32, i));
1061 lsrc = PValue(new LiteralValue(literal->value[i].u32, i));
1063 ir = new AluInstruction(op1_mov, create_register_from_nir_src(src, i), lsrc, EmitInstruction::write);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 1075 LValue *lsrc = src->asLValue(); local
1077 if (ldst->compound && !lsrc->compound) {
1078 LValue *swap = lsrc;
1079 lsrc = ldst;
1083 ldst->compound = lsrc->compound;
1084 ldst->compMask = lsrc->compMask;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 1028 LValue *lsrc = src->asLValue(); local
1030 if (ldst->compound && !lsrc->compound) {
1031 LValue *swap = lsrc;
1032 lsrc = ldst;
1036 ldst->compound = lsrc->compound;
1037 ldst->compMask = lsrc->compMask;

Completed in 12 milliseconds