Home
last modified time | relevance | path

Searched refs:ptarg (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj.h79 nv50_so_target(struct pipe_stream_output_target *ptarg) in nv50_so_target() argument
81 return (struct nv50_so_target *)ptarg; in nv50_so_target()
Dnv50_state.c1158 struct pipe_stream_output_target *ptarg, in nva0_so_target_save_offset() argument
1161 struct nv50_so_target *targ = nv50_so_target(ptarg); in nva0_so_target_save_offset()
1176 struct pipe_stream_output_target *ptarg) in nv50_so_target_destroy() argument
1178 struct nv50_so_target *targ = nv50_so_target(ptarg); in nv50_so_target_destroy()
Dnv50_surface.c882 enum pipe_texture_target ptarg) in nv50_blitter_make_fp() argument
889 const unsigned target = nv50_blit_get_tgsi_texture_target(ptarg); in nv50_blitter_make_fp()
922 if (ptarg == PIPE_TEXTURE_1D_ARRAY) { in nv50_blitter_make_fp()
1081 const enum pipe_texture_target ptarg = in nv50_blit_select_fp() local
1084 const unsigned targ = nv50_blit_texture_type(ptarg); in nv50_blit_select_fp()
1091 nv50_blitter_make_fp(&ctx->nv50->base.pipe, mode, ptarg); in nv50_blit_select_fp()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_stateobj.h78 nvc0_so_target(struct pipe_stream_output_target *ptarg) in nvc0_so_target() argument
80 return (struct nvc0_so_target *)ptarg; in nvc0_so_target()
Dnvc0_state.c1074 struct pipe_stream_output_target *ptarg, in nvc0_so_target_save_offset() argument
1077 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_save_offset()
1093 struct pipe_stream_output_target *ptarg) in nvc0_so_target_destroy() argument
1095 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_destroy()
Dnvc0_surface.c890 const enum pipe_texture_target ptarg = in nvc0_blit_select_fp() local
893 const unsigned targ = nv50_blit_texture_type(ptarg); in nvc0_blit_select_fp()
900 nv50_blitter_make_fp(&ctx->nvc0->base.pipe, mode, ptarg); in nvc0_blit_select_fp()