Home
last modified time | relevance | path

Searched refs:I1_LOAD_S (Results 1 – 13 of 13) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_i915.c67 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in gen3_render_copyfunc()
170 I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in gen3_render_copyfunc()
Drendercopy_i830.c249 I1_LOAD_S(2) | I1_LOAD_S(3) | I1_LOAD_S(8) | 2); in gen2_render_copyfunc()
Di915_reg.h326 #define I1_LOAD_S(n) (1<<(4+n)) macro
Di830_reg.h636 #define I1_LOAD_S(n) (1<<((n)+4)) macro
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c125 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in copy()
185 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in copy()
Dgen3_render_tiledy_blits.c124 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in copy()
185 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in copy()
Dgen3_render_tiledx_blits.c124 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in copy()
185 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in copy()
Dgen3_render_mixed_blits.c127 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in copy()
198 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in copy()
Dgen3_mixed_blits.c132 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | I1_LOAD_S(4) | I1_LOAD_S(5) | 2); in render_copy()
211 *b++ = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(1) | I1_LOAD_S(2) | I1_LOAD_S(6) | 2); in render_copy()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h54 #define I1_LOAD_S(n) (1<<(4+n)) macro
Di915_state.c928 I1_LOAD_S(2) | I1_LOAD_S(3) | in i915_init_packets()
929 I1_LOAD_S(4) | I1_LOAD_S(5) | in i915_init_packets()
930 I1_LOAD_S(6) | (4)); in i915_init_packets()
Dintel_tris.c251 cmd |= I1_LOAD_S(0); in intel_flush_prim()
256 cmd |= I1_LOAD_S(1); in intel_flush_prim()
286 I1_LOAD_S(0) | I1_LOAD_S(2) | 1); in intel_flush_prim()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h331 #define I1_LOAD_S(n) (1<<(4+n)) macro