Searched refs:D0_CHANNEL_ALL (Results 1 – 12 of 12) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | rendercopy_i915.c | 187 ((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()
|
D | i915_3d.h | 216 #define D0_CHANNEL_ALL (0xf<<10) macro 362 ((REG_TYPE(reg) != REG_TYPE_S) ? D0_CHANNEL_ALL : 0)); \
|
D | i915_reg.h | 665 #define D0_CHANNEL_ALL (0xf<<10) macro
|
/external/igt-gpu-tools/tests/i915/ |
D | gen3_render_linear_blits.c | 200 ((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()
|
D | gen3_render_tiledy_blits.c | 200 ((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()
|
D | gen3_render_tiledx_blits.c | 200 ((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()
|
D | gen3_render_mixed_blits.c | 213 ((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()
|
D | gen3_mixed_blits.c | 226 ((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/ |
D | i915_fpc_translate.c | 62 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()
|
D | i915_reg.h | 681 #define D0_CHANNEL_ALL (0xf<<10) macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 118 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()
|
D | i915_reg.h | 553 #define D0_CHANNEL_ALL (0xf<<10) macro
|