/external/libusb/examples/ |
D | fxload.c | 91 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()
|
D | ezusb.h | 97 const char *path, int fx_type, int img_type, int stage); 111 const char *path, int fx_type, int img_type, int config);
|
D | ezusb.c | 718 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/ |
D | e2image.c | 1468 int img_type = 0; in main() local 1496 if (img_type) in main() 1498 img_type |= E2IMAGE_QCOW2; in main() 1501 if (img_type) in main() 1503 img_type |= E2IMAGE_RAW; in main() 1538 if (all_data && !img_type) { in main() 1543 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) { in main() 1548 if (move_mode && img_type != E2IMAGE_RAW) { in main() 1569 if (img_type && !ignore_rw_mount && in main() 1581 install_image(device_name, image_fn, img_type); in main() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_send.py | 575 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt… 580 …%s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPt… 615 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"): 697 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP": 730 …%s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output… 769 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP": 790 …adPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name) 792 …dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name)
|
D | glX_proto_common.py | 61 …lImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
D | glX_proto_size.py | 568 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]: 582 …print ' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img…
|
D | gl_API.dtd | 64 img_type NMTOKEN #IMPLIED attribute 112 img_type - name of parameter used as the pixel data type.
|
D | glX_proto_recv.py | 503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
D | gl_XML.py | 462 self.img_type = element.get('img_type')
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, in build_nir_itob_compute_shader() local 59 img_type, "out_img"); in build_nir_itob_compute_shader() 270 const struct glsl_type *img_type = glsl_sampler_type(dim, in build_nir_btoi_compute_shader() local 285 img_type, "out_img"); in build_nir_btoi_compute_shader() 490 const struct glsl_type *img_type = glsl_sampler_type(dim, in build_nir_itoi_compute_shader() local 505 img_type, "out_img"); in build_nir_itoi_compute_shader() 702 const struct glsl_type *img_type = glsl_sampler_type(dim, in build_nir_cleari_compute_shader() local 713 img_type, "out_img"); in build_nir_cleari_compute_shader()
|
D | radv_meta_resolve_cs.c | 82 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_resolve_compute_shader() local 99 img_type, "out_img"); in build_resolve_compute_shader()
|
D | radv_meta_fast_clear.c | 40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader() local 57 img_type, "out_img"); in build_dcc_decompress_compute_shader()
|
/external/u-boot/common/ |
D | image.c | 1308 static void fit_loadable_process(uint8_t img_type, in fit_loadable_process() argument 1320 if (fit_loadable_handler->type == img_type) in fit_loadable_process() 1343 uint8_t img_type; in boot_get_loadable() local 1390 &img_type); in boot_get_loadable() 1396 fit_loadable_process(img_type, img_data, img_len); in boot_get_loadable()
|