Searched defs:img_type (Results 1 - 5 of 5) sorted by relevance

/external/libusb/examples/
H A Dfxload.c91 int fx_type = FX_TYPE_UNDEFINED, img_type[ARRAYSIZE(path)]; local
268 img_type[i] = IMG_TYPE_HEX;
270 img_type[i] = IMG_TYPE_IIC;
272 img_type[i] = IMG_TYPE_BIX;
274 img_type[i] = IMG_TYPE_IMG;
281 logerror("%s: type %s\n", path[i], img_name[img_type[i]]);
288 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 0);
293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0);
298 status = ezusb_load_ram(device, path[FIRMWARE], fx_type, img_type[FIRMWARE], 1);
H A Dezusb.c718 int ezusb_load_ram(libusb_device_handle *device, const char *path, int fx_type, int img_type, int stage) argument
738 if (img_type == IMG_TYPE_IIC) {
788 status = parse[img_type](image, &ctx, is_external, ram_poke);
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
61 img_type, "out_img");
H A Dradv_meta_bufimage.c40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local
55 img_type, "out_img");
237 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
252 img_type, "out_img");
432 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
447 img_type, "out_img");
617 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local
628 img_type, "out_img");
/external/e2fsprogs/misc/
H A De2image.c1456 int img_type = 0; local
1484 if (img_type)
1486 img_type |= E2IMAGE_QCOW2;
1489 if (img_type)
1491 img_type |= E2IMAGE_RAW;
1526 if (all_data && !img_type) {
1531 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) {
1536 if (move_mode && img_type != E2IMAGE_RAW) {
1557 if (img_type && !ignore_rw_mount &&
1569 install_image(device_name, image_fn, img_type);
[all...]

Completed in 163 milliseconds