Home
last modified time | relevance | path

Searched refs:_3DSTATE_LOAD_STATE_IMMEDIATE_1 (Results 1 – 14 of 14) 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()
169 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | in gen3_render_copyfunc()
Drendercopy_i830.c248 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | in gen2_render_copyfunc()
Di915_reg.h325 #define _3DSTATE_LOAD_STATE_IMMEDIATE_1 ((0x3<<29)|(0x1d<<24)|(0x04<<16)) macro
Di830_reg.h635 #define _3DSTATE_LOAD_STATE_IMMEDIATE_1 (CMD_3D|(0x1d<<24)|(0x04<<16)) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h53 #define _3DSTATE_LOAD_STATE_IMMEDIATE_1 (CMD_3D | (0x1d<<24) | (0x04<<16)) macro
Dintel_tris.c264 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | cmd | (len - 2)); in intel_flush_prim()
285 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | in intel_flush_prim()
Di915_state.c927 i915->state.Ctx[I915_CTXREG_LI] = (_3DSTATE_LOAD_STATE_IMMEDIATE_1 | in i915_init_packets()
/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/gallium/drivers/i915/
Di915_reg.h330 #define _3DSTATE_LOAD_STATE_IMMEDIATE_1 ((0x3<<29)|(0x1d<<24)|(0x04<<16)) macro
Di915_state_emit.c207 OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | in emit_immediate()