Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Drendercopy_i915.c187 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in gen3_render_copyfunc()
194 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in gen3_render_copyfunc()
Di915_3d.h216 #define D0_CHANNEL_ALL (0xf<<10) macro
362 ((REG_TYPE(reg) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); \
Di915_reg.h665 #define D0_CHANNEL_ALL (0xf<<10) macro
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c200 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
207 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
Dgen3_render_tiledy_blits.c200 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
207 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
Dgen3_render_tiledx_blits.c200 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
207 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
Dgen3_render_mixed_blits.c213 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
220 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in copy()
Dgen3_mixed_blits.c226 ((REG_TYPE(FS_T0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in render_copy()
233 ((REG_TYPE(FS_S0) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); in render_copy()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c62 D0_CHANNEL_ALL),
200 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_ALL); in src_vector()
205 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); in src_vector()
221 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_ALL); in src_vector()
Di915_reg.h681 #define D0_CHANNEL_ALL (0xf<<10) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c118 src = i915_emit_decl(p, REG_TYPE_T, p->wpos_tex, D0_CHANNEL_ALL); in src_vector()
121 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); in src_vector()
143 D0_CHANNEL_ALL); in src_vector()
158 D0_CHANNEL_ALL); in src_vector()
Di915_reg.h553 #define D0_CHANNEL_ALL (0xf<<10) macro