OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvc0_so_target
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_stateobj.h
64
struct
nvc0_so_target
{
struct
71
static INLINE struct
nvc0_so_target
*
72
nvc0_so_target
(struct pipe_stream_output_target *ptarg)
function
74
return (struct
nvc0_so_target
*)ptarg;
nvc0_shader_state.c
239
nvc0_so_target
(nvc0->tfbbuf[b])->stride = tfb->stride[b];
252
struct
nvc0_so_target
*targ =
nvc0_so_target
(nvc0->tfbbuf[b]);
nvc0_push.c
345
struct
nvc0_so_target
*targ;
346
targ =
nvc0_so_target
(info->count_from_stream_output);
nvc0_state.c
875
struct
nvc0_so_target
*targ = MALLOC_STRUCT(
nvc0_so_target
);
900
struct
nvc0_so_target
*targ =
nvc0_so_target
(ptarg);
927
nvc0_so_target
(targets[i])->clean = TRUE;
nvc0_query.c
500
struct
nvc0_so_target
*targ =
nvc0_so_target
(ptarg);
nvc0_vbo.c
755
struct
nvc0_so_target
*so =
nvc0_so_target
(info->count_from_stream_output);
nvc0_vbo_translate.c
464
struct
nvc0_so_target
*targ;
465
targ =
nvc0_so_target
(info->count_from_stream_output);
Completed in 808 milliseconds