HomeSort by relevance Sort by last modified time
    Searched refs:BR13 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 106 GLuint CMD, BR13, pass = 0;
167 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16;
201 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
270 uint32_t BR13, CMD;
301 BR13 = 0xf0 << 16;
322 BR13 |= (pitch * cpp);
359 BR13 |= br13_for_cpp(cpp);
375 OUT_BATCH(BR13);
408 uint32_t opcode, br13, blit_cmd; local
445 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 106 GLuint CMD, BR13, pass = 0;
167 BR13 = br13_for_cpp(cpp) | translate_raster_op(logic_op) << 16;
201 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
270 uint32_t BR13, CMD;
301 BR13 = 0xf0 << 16;
322 BR13 |= (pitch * cpp);
359 BR13 |= br13_for_cpp(cpp);
375 OUT_BATCH(BR13);
408 uint32_t opcode, br13, blit_cmd; local
445 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_debug.c 368 static void BR13( struct debug_stream *stream,
442 BR13(stream, ptr[j++]);
464 BR13(stream, ptr[j++]);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c 368 static void BR13( struct debug_stream *stream,
442 BR13(stream, ptr[j++]);
464 BR13(stream, ptr[j++]);

Completed in 54 milliseconds