Home
last modified time | relevance | path

Searched defs:img (Results 151 - 175 of 382) sorted by relevance

12345678910>>...16

/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstartup.c286 void *img; in startup_kernel() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h76 struct nvkm_blob img; member
96 u32 img; member
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dredboot.c32 struct fis_image_desc *img; member
39 static inline int redboot_checksum(struct fis_image_desc *img) in redboot_checksum() argument
[all...]
/kernel/linux/linux-6.6/drivers/fpga/tests/
H A Dfpga-mgr-test.c141 char *img; in op_write_sg() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c44 gm200_flcn_pio_dmem_rd(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len) in gm200_flcn_pio_dmem_rd() argument
70 gm200_flcn_pio_dmem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gm200_flcn_pio_dmem_wr() argument
104 gm200_flcn_pio_imem_wr(struct nvkm_falcon *falcon, u8 port, const u8 *img, int len, u16 tag) in gm200_flcn_pio_imem_wr() argument
[all...]
H A Dfw.c206 nvkm_falcon_fw_ctor_hs(const struct nvkm_falcon_fw_func *func, const char *name, struct nvkm_subdev *subdev, const char *bl, const char *img, int ver, struct nvkm_falcon *falcon, struct nvkm_falcon_fw *fw) nvkm_falcon_fw_ctor_hs() argument
299 nvkm_falcon_fw_ctor_hs_v2(const struct nvkm_falcon_fw_func *func, const char *name, struct nvkm_subdev *subdev, const char *img, int ver, struct nvkm_falcon *falcon, struct nvkm_falcon_fw *fw) nvkm_falcon_fw_ctor_hs_v2() argument
H A Dbase.c40 nvkm_falcon_dma_wr(struct nvkm_falcon *falcon, const u8 *img, u64 dma_addr, u32 dma_base, in nvkm_falcon_dma_wr() argument
159 nvkm_falcon_pio_wr(struct nvkm_falcon *falcon, const u8 *img, u32 img_base, u8 port, in nvkm_falcon_pio_wr() argument
124 nvkm_falcon_pio_rd(struct nvkm_falcon *falcon, u8 port, enum nvkm_falcon_mem mem_type, u32 mem_base, const u8 *img, u32 img_base, int len) nvkm_falcon_pio_rd() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c112 static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img, in set_pix_fmt() argument
224 struct vpx_image *img, *img_alpha; vpx_decode() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dxv.c298 XvImage *img = xv->yuv_image; in write_picture() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.h217 VkImage img[AV_NUM_DATA_POINTERS]; member
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c54 VideoMuxData *img = s->priv_data; in write_header() local
80 VideoMuxData *img = s->priv_data; in write_muxed_file() local
118 VideoMuxData *img in write_packet_pipe() local
139 VideoMuxData *img = s->priv_data; write_packet() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c34 _cupsImageReadTIFF( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadTIFF() argument
[all...]
H A Dimage-gif.c66 _cupsImageReadGIF( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadGIF() argument
442 gif_read_image(FILE *fp, cups_image_t *img, gif_cmap_t cmap, int interlace) gif_read_image() argument
[all...]
H A Dimage-private.h114 cups_image_t *img; /* Image to zoom */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c197 write_image_tmu_p0(struct v3d_job *job, struct v3d_cl_out **uniforms, struct v3d_shaderimg_stateobj *img, uint32_t data) write_image_tmu_p0() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp105 validate_object(command_queue &q, image &img, in validate_object() argument
[all...]
H A Dmemory.cpp447 image *img = dynamic_cast<image *>(&mem); in clGetMemObjectInfo() local
488 auto &img = obj<image>(d_mem); in clGetImageInfo() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c760 struct sp_tgsi_image *img = CALLOC_STRUCT(sp_tgsi_image); in sp_create_tgsi_image() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.hpp216 image *img; member in clover::kernel::image_argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c264 const struct gl_texture_image *img = _mesa_base_tex_image(obj); in st_DrawTex() local
H A Dst_draw_feedback.c396 struct pipe_image_view *img = &images[i]; in st_feedback_draw_vbo() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c488 struct gl_texture_image *img = (t->Target == GL_TEXTURE_CUBE_MAP ? in _mesa_is_image_unit_valid() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c468 struct pipe_resource *img = view->resource; in prepare_shader_images() local
606 struct pipe_resource *img = view->resource; llvmpipe_cleanup_stage_images() local
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c133 static int g2d_work(struct g2d_context *ctx, struct g2d_image *img, in g2d_work() argument
219 struct g2d_image img in main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c235 struct pipe_image_view *img = &so->si[n]; variable

Completed in 16 milliseconds

12345678910>>...16