Home
last modified time | relevance | path

Searched refs:vtest_context (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/vtest/
Dvtest_renderer.c56 struct vtest_context { struct
85 struct vtest_context *current_context; argument
277 static void vtest_free_context(struct vtest_context *ctx, bool cleanup);
282 struct vtest_context *ctx, *tmp; in vtest_cleanup_renderer()
300 static struct vtest_context *vtest_new_context(struct vtest_input *input, in vtest_new_context()
303 struct vtest_context *ctx; in vtest_new_context()
321 ctx = LIST_ENTRY(struct vtest_context, renderer.free_contexts.next, head); in vtest_new_context()
337 static void vtest_free_context(struct vtest_context *ctx, bool cleanup) in vtest_free_context()
348 uint32_t length, struct vtest_context **out_ctx) in vtest_create_context()
350 struct vtest_context *ctx; in vtest_create_context()
[all …]
Dvtest.h30 struct vtest_context;
49 uint32_t length_dw, struct vtest_context **out_ctx);
50 int vtest_lazy_init_context(struct vtest_context *ctx);
51 void vtest_destroy_context(struct vtest_context *ctx);
53 void vtest_set_current_context(struct vtest_context *ctx);
Dvtest_fuzzer.c92 struct vtest_context *context = NULL; in vtest_fuzzer_run_renderer()
Dvtest_server.c66 struct vtest_context *context;