Home
last modified time | relevance | path

Searched refs:TGSI_CHAN_Z (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2459 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2491 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2510 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd()
2515 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd()
2565 IFETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txf()
2732 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2750 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample()
2821 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2837 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d()
2842 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Z, derivs[2]); in exec_sample_d()
[all …]
Dtgsi_util.c62 case TGSI_CHAN_Z: in tgsi_util_get_src_register_swizzle()
Dtgsi_exec.h42 #define TGSI_CHAN_Z 2 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c248 0, TGSI_CHAN_Z); in dst_fetch_args()
272 emit_data->output[TGSI_CHAN_Z] = emit_data->args[1]; /* src0.z */ in dst_emit()
316 emit_data->output[TGSI_CHAN_Z] = lp_build_emit_llvm_unary(bld_base, in exp_emit()
357 0, TGSI_CHAN_Z); in kil_fetch_args()
419 emit_data->output[TGSI_CHAN_Z] = lp_build_emit_llvm_ternary(bld_base, in lit_emit()
464 emit_data->output[TGSI_CHAN_Z] = log_abs_x; in log_emit()
1639 emit_data->output[TGSI_CHAN_Z] = p_log2; in log_emit_cpu()