Home
last modified time | relevance | path

Searched defs:tile (Results 26 - 50 of 139) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv20.c30 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 Dpriv.h32 } tile; member
H A Dbase.c35 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 Dnv20.c30 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 Dnv30.c30 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 Dpriv.h40 } tile; member
H A Dbase.c35 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 Dsp_tex_tile_cache.c207 struct softpipe_tex_cached_tile *tile; in sp_find_cached_tile_tex() local
[all...]
H A Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile; in NAME() local
H A Dsp_tile_cache.c235 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 DSkSVGPattern.cpp94 const auto tile = ctx.lengthContext().resolveRect( in onAsPaint() local
/third_party/skia/gm/
H A Dpictureshadertile.cpp118 SkRect tile = SkRect::MakeXYWH(tiles[i].x * kPictureSize, variable
H A Dpictureshader.cpp212 SkRect tile = SkRect::MakeWH(100, 100); in DEF_SIMPLE_GM() local
H A Dimage_shader.cpp131 const SkTileMode tile = SkTileMode::kRepeat; in testImage() local
H A Ddrawquadset.cpp62 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 Dengine.h27 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 Dpriv.h23 void (*tile)(struct nvkm_gr *, int region, struct nvkm_fb_tile *); member
H A Dbase.c65 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 Dbase.c65 nvkm_gr_tile(struct nvkm_engine *engine, int region, struct nvkm_fb_tile *tile) in nvkm_gr_tile() argument
H A Dnv40.c173 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 Dfreedreno_gmem.h65 struct fd_tile tile[2048]; member
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_buffer.c99 uint32_t tile = 0, swizzle = 0; in i915_drm_buffer_from_handle() local
/third_party/skia/fuzz/
H A DFuzzCreateDDL.cpp167 SkRect tile; in make_ddl() local
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-picolcd_fb.c90 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 Dnouveau_bo.h41 struct nouveau_drm_tile *tile; member

Completed in 10 milliseconds

123456