Searched refs:TGSI_CHAN_Y (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 2395 store_dest(mach, &r[1], &inst->Dst[0], inst, TGSI_CHAN_Y, in exec_lodq() 2423 store_dest(mach, &r[1], &inst->Dst[0], inst, TGSI_CHAN_Y, in exec_lodq() 2460 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2474 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2477 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2492 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2497 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2511 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2516 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2576 IFETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txf() [all …]
|
D | tgsi_util.c | 60 case TGSI_CHAN_Y: in tgsi_util_get_src_register_swizzle()
|
D | tgsi_exec.h | 41 #define TGSI_CHAN_Y 1 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 245 0, TGSI_CHAN_Y); in dst_fetch_args() 251 1, TGSI_CHAN_Y); in dst_fetch_args() 267 emit_data->output[TGSI_CHAN_Y] = lp_build_emit_llvm_binary(bld_base, in dst_emit() 312 emit_data->output[TGSI_CHAN_Y] = in exp_emit() 354 0, TGSI_CHAN_Y); in kil_fetch_args() 385 emit_data->args[1] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_Y); in lit_fetch_args() 403 emit_data->output[TGSI_CHAN_Y] = lp_build_emit_llvm_binary(bld_base, in lit_emit() 460 emit_data->output[TGSI_CHAN_Y] = lp_build_emit_llvm_binary(bld_base, in log_emit() 487 0, TGSI_CHAN_Y); in pk2h_fetch_args() 1636 emit_data->output[TGSI_CHAN_Y] = lp_build_emit_llvm_binary(bld_base, in log_emit_cpu()
|