Searched refs:etna_cmd_stream_new (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/etnaviv/
H A Detnaviv_cmd_stream_test.c41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL);
44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL);
49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL);
55 stream = etna_cmd_stream_new(NULL, 1, NULL, NULL);
60 stream = etna_cmd_stream_new(NULL, 23, NULL, NULL);
74 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL);
98 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL);
H A Detnaviv_2d_test.c254 stream = etna_cmd_stream_new(pipe, 0x300, NULL, NULL);
256 perror("etna_cmd_stream_new");
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/tests/
H A Detnaviv_cmd_stream_test.c41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL);
44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL);
49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL);
55 stream = etna_cmd_stream_new(NULL, 1, NULL, NULL);
60 stream = etna_cmd_stream_new(NULL, 23, NULL, NULL);
74 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL);
98 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL);
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_drmif.h140 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
H A Detnaviv_cmd_stream.c58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, function in typeref:typename:drm_public struct etna_cmd_stream *
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_drmif.h147 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
H A Detnaviv_cmd_stream.c88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, function in typeref:struct:etna_cmd_stream *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c433 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000, &etna_cmd_stream_reset_notify, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c600 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000,

Completed in 9 milliseconds