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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h94 struct fd_stream_output_target { struct
560 static inline struct fd_stream_output_target *
561 fd_stream_output_target(struct pipe_stream_output_target *target) function in typeref:struct:fd_stream_output_target *
563 return (struct fd_stream_output_target *)target;
H A Dfreedreno_state.c521 struct fd_stream_output_target *target;
524 target = CALLOC_STRUCT(fd_stream_output_target);
549 struct fd_stream_output_target *cso = fd_stream_output_target(target);
H A Dfreedreno_draw.c225 batch, fd_stream_output_target(indirect->count_from_stream_output)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c51 struct fd_stream_output_target *target =
52 fd_stream_output_target(indirect->count_from_stream_output);
H A Dfd6_emit.c869 struct fd_stream_output_target *target =
870 fd_stream_output_target(so->targets[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c739 struct fd_stream_output_target *target =
740 fd_stream_output_target(so->targets[i]);

Completed in 9 milliseconds