| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 118 src = i915_emit_decl(p, REG_TYPE_T, p->wpos_tex, D0_CHANNEL_ALL); 121 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); 124 src = i915_emit_decl(p, REG_TYPE_T, T_SPECULAR, D0_CHANNEL_XYZ); 128 src = i915_emit_decl(p, REG_TYPE_T, T_FOG_W, D0_CHANNEL_W); 141 src = i915_emit_decl(p, REG_TYPE_T, 156 src = i915_emit_decl(p, REG_TYPE_T, 284 GLuint sampler = i915_emit_decl(p, REG_TYPE_S, \
|
| H A D | i915_program.c | 110 i915_emit_decl(struct i915_fragment_program *p, function in typeref:typename:GLuint
|
| H A D | i915_program.h | 127 extern GLuint i915_emit_decl(struct i915_fragment_program *p,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc.h | 194 extern uint32_t i915_emit_decl(struct i915_fp_compile *p, uint32_t type,
|
| H A D | i915_fpc_emit.c | 76 i915_emit_decl(struct i915_fp_compile *p, uint32_t type, uint32_t nr, function in typeref:typename:uint32_t
|
| H A D | i915_fpc_translate.c | 172 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, 178 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); 182 src = i915_emit_decl(p, REG_TYPE_T, T_SPECULAR, D0_CHANNEL_XYZ); 187 src = i915_emit_decl(p, REG_TYPE_T, T_FOG_W, D0_CHANNEL_W); 194 i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_X); 362 uint32_t sampler = i915_emit_decl(p, REG_TYPE_S, unit, tex);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 118 src = i915_emit_decl(p, REG_TYPE_T, p->wpos_tex, D0_CHANNEL_ALL); 121 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); 124 src = i915_emit_decl(p, REG_TYPE_T, T_SPECULAR, D0_CHANNEL_XYZ); 128 src = i915_emit_decl(p, REG_TYPE_T, T_FOG_W, D0_CHANNEL_W); 141 src = i915_emit_decl(p, REG_TYPE_T, 156 src = i915_emit_decl(p, REG_TYPE_T, 284 GLuint sampler = i915_emit_decl(p, REG_TYPE_S, \
|
| H A D | i915_program.c | 110 i915_emit_decl(struct i915_fragment_program *p, function in typeref:typename:GLuint
|
| H A D | i915_program.h | 127 extern GLuint i915_emit_decl(struct i915_fragment_program *p,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc.h | 216 extern uint i915_emit_decl(struct i915_fp_compile *p,
|
| H A D | i915_fpc_emit.c | 79 i915_emit_decl(struct i915_fp_compile *p, function in typeref:typename:uint
|
| H A D | i915_fpc_translate.c | 200 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_ALL); 205 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL); 210 src = i915_emit_decl(p, REG_TYPE_T, T_SPECULAR, D0_CHANNEL_XYZ); 215 src = i915_emit_decl(p, REG_TYPE_T, T_FOG_W, D0_CHANNEL_W); 221 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_ALL); 228 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_X); 407 uint sampler = i915_emit_decl(p, REG_TYPE_S, unit, tex);
|