Searched refs:undef_dst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 330 dst_reg undef_dst = dst_reg(PROGRAM_UNDEFINED, SWIZZLE_NOOP); variable 406 return emit(ir, op, undef_dst, undef_src, undef_src, undef_src); in emit() 708 dst = undef_dst; in visit() 2167 emit(ir, OPCODE_KIL, undef_dst, this->result); in visit() 2200 if_inst = emit(ir->condition, OPCODE_IF, undef_dst, this->result); in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 435 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); in emit() 1053 dst = undef_dst; in visit() 2805 emit(ir, TGSI_OPCODE_KIL, undef_dst, this->result); in visit() 2838 if_inst = emit(ir->condition, TGSI_OPCODE_IF, undef_dst, this->result); in visit() 3852 inst = v->emit(NULL, TGSI_OPCODE_KIL, undef_dst, src0); in get_bitmap_visitor()
|