Searched refs:TGSI_CHAN_Y (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 2393 store_dest(mach, &r[1], &inst->Dst[0], inst, TGSI_CHAN_Y, in exec_lodq() 2421 store_dest(mach, &r[1], &inst->Dst[0], inst, TGSI_CHAN_Y, in exec_lodq() 2458 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2472 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2475 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2490 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2495 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2509 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_txd() 2514 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Y, derivs[1]); in exec_txd() 2574 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()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 619 0, TGSI_CHAN_Y); in pk2h_fetch_args()
|
D | si_shader.c | 4021 TGSI_CHAN_Y); in interp_fetch_args()
|