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

  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 46 unsigned BR13, CMD;
61 BR13 = (((int) dst_pitch) & 0xffff) |
66 BR13 = (((int) dst_pitch) & 0xffff) |
79 OUT_BATCH(BR13);
101 unsigned CMD, BR13;
122 BR13 = (((int) dst_pitch) & 0xffff) |
127 BR13 = (((int) dst_pitch) & 0xffff) |
151 OUT_BATCH(BR13);
i915_debug.c 445 static void BR13( struct debug_stream *stream,
515 BR13(stream, ptr[j++]);
538 BR13(stream, ptr[j++]);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_blit.c 232 GLuint CMD, BR13, pass = 0;
298 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16;
322 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
397 uint32_t BR13, CMD;
428 BR13 = 0xf0 << 16;
443 BR13 |= pitch;
480 BR13 |= br13_for_cpp(cpp);
496 OUT_BATCH(BR13);
529 uint32_t opcode, br13, blit_cmd; local
557 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29)
    [all...]
intel_reg.h 230 /* BR13 */
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_blit.c 589 GLuint CMD, BR13, pass = 0;
664 BR13 = br13_for_cpp(cpp);
667 BR13 |= XY_FAST_SRC_TRMODE_YF;
670 BR13 |= XY_FAST_DST_TRMODE_YF;
708 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16;
732 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
777 uint32_t opcode, br13, blit_cmd; local
808 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29);
809 br13 |= br13_for_cpp(cpp);
817 OUT_BATCH(br13);
    [all...]
brw_defines.h     [all...]

Completed in 324 milliseconds