Searched refs:TGSI_CHAN_Z (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 2245 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2277 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2296 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txd() 2301 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_Z, derivs[2]); in exec_txd() 2351 IFETCH(&r[2], 0, TGSI_CHAN_Z); in exec_txf() 2517 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2535 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample() 2606 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d() 2622 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_sample_d() 2627 fetch_assign_deriv_channel(mach, inst, 3, TGSI_CHAN_Z, deriv in exec_sample_d() [all...] |
H A D | tgsi_exec.h | 42 #define TGSI_CHAN_Z 2 macro
|
H A D | tgsi_util.c | 62 case TGSI_CHAN_Z: in tgsi_util_get_src_register_swizzle()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A 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()
|
Completed in 12 milliseconds