Home
last modified time | relevance | path

Searched defs:vic (Results 1 – 9 of 9) sorted by relevance

/third_party/libdrm/tests/tegra/
Dvic40.c51 struct vic40 *vic = container_of(v, struct vic40, base); in vic40_fill() local
91 struct vic40 *vic = container_of(v, struct vic40, base); in vic40_blit() local
160 struct vic40 *vic = container_of(v, struct vic40, base); in vic40_flip() local
231 struct vic40 *vic = container_of(v, struct vic40, base); in vic40_execute() local
252 struct vic40 *vic = container_of(v, struct vic40, base); in vic40_free() local
276 struct vic40 *vic; in vic40_new() local
Dvic41.c51 struct vic41 *vic = container_of(v, struct vic41, base); in vic41_fill() local
91 struct vic41 *vic = container_of(v, struct vic41, base); in vic41_blit() local
160 struct vic41 *vic = container_of(v, struct vic41, base); in vic41_flip() local
231 struct vic41 *vic = container_of(v, struct vic41, base); in vic41_execute() local
256 struct vic41 *vic = container_of(v, struct vic41, base); in vic41_free() local
280 struct vic41 *vic; in vic41_new() local
Dvic42.c51 struct vic42 *vic = container_of(v, struct vic42, base); in vic42_fill() local
91 struct vic42 *vic = container_of(v, struct vic42, base); in vic42_blit() local
160 struct vic42 *vic = container_of(v, struct vic42, base); in vic42_flip() local
231 struct vic42 *vic = container_of(v, struct vic42, base); in vic42_execute() local
256 struct vic42 *vic = container_of(v, struct vic42, base); in vic42_free() local
280 struct vic42 *vic; in vic42_new() local
Dvic-blit.c35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, in clear()
104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill()
174 static int blit(struct vic *vic, struct drm_tegra_channel *channel, in blit()
252 struct vic *vic; in main() local
Dvic-flip.c35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, in clear()
104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill()
174 static int flip(struct vic *vic, struct drm_tegra_channel *channel, in flip()
252 struct vic *vic; in main() local
Dvic30.c56 struct vic30 *vic = container_of(v, struct vic30, base); in vic30_fill() local
105 struct vic30 *vic = container_of(v, struct vic30, base); in vic30_blit() local
213 struct vic30 *vic = container_of(v, struct vic30, base); in vic30_flip() local
323 struct vic30 *vic = container_of(v, struct vic30, base); in vic30_execute() local
345 struct vic30 *vic = container_of(v, struct vic30, base); in vic30_free() local
372 struct vic30 *vic; in vic30_new() local
Dvic.c50 int vic_image_new(struct vic *vic, unsigned int width, unsigned int height, in vic_image_new()
173 void vic_free(struct vic *vic) in vic_free()
179 int vic_clear(struct vic *vic, struct vic_image *output, unsigned int alpha, in vic_clear()
Dvic.h144 struct vic { struct
148 const struct vic_ops *ops; argument
153 struct vic **vicp); argument
Dvic-clear.c50 struct vic *vic; in main() local