Searched defs:emit_tex (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c423 static int emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) function
498 emit_tex(&emit, inst);
H A Dr500_fragprog_emit.c371 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) function
377 error("emit_tex: Too many instructions");
412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name);
448 rc_error(s->C, "emit_tex: Too many instructions");
648 emit_tex(compiler, &inst->U.I);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c423 static int emit_tex(struct r300_emit_state * emit, struct rc_instruction * inst) function
498 emit_tex(&emit, inst);
H A Dr500_fragprog_emit.c371 static int emit_tex(struct r300_fragment_program_compiler *c, struct rc_sub_instruction *inst) function
377 error("emit_tex: Too many instructions");
412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name);
448 rc_error(s->C, "emit_tex: Too many instructions");
648 emit_tex(compiler, &inst->U.I);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c358 emit_tex(struct lp_build_tgsi_aos_context *bld, function
737 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_NONE);
741 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV);
819 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_LOD_BIAS);
837 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD);
841 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_PROJECTED);
H A Dlp_bld_tgsi_soa.c1139 emit_tex( struct lp_build_tgsi_soa_context *bld, function
1696 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE, emit_data->output);
1707 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
1719 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV,
1731 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
1743 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_PROJECTED,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_translate.c413 emit_tex(struct i915_fp_compile *p, function
1061 emit_tex(p, inst, T0_TEXLD, fs);
1069 emit_tex(p, inst, T0_TEXLDB, fs);
1073 emit_tex(p, inst, T0_TEXLDP, fs);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c358 emit_tex(struct lp_build_tgsi_aos_context *bld, function
737 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_NONE);
741 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV);
819 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_LOD_BIAS);
837 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD);
841 dst0 = emit_tex(bld, inst, LP_BLD_TEX_MODIFIER_PROJECTED);
H A Dlp_bld_tgsi_soa.c1139 emit_tex( struct lp_build_tgsi_soa_context *bld, function
1696 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_NONE, emit_data->output);
1707 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_LOD_BIAS,
1719 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_DERIV,
1731 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_EXPLICIT_LOD,
1743 emit_tex(bld, emit_data->inst, LP_BLD_TEX_MODIFIER_PROJECTED,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_translate.c413 emit_tex(struct i915_fp_compile *p, function
1061 emit_tex(p, inst, T0_TEXLD, fs);
1069 emit_tex(p, inst, T0_TEXLDB, fs);
1073 emit_tex(p, inst, T0_TEXLDP, fs);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_emit.c1036 void emit_tex(struct brw_wm_compile *c, function
1886 emit_tex(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_emit.c1036 void emit_tex(struct brw_wm_compile *c, function
1886 emit_tex(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1628 static boolean emit_tex(struct svga_shader_emitter *emit, function
2540 return emit_tex( emit, insn );
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1628 static boolean emit_tex(struct svga_shader_emitter *emit, function
2540 return emit_tex( emit, insn );

Completed in 874 milliseconds