Searched refs:TGSI_CHAN_Z (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 2461 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2493 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2512 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2517 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd() 2567 IFETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txf() 2734 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2752 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2823 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d() 2839 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d() 2844 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Z, derivs[2]); in exec_sample_d() [all …]
|
D | tgsi_util.c | 62 case TGSI_CHAN_Z: in tgsi_util_get_src_register_swizzle()
|
D | tgsi_exec.h | 42 #define TGSI_CHAN_Z 2 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 248 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()
|