Searched refs:print_src_reg (Results 1 – 2 of 2) sorted by relevance
210 print_src_reg(GLuint dword) in print_src_reg() function257 print_src_reg(GET_SRC0_REG(program[0], program[1])); in print_arith_op()264 print_src_reg(GET_SRC1_REG(program[1], program[2])); in print_arith_op()271 print_src_reg(GET_SRC2_REG(program[2])); in print_arith_op()
222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg() function270 print_src_reg(stream, GET_SRC0_REG(program[0], program[1])); in print_arith_op()277 print_src_reg(stream, GET_SRC1_REG(program[1], program[2])); in print_arith_op()284 print_src_reg(stream, GET_SRC2_REG(program[2])); in print_arith_op()