HomeSort by relevance Sort by last modified time
    Searched refs:fetch_args (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 62 * lp_build_tgsi_action::fetch_args function.
66 /** This is used by the lp_build_tgsi_action::fetch_args function to
96 void (*fetch_args)(struct lp_build_tgsi_context *, member in struct:lp_build_tgsi_action
lp_bld_tgsi.c 245 if (!action->fetch_args) {
248 action->fetch_args(bld_base, &emit_data);
254 if (action->fetch_args) {
255 action->fetch_args(bld_base, &emit_data);
lp_bld_tgsi_action.c 171 dp2_fetch_args, /* fetch_args */
199 dp2a_fetch_args, /* fetch_args */
234 dp3_fetch_args, /* fetch_args */
274 dp4_fetch_args, /* fetch_args */
290 dph_fetch_args, /* fetch_args */
336 dst_fetch_args, /* fetch_args */
380 scalar_unary_fetch_args, /* fetch_args */
484 lit_fetch_args, /* fetch_args */
529 scalar_unary_fetch_args, /* fetch_args */
600 scalar_binary_fetch_args, /* fetch_args */
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 205 .fetch_args = dp_fetch_args,
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 653 .fetch_args = tex_fetch_args,

Completed in 371 milliseconds