OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etna_cmd_stream_new
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/tests/etnaviv/
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);
etnaviv_2d_test.c
205
stream =
etna_cmd_stream_new
(pipe, 0x300, NULL, NULL);
/external/libdrm/etnaviv/
etnaviv-symbol-check
38
etna_cmd_stream_new
etnaviv_drmif.h
142
struct etna_cmd_stream *
etna_cmd_stream_new
(struct etna_pipe *pipe, uint32_t size,
etnaviv_cmd_stream.c
58
struct etna_cmd_stream *
etna_cmd_stream_new
(struct etna_pipe *pipe, uint32_t size,
function
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_context.c
430
ctx->stream =
etna_cmd_stream_new
(screen->pipe, 0x2000, &etna_cmd_stream_reset_notify, ctx);
Completed in 1769 milliseconds