Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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()
H A Dnv50_surface.c902 enum pipe_texture_target ptarg) in nv50_blitter_make_fp()
909 const unsigned target = nv50_blit_get_tgsi_texture_target(ptarg); in nv50_blitter_make_fp()
942 if (ptarg == PIPE_TEXTURE_1D_ARRAY) { in nv50_blitter_make_fp()
1101 const enum pipe_texture_target ptarg = in nv50_blit_select_fp() local
1104 const unsigned targ = nv50_blit_texture_type(ptarg); in nv50_blit_select_fp()
1111 nv50_blitter_make_fp(&ctx->nv50->base.pipe, mode, ptarg); in nv50_blit_select_fp()
900 nv50_blitter_make_fp(struct pipe_context *pipe, unsigned mode, enum pipe_texture_target ptarg) nv50_blitter_make_fp() argument
H A Dnv50_state.c1170 struct pipe_stream_output_target *ptarg, in nva0_so_target_save_offset()
1173 struct nv50_so_target *targ = nv50_so_target(ptarg); in nva0_so_target_save_offset()
1188 struct pipe_stream_output_target *ptarg) in nv50_so_target_destroy()
1190 struct nv50_so_target *targ = nv50_so_target(ptarg); in nv50_so_target_destroy()
1169 nva0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, bool serialize) nva0_so_target_save_offset() argument
1187 nv50_so_target_destroy(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg) nv50_so_target_destroy() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()
H A Dnvc0_state.c1109 struct pipe_stream_output_target *ptarg, in nvc0_so_target_save_offset()
1112 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_save_offset()
1128 struct pipe_stream_output_target *ptarg) in nvc0_so_target_destroy()
1130 struct nvc0_so_target *targ = nvc0_so_target(ptarg); in nvc0_so_target_destroy()
1108 nvc0_so_target_save_offset(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg, unsigned index, bool *serialize) nvc0_so_target_save_offset() argument
1127 nvc0_so_target_destroy(struct pipe_context *pipe, struct pipe_stream_output_target *ptarg) nvc0_so_target_destroy() argument
H A Dnvc0_surface.c910 const enum pipe_texture_target ptarg = in nvc0_blit_select_fp() local
913 const unsigned targ = nv50_blit_texture_type(ptarg); in nvc0_blit_select_fp()
920 nv50_blitter_make_fp(&ctx->nvc0->base.pipe, mode, ptarg); in nvc0_blit_select_fp()

Completed in 11 milliseconds