Home
last modified time | relevance | path

Searched refs:img_type (Results 1 – 12 of 12) sorted by relevance

/external/libusb/examples/
Dfxload.c91 int fx_type = FX_TYPE_UNDEFINED, img_type[ARRAYSIZE(path)]; in main() local
268 img_type[i] = IMG_TYPE_HEX; in main()
270 img_type[i] = IMG_TYPE_IIC; in main()
272 img_type[i] = IMG_TYPE_BIX; in main()
274 img_type[i] = IMG_TYPE_IMG; in main()
281 logerror("%s: type %s\n", path[i], img_name[img_type[i]]); in main()
288 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0); in main()
293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0); in main()
298 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1); in main()
Dezusb.h97 const char *path, int fx_type, int img_type, int stage);
111 const char *path, int fx_type, int img_type, int config);
Dezusb.c718 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int s… in ezusb_load_ram() argument
738 if (img_type == IMG_TYPE_IIC) { in ezusb_load_ram()
788 status = parse[img_type](image, &ctx, is_external, ram_poke); in ezusb_load_ram()
/external/e2fsprogs/misc/
De2image.c1456 int img_type = 0; in main() local
1484 if (img_type) in main()
1486 img_type |= E2IMAGE_QCOW2; in main()
1489 if (img_type) in main()
1491 img_type |= E2IMAGE_RAW; in main()
1526 if (all_data && !img_type) { in main()
1531 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) { in main()
1536 if (move_mode && img_type != E2IMAGE_RAW) { in main()
1557 if (img_type && !ignore_rw_mount && in main()
1569 install_image(device_name, image_fn, img_type); in main()
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py576 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt…
581 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt…
616 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
698 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP":
731 …%s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output…
770 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP":
791 …adPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name)
793 …dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name)
DglX_proto_common.py62 …lImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
DglX_proto_size.py569 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]:
583 …print ' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img…
Dgl_API.dtd62 img_type NMTOKEN #IMPLIED attribute
110 img_type - name of parameter used as the pixel data type.
DglX_proto_recv.py504 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
Dgl_XML.py463 self.img_type = element.get('img_type')
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader() local
55 img_type, "out_img"); in build_nir_itob_compute_shader()
237 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_btoi_compute_shader() local
252 img_type, "out_img"); in build_nir_btoi_compute_shader()
432 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_itoi_compute_shader() local
447 img_type, "out_img"); in build_nir_itoi_compute_shader()
617 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_nir_cleari_compute_shader() local
628 img_type, "out_img"); in build_nir_cleari_compute_shader()
Dradv_meta_resolve_cs.c44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_resolve_compute_shader() local
61 img_type, "out_img"); in build_resolve_compute_shader()