Home
last modified time | relevance | path

Searched refs:TGSI_CHAN_X (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c2280 FETCH(&r[last], 1, TGSI_CHAN_X); in exec_tex()
2309 FETCH(&r[i], 0, TGSI_CHAN_X + i); in exec_tex()
2319 FETCH(&r[shadow_ref], shadow_ref / 4, TGSI_CHAN_X + (shadow_ref % 4)); in exec_tex()
2373 FETCH(&coords[i], 0, TGSI_CHAN_X + i); in exec_lodq()
2389 store_dest(mach, &r[0], &inst->Dst[0], inst, TGSI_CHAN_X, in exec_lodq()
2417 store_dest(mach, &r[0], &inst->Dst[0], inst, TGSI_CHAN_X, in exec_lodq()
2443 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2445 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
2457 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_txd()
2461 fetch_assign_deriv_channel(mach, inst, 1, TGSI_CHAN_X, derivs[0]); in exec_txd()
[all …]
Dtgsi_util.c58 case TGSI_CHAN_X: in tgsi_util_get_src_register_swizzle()
Dtgsi_exec.h40 #define TGSI_CHAN_X 0 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c81 0, TGSI_CHAN_X); in scalar_binary_fetch_args()
84 1, TGSI_CHAN_X); in scalar_binary_fetch_args()
264 emit_data->output[TGSI_CHAN_X] = bld_base->base.one; in dst_emit()
308 emit_data->output[TGSI_CHAN_X] = lp_build_emit_llvm_unary(bld_base, in exp_emit()
351 0, TGSI_CHAN_X); in kil_fetch_args()
383 emit_data->args[0] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_X); in lit_fetch_args()
400 emit_data->output[TGSI_CHAN_X] = bld_base->base.one; in lit_emit()
453 emit_data->output[TGSI_CHAN_X] = flr_log_abs_x; in log_emit()
484 0, TGSI_CHAN_X); in pk2h_fetch_args()
1634 emit_data->output[TGSI_CHAN_X] = p_floor_log2; in log_emit_cpu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c617 0, TGSI_CHAN_X); in pk2h_fetch_args()
640 0, TGSI_CHAN_X); in up2h_fetch_args()
694 emit_data->args[0] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_X); in dfracexp_fetch_args()
Dsi_shader_tgsi_mem.c1233 address = lp_build_emit_fetch(bld_base, inst, 0, TGSI_CHAN_X); in txq_fetch_args()
1286 emit_data->args[2] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_X); in tex_fetch_args()
1337 address[count++] = lp_build_emit_fetch(bld_base, inst, 1, TGSI_CHAN_X); in tex_fetch_args()
1344 z = lp_build_emit_fetch(bld_base, inst, 1, TGSI_CHAN_X); in tex_fetch_args()
1494 address[count++] = lp_build_emit_fetch(bld_base, inst, 1, TGSI_CHAN_X); in tex_fetch_args()
Dsi_shader.c4018 TGSI_CHAN_X); in interp_fetch_args()
4032 emit_data->inst, 1, TGSI_CHAN_X); in interp_fetch_args()
4241 tmp = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_X); in ballot_emit()
4258 1, TGSI_CHAN_X); in read_invoc_fetch_args()