Searched refs:TGSI_CHAN_W (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 2278 assert(dim <= TGSI_CHAN_W && shadow_ref != TGSI_CHAN_W); in exec_tex() 2279 FETCH(&r[last], 0, TGSI_CHAN_W); in exec_tex() 2494 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd() 2513 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_txd() 2553 IFETCH(&r[3], 0, TGSI_CHAN_W); in exec_txf() 2753 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample() 2840 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_sample_d() 3283 for (chan = TGSI_CHAN_Y; chan <= TGSI_CHAN_W; chan++) { in exec_dp4() 3413 fetch_source(mach, &d[TGSI_CHAN_W], &inst->Src[1], TGSI_CHAN_W, TGSI_EXEC_DATA_FLOAT); in exec_dst() 3426 store_dest(mach, &d[TGSI_CHAN_W], &inst->Dst[0], inst, TGSI_CHAN_W, TGSI_EXEC_DATA_FLOAT); in exec_dst() [all …]
|
D | tgsi_util.c | 64 case TGSI_CHAN_W: in tgsi_util_get_src_register_swizzle()
|
D | tgsi_exec.h | 43 #define TGSI_CHAN_W 3 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 254 1, TGSI_CHAN_W); in dst_fetch_args() 275 emit_data->output[TGSI_CHAN_W] = emit_data->args[3]; /* src1.w */ in dst_emit() 319 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in exp_emit() 360 0, TGSI_CHAN_W); in kil_fetch_args() 387 emit_data->args[2] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W); in lit_fetch_args() 423 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in lit_emit() 467 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in log_emit() 1641 emit_data->output[TGSI_CHAN_W] = bld_base->base.one; in log_emit_cpu()
|