HomeSort by relevance Sort by last modified time
    Searched full:print_src_reg (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_debug_fp.c 222 print_src_reg(struct debug_stream *stream, unsigned dword) function
270 print_src_reg(stream, GET_SRC0_REG(program[0], program[1]));
277 print_src_reg(stream, GET_SRC1_REG(program[1], program[2]));
284 print_src_reg(stream, GET_SRC2_REG(program[2]));
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug_fp.c 207 print_src_reg(GLuint dword) function
254 print_src_reg(GET_SRC0_REG(program[0], program[1]));
261 print_src_reg(GET_SRC1_REG(program[1], program[2]));
268 print_src_reg(GET_SRC2_REG(program[2]));

Completed in 445 milliseconds