Home
last modified time | relevance | path

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

/third_party/mesa3d/src/etnaviv/drm/tests/
H A 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()
/third_party/libdrm/tests/etnaviv/
H A 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()
H A Detnaviv_2d_test.c254 stream = etna_cmd_stream_new(pipe, 0x300, NULL, NULL); in main()
256 perror("etna_cmd_stream_new"); in main()
/third_party/libdrm/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, in etna_cmd_stream_new() function
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_drmif.h152 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, in etna_cmd_stream_new() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_context.c582 ctx->stream = etna_cmd_stream_new(screen->pipe, 0x2000, in etna_context_create()

Completed in 4 milliseconds