Home
last modified time | relevance | path

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

/external/libdrm/tests/etnaviv/
Detnaviv_cmd_stream_test.c41 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()
Detnaviv_2d_test.c254 stream = etna_cmd_stream_new(pipe, 0x300, NULL, NULL); in main()
/external/mesa3d/src/etnaviv/drm/tests/
Detnaviv_cmd_stream_test.c41 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/
Detnaviv-symbols.txt25 etna_cmd_stream_new
Detnaviv_drmif.h140 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
Detnaviv_cmd_stream.c58 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/
Detnaviv_drmif.h143 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, uint32_t size,
Detnaviv_cmd_stream.c88 struct etna_cmd_stream *etna_cmd_stream_new(struct etna_pipe *pipe, in etna_cmd_stream_new() function
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c569 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000, in etna_context_create()