Lines Matching defs:operation

48 	astcenc_operation operation;
119 /** @brief Decode table for command line operation modes. */
448 * @param[out] operation Codec operation mode.
456 astcenc_operation& operation,
462 operation = ASTCENC_OP_UNKNOWN;
469 operation = modes[i].operation;
475 if (operation == ASTCENC_OP_UNKNOWN)
477 print_error("ERROR: Unrecognized operation '%s'\n", argv[1]);
489 * @param operation Codec operation mode.
491 * @param comp_image Compressed image if a decompress operation.
492 * @param[out] preprocess Image preprocess operation.
501 astcenc_operation operation,
511 if (operation == ASTCENC_OP_DECOMPRESS)
523 if (operation & ASTCENC_STAGE_COMPRESS)
640 if (operation == ASTCENC_OP_DECOMPRESS)
684 * @param operation Codec operation.
693 const astcenc_operation operation,
698 int argidx = (operation & ASTCENC_STAGE_COMPRESS) ? 6 : 4;
1140 if (!(operation & ASTCENC_STAGE_COMPRESS))
1957 astcenc_operation operation;
1959 int error = parse_commandline_options(argc, argv, operation, profile);
1965 switch (operation)
1997 if (operation & ASTCENC_STAGE_LD_COMP)
2035 error = init_astcenc_config(argc, argv, profile, operation, image_comp, preprocess, config);
2046 error = edit_astcenc_config(argc, argv, operation, cli_config, config);
2071 if (operation & ASTCENC_STAGE_DECOMPRESS)
2093 if (operation & ASTCENC_STAGE_ST_NCOMP)
2105 if (operation & ASTCENC_STAGE_ST_COMP)
2130 if (operation & ASTCENC_STAGE_LD_NCOMP)
2209 if (operation & ASTCENC_STAGE_COMPRESS)
2310 if (operation & ASTCENC_STAGE_DECOMPRESS)
2361 if (operation & ASTCENC_STAGE_COMPARE)
2371 if (operation & ASTCENC_STAGE_ST_COMP)
2403 if (operation & ASTCENC_STAGE_ST_NCOMP)
2429 if ((operation & ASTCENC_STAGE_COMPARE) || (!cli_config.silentmode))
2442 if (operation & ASTCENC_STAGE_COMPRESS)
2450 if (operation & ASTCENC_STAGE_DECOMPRESS)