| /third_party/libdrm/tests/tegra/ |
| D | vic40.c | 51 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
|
| D | vic41.c | 51 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
|
| D | vic42.c | 51 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
|
| D | vic-blit.c | 35 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
|
| D | vic-flip.c | 35 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
|
| D | vic30.c | 56 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
|
| D | vic.c | 50 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()
|
| D | vic.h | 144 struct vic { struct 148 const struct vic_ops *ops; argument 153 struct vic **vicp); argument
|
| D | vic-clear.c | 50 struct vic *vic; in main() local
|