Home
last modified time | relevance | path

Searched refs:TGSI_CHAN_W (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c786 v0 = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* v0 = src0.WWWW */ in emit_dotprod()
787 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */ in emit_dotprod()
791 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */ in emit_dotprod()
860 w_vec = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* w_vec = src[0].w */ in emit_lit()
890 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) { in emit_lit()
891 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE); in emit_lit()
935 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) { in emit_exp()
936 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE); in emit_exp()
993 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) { in emit_log()
994 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE); in emit_log()
Dtgsi_exec.c1545 case TGSI_CHAN_W: in store_dest()
1760 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_tex()
1867 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_tex()
1974 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd()
2022 IFETCH(&r[3], 0, TGSI_CHAN_W); in exec_txf()
2111 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample()
2185 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample()
2599 for (chan = TGSI_CHAN_Y; chan <= TGSI_CHAN_W; chan++) { in exec_dp4()
2656 fetch_source(mach, &arg[1], &inst->Src[1], TGSI_CHAN_W, TGSI_EXEC_DATA_FLOAT); in exec_dph()
2699 for (chan = TGSI_CHAN_Y; chan <= TGSI_CHAN_W; chan++) { in exec_nrm4()
[all …]
Dtgsi_exec.h43 #define TGSI_CHAN_W 3 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c311 1, TGSI_CHAN_W); in dst_fetch_args()
332 emit_data->output[TGSI_CHAN_W] = emit_data->args[3]; /* src1.w */ in dst_emit()
376 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in exp_emit()
417 0, TGSI_CHAN_W); in kil_fetch_args()
444 emit_data->args[2] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W); in lit_fetch_args()
480 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in lit_emit()
525 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in log_emit()
644 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in scs_emit()
771 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in xpd_emit()
973 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in exp_emit_cpu()
[all …]
Dlp_bld_tgsi_soa.c1909 (TGSI_IS_DST0_CHANNEL_ENABLED(emit_data->inst, TGSI_CHAN_W) && dims == 4)) { in nrm_emit()
1942 tmp1 = lp_build_emit_fetch(&bld->bld_base, emit_data->inst, 0, TGSI_CHAN_W); in nrm_emit()
1943 if (TGSI_IS_DST0_CHANNEL_ENABLED(emit_data->inst, TGSI_CHAN_W)) { in nrm_emit()
1966 emit_data->output[TGSI_CHAN_W] = lp_build_mul( &bld->bld_base.base, tmp7, tmp1); in nrm_emit()
1971 if (TGSI_IS_DST0_CHANNEL_ENABLED(emit_data->inst, TGSI_CHAN_W) && dims == 3) { in nrm_emit()
1972 emit_data->output[TGSI_CHAN_W] = bld->bld_base.base.one; in nrm_emit()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c192 elements[0][TGSI_CHAN_W] = base->one; in dp_fetch_args()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c608 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W); in tex_fetch_args()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c597 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W); in txp_fetch_args()