Home
last modified time | relevance | path

Searched refs:BR13 (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c39 unsigned BR13, CMD; in i915_fill_blit() local
53 BR13 = (((int)dst_pitch) & 0xffff) | (0xF0 << 16) | (1 << 24); in i915_fill_blit()
57 BR13 = (((int)dst_pitch) & 0xffff) | (0xF0 << 16) | (1 << 24) | (1 << 25); in i915_fill_blit()
69 OUT_BATCH(BR13); in i915_fill_blit()
86 unsigned CMD, BR13; in i915_copy_blit() local
105 BR13 = (((int)dst_pitch) & 0xffff) | (0xCC << 16) | (1 << 24); in i915_copy_blit()
109 BR13 = (((int)dst_pitch) & 0xffff) | (0xCC << 16) | (1 << 24) | (1 << 25); in i915_copy_blit()
132 OUT_BATCH(BR13); in i915_copy_blit()
H A Di915_debug.c437 BR13(struct debug_stream *stream, unsigned val) in BR13() function
504 BR13(stream, ptr[j++]); in debug_copy_blit()
526 BR13(stream, ptr[j++]); in debug_color_blit()

Completed in 2 milliseconds