Searched refs:image_texture (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 207 static struct pipe_resource *image_texture(struct vg_image *img) in image_texture() function 388 struct pipe_resource *texture = image_texture(image); in image_sub_data() 556 renderer_texture_quad(ctx->renderer, image_texture(img), in image_draw() 571 u_surface_default_template(&surf_tmpl, image_texture(src), in image_set_pixels() 573 surf = pipe->create_surface(pipe, image_texture(src), &surf_tmpl); in image_set_pixels() 594 u_surface_default_template(&surf_tmpl, image_texture(dst), in image_get_pixels() 596 surf = pipe->create_surface(pipe, image_texture(dst), &surf_tmpl); in image_get_pixels()
|