| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | nv20.c | 30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, u32 flags, struct nvkm_fb_tile *tile) nv20_fb_tile_init() argument 43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, struct nvkm_fb_tile *tile) nv20_fb_tile_comp() argument 60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) nv20_fb_tile_fini() argument 70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) nv20_fb_tile_prog() argument [all...] |
| H A D | priv.h | 32 } tile; member
|
| H A D | base.c | 35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini() argument 48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog() argument 41 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, u32 pitch, u32 flags, struct nvkm_fb_tile *tile) nvkm_fb_tile_init() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | nv20.c | 30 nv20_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, u32 flags, struct nvkm_fb_tile *tile) nv20_fb_tile_init() argument 43 nv20_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, struct nvkm_fb_tile *tile) nv20_fb_tile_comp() argument 60 nv20_fb_tile_fini(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) nv20_fb_tile_fini() argument 70 nv20_fb_tile_prog(struct nvkm_fb *fb, int i, struct nvkm_fb_tile *tile) nv20_fb_tile_prog() argument [all...] |
| H A D | nv30.c | 30 nv30_fb_tile_init(struct nvkm_fb *fb, int i, u32 addr, u32 size, u32 pitch, u32 flags, struct nvkm_fb_tile *tile) nv30_fb_tile_init() argument 49 nv30_fb_tile_comp(struct nvkm_fb *fb, int i, u32 size, u32 flags, struct nvkm_fb_tile *tile) nv30_fb_tile_comp() argument [all...] |
| H A D | priv.h | 40 } tile; member
|
| H A D | base.c | 35 nvkm_fb_tile_fini(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_fini() argument 48 nvkm_fb_tile_prog(struct nvkm_fb *fb, int region, struct nvkm_fb_tile *tile) in nvkm_fb_tile_prog() argument 41 nvkm_fb_tile_init(struct nvkm_fb *fb, int region, u32 addr, u32 size, u32 pitch, u32 flags, struct nvkm_fb_tile *tile) nvkm_fb_tile_init() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_tile_cache.c | 207 struct softpipe_tex_cached_tile *tile; in sp_find_cached_tile_tex() local [all...] |
| H A D | sp_quad_depth_test_tmp.h | 61 struct softpipe_cached_tile *tile; in NAME() local
|
| H A D | sp_tile_cache.c | 235 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba() argument 284 clear_tile(struct softpipe_cached_tile *tile, enum pipe_format format, uint64_t clear_value) clear_tile() argument 422 struct softpipe_cached_tile *tile = tc->entries[pos]; sp_flush_tile_cache() local 451 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); sp_alloc_tile() local 493 struct softpipe_cached_tile *tile = tc->entries[pos]; sp_find_cached_tile() local [all...] |
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGPattern.cpp | 94 const auto tile = ctx.lengthContext().resolveRect( in onAsPaint() local
|
| /third_party/skia/gm/ |
| H A D | pictureshadertile.cpp | 118 SkRect tile = SkRect::MakeXYWH(tiles[i].x * kPictureSize, variable
|
| H A D | pictureshader.cpp | 212 SkRect tile = SkRect::MakeWH(100, 100); in DEF_SIMPLE_GM() local
|
| H A D | image_shader.cpp | 131 const SkTileMode tile = SkTileMode::kRepeat; in testImage() local
|
| H A D | drawquadset.cpp | 62 SkRect tile = SkRect::MakeWH(kTileWidth, kTileHeight); in draw_gradient_tiles() local 113 SkRect tile = SkRect::MakeXYWH(j * kTileWidth, i * kTileHeight, kTileWidth, kTileHeight); in draw_color_tiles() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | engine.h | 27 void (*tile)(struct nvkm_engine *, int region, struct nvkm_fb_tile *); member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | priv.h | 23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *); member
|
| H A D | base.c | 65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | base.c | 65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile() argument
|
| H A D | nv40.c | 173 nv40_gr_tile(struct nvkm_gr *base, int i, struct nvkm_fb_tile *tile) in nv40_gr_tile() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_gmem.h | 65 struct fd_tile tile[2048]; member
|
| /third_party/mesa3d/src/gallium/winsys/i915/drm/ |
| H A D | i915_drm_buffer.c | 99 uint32_t tile = 0, swizzle = 0; in i915_drm_buffer_from_handle() local
|
| /third_party/skia/fuzz/ |
| H A D | FuzzCreateDDL.cpp | 167 SkRect tile; in make_ddl() local
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-picolcd_fb.c | 90 picolcd_fb_send_tile(struct picolcd_data *data, u8 *vbitmap, int chip, int tile) picolcd_fb_send_tile() argument 141 picolcd_fb_update_tile(u8 *vbitmap, const u8 *bitmap, int bpp, int chip, int tile) picolcd_fb_update_tile() argument 227 int chip, tile, n; picolcd_fb_update() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.h | 41 struct nouveau_drm_tile *tile; member
|