Searched refs:fetch_args (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h62 * lp_build_tgsi_action::fetch_args function.
66 /** This is used by the lp_build_tgsi_action::fetch_args function to
101 void (*fetch_args)(struct lp_build_tgsi_context *, member in struct:lp_build_tgsi_action
H A Dlp_bld_tgsi.c289 if (!action->fetch_args) {
292 action->fetch_args(bld_base, &emit_data);
298 if (action->fetch_args) {
299 action->fetch_args(bld_base, &emit_data);
H A Dlp_bld_tgsi_action.c173 dp2_fetch_args, /* fetch_args */
201 dp2a_fetch_args, /* fetch_args */
236 dp3_fetch_args, /* fetch_args */
276 dp4_fetch_args, /* fetch_args */
292 dph_fetch_args, /* fetch_args */
338 dst_fetch_args, /* fetch_args */
382 scalar_unary_fetch_args, /* fetch_args */
486 lit_fetch_args, /* fetch_args */
530 scalar_unary_fetch_args, /* fetch_args */
571 pk2h_fetch_args, /* fetch_args */
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c827 bld_base->op_actions[TGSI_OPCODE_KILL_IF].fetch_args = kill_if_fetch_args;
843 bld_base->op_actions[TGSI_OPCODE_PK2H].fetch_args = pk2h_fetch_args;
881 bld_base->op_actions[TGSI_OPCODE_UP2H].fetch_args = up2h_fetch_args;
H A Dsi_shader.c5471 .fetch_args = tex_fetch_args,
5476 .fetch_args = interp_fetch_args,
6741 bld_base->op_actions[TGSI_OPCODE_TXQ].fetch_args = txq_fetch_args;
6747 bld_base->op_actions[TGSI_OPCODE_LOAD].fetch_args = load_fetch_args;
6749 bld_base->op_actions[TGSI_OPCODE_STORE].fetch_args = store_fetch_args;
6751 bld_base->op_actions[TGSI_OPCODE_RESQ].fetch_args = resq_fetch_args;
6754 tmpl.fetch_args = atomic_fetch_args;

Completed in 451 milliseconds