Searched refs:etna_cmd_stream_new (Results 1 – 9 of 9) 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 | 254 stream = etna_cmd_stream_new(pipe, 0x300, NULL, NULL); in main()
|
/external/mesa3d/src/etnaviv/drm/tests/ |
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()
|
/external/libdrm/etnaviv/ |
D | etnaviv-symbols.txt | 25 etna_cmd_stream_new
|
D | etnaviv_drmif.h | 140 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
D | etnaviv_cmd_stream.c | 58 drm_public struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new() function
|
/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_drmif.h | 143 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
|
D | etnaviv_cmd_stream.c | 88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new() function
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 569 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000, in etna_context_create()
|