Searched refs:etna_cmd_stream_new (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/etnaviv/ |
D | etnaviv_cmd_stream_test.c | 41 stream = etna_cmd_stream_new(NULL, 0, NULL, NULL); in test_avail() 44 stream = etna_cmd_stream_new(NULL, 4, NULL, NULL); in test_avail() 49 stream = etna_cmd_stream_new(NULL, 20, NULL, NULL); in test_avail() 55 stream = etna_cmd_stream_new(NULL, 1, NULL, NULL); in test_avail() 60 stream = etna_cmd_stream_new(NULL, 23, NULL, NULL); in test_avail() 74 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL); in test_emit() 98 stream = etna_cmd_stream_new(NULL, 6, NULL, NULL); in test_offset()
|
D | etnaviv_2d_test.c | 209 stream = etna_cmd_stream_new(pipe, 0x300, NULL, NULL); in main()
|
/external/libdrm/etnaviv/ |
D | etnaviv-symbol-check | 38 etna_cmd_stream_new
|
D | etnaviv_drmif.h | 139 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
D | etnaviv_cmd_stream.c | 62 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size, in etna_cmd_stream_new() function
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 264 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000, &etna_cmd_stream_reset_notify, ctx); in etna_context_create()
|