Home | History | Annotate | Download | only in program

Lines Matching defs:src_reg_for_float

242    src_reg src_reg_for_float(float val);
581 ir_to_mesa_visitor::src_reg_for_float(float val)
1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0));
1280 emit(ir, OPCODE_SGE, result_dst, sge_src, src_reg_for_float(0.0));
1309 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0));
1337 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0));
1364 emit(ir, OPCODE_SLT, result_dst, slt_src, src_reg_for_float(0.0));
1388 op[0], result_src, src_reg_for_float(0.0));
1409 op[0], src_reg_for_float(0.0));
1605 this->result, src_reg_for_float(element_size));
1978 this->result = src_reg_for_float(0.0);