Home
last modified time | relevance | path

Searched refs:vrend_resource (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/
Dvrend_object.h30 struct vrend_resource;
49 struct vrend_resource *res);
52 struct vrend_resource *vrend_ctx_resource_lookup(struct util_hash_table *res_hash,
Dvrend_renderer.h66 struct vrend_resource { struct
349 void vrend_fb_bind_texture_id(struct vrend_resource *res,
407 void vrend_renderer_resource_destroy(struct vrend_resource *res);
410 vrend_resource_reference(struct vrend_resource **ptr, struct vrend_resource *tex) in vrend_resource_reference()
412 struct vrend_resource *old_tex = *ptr; in vrend_resource_reference()
463 void vrend_fb_bind_texture(struct vrend_resource *res,
472 struct vrend_resource *src_res,
473 struct vrend_resource *dst_res,
Dvrend_renderer.c109 struct vrend_resource *res;
438 struct vrend_resource base;
451 struct vrend_resource *texture;
464 struct vrend_resource *buffer;
477 struct vrend_resource *texture;
495 struct vrend_resource *texture;
499 struct vrend_resource *res;
505 struct vrend_resource *res;
748 static struct vrend_resource *vrend_renderer_ctx_res_lookup(struct vrend_context *ctx, int res_hand…
759 struct vrend_resource *res,
[all …]
Dvrend_object.c134 struct vrend_resource *res) in vrend_ctx_resource_insert()
145 struct vrend_resource *vrend_ctx_resource_lookup(struct util_hash_table *res_hash, in vrend_ctx_resource_lookup()
Dvrend_blitter.c424 struct vrend_resource *src_res, in get_texcoords()
462 struct vrend_resource *src_res, in blitter_set_texcoords()
564 static void calc_src_deltas_for_bounds(struct vrend_resource *src_res, in calc_src_deltas_for_bounds()
608 struct vrend_resource *src_res, in blitter_set_points()
609 struct vrend_resource *dst_res, in blitter_set_points()
640 static void vrend_set_tex_param(struct vrend_resource *src_res, in vrend_set_tex_param()
696 struct vrend_resource *src_res, in vrend_renderer_blit_gl()
697 struct vrend_resource *dst_res, in vrend_renderer_blit_gl()
Dvirglrenderer.c93 vrend_renderer_resource_destroy((struct vrend_resource *)pipe_res); in virgl_renderer_resource_create_internal()
842 vrend_renderer_resource_destroy((struct vrend_resource *)blob.u.pipe_resource); in virgl_renderer_resource_create_blob()