Home
last modified time | relevance | path

Searched refs:DRAW_YMAX (Results 1 – 12 of 12) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_i915.c161 OUT_BATCH(DRAW_YMAX(igt_buf_height(dst) - 1) | in gen3_render_copyfunc()
Drendercopy_i830.c170 OUT_BATCH(DRAW_YMAX(igt_buf_height(dst) - 1) | in gen2_emit_target()
Di915_reg.h185 #define DRAW_YMAX(x) ((x)<<16) macro
Di830_reg.h195 #define DRAW_YMAX(x) ((x)<<16) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_reg.h186 #define DRAW_YMAX(x) ((x)<<16) macro
Di830_reg.h99 #define DRAW_YMAX(x) ((x)<<16) macro
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c179 *b++ = (DRAW_YMAX(HEIGHT - 1) | in copy()
Dgen3_render_tiledy_blits.c179 *b++ = (DRAW_YMAX(HEIGHT - 1) | in copy()
Dgen3_render_tiledx_blits.c179 *b++ = (DRAW_YMAX(HEIGHT - 1) | in copy()
Dgen3_render_mixed_blits.c192 *b++ = (DRAW_YMAX(HEIGHT - 1) | in copy()
Dgen3_mixed_blits.c205 *b++ = (DRAW_YMAX(HEIGHT - 1) | in render_copy()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h198 #define DRAW_YMAX(x) ((x)<<16) macro