Home
last modified time | relevance | path

Searched refs:print_src_reg (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c210 print_src_reg(GLuint dword) in print_src_reg() function
257 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()
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg() function
270 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()