Searched refs:etna_cmd_stream_new (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/etnaviv/ |
| H A D | etnaviv_cmd_stream_test.c | 41 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 D | etnaviv_2d_test.c | 254 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 D | etnaviv_cmd_stream_test.c | 41 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 D | etnaviv_drmif.h | 140 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
| H A D | etnaviv_cmd_stream.c | 58 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 D | etnaviv_drmif.h | 147 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
| H A D | etnaviv_cmd_stream.c | 88 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 D | etnaviv_context.c | 433 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 D | etnaviv_context.c | 600 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000,
|
Completed in 9 milliseconds