Searched refs:undef_dst (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP); variable
406 return emit(ir, op, undef_dst, undef_src, undef_src, undef_src);
708 dst = undef_dst;
2167 emit(ir, OPCODE_KIL, undef_dst, this->result);
2200 if_inst = emit(ir->condition, OPCODE_IF, undef_dst, this->result);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP); variable
406 return emit(ir, op, undef_dst, undef_src, undef_src, undef_src);
708 dst = undef_dst;
2167 emit(ir, OPCODE_KIL, undef_dst, this->result);
2200 if_inst = emit(ir->condition, OPCODE_IF, undef_dst, this->result);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR); variable
603 return emit(ir, op, undef_dst, undef_src, undef_src, undef_src);
1053 dst = undef_dst;
2805 emit(ir, TGSI_OPCODE_KIL, undef_dst, this->result);
2838 if_inst = emit(ir->condition, TGSI_OPCODE_IF, undef_dst, this->result);
3852 inst = v->emit(NULL, TGSI_OPCODE_KIL, undef_dst, src0);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp435 static st_dst_reg undef_dst = st_dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP, GLSL_TYPE_ERROR); variable
603 return emit(ir, op, undef_dst, undef_src, undef_src, undef_src);
1053 dst = undef_dst;
2805 emit(ir, TGSI_OPCODE_KIL, undef_dst, this->result);
2838 if_inst = emit(ir->condition, TGSI_OPCODE_IF, undef_dst, this->result);
3852 inst = v->emit(NULL, TGSI_OPCODE_KIL, undef_dst, src0);

Completed in 866 milliseconds