Searched refs:TGSI_CHAN_Z (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1963 case TGSI_CHAN_Z: in store_dest_dstret() 2483 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2515 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2534 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2539 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd() 2589 IFETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txf() 2753 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2771 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2842 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d() 2858 FETCH(&r[2], 0, TGSI_CHAN_Z); 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 | 307 0, TGSI_CHAN_Z); in dst_fetch_args() 331 emit_data->output[TGSI_CHAN_Z] = emit_data->args[1]; /* src0.z */ in dst_emit() 375 emit_data->output[TGSI_CHAN_Z] = lp_build_emit_llvm_unary(bld_base, in exp_emit() 416 0, TGSI_CHAN_Z); in kil_fetch_args() 478 emit_data->output[TGSI_CHAN_Z] = lp_build_emit_llvm_ternary(bld_base, in lit_emit() 523 emit_data->output[TGSI_CHAN_Z] = log_abs_x; in log_emit() 762 emit_data->output[TGSI_CHAN_Z] = bld_base->base.zero; in scs_emit() 963 emit_data->output[TGSI_CHAN_Z] = xpd_helper(bld_base, in xpd_emit() 1784 emit_data->output[TGSI_CHAN_Z] = p_log2; in log_emit_cpu()
|