Lines Matching refs:param
164 * @param profile The profile to check.
188 * @param block_x The block x dimensions.
189 * @param block_y The block y dimensions.
190 * @param block_z The block z dimensions.
220 * @param profile The profile to check.
221 * @param flags The flags to check.
260 * @param swizzle The swizzle to check.
285 * @param swizzle The swizzle to check.
307 * @param swizzle The swizzle to check.
334 * @param swizzle The swizzle to check.
362 * @param[in,out] config The input compressor configuration.
545 #define LERP(param) ((node_a.param * wt_node_a) + (node_b.param * wt_node_b))
546 #define LERPI(param) astc::flt2int_rtn(\
547 (static_cast<float>(node_a.param) * wt_node_a) + \
548 (static_cast<float>(node_b.param) * wt_node_b))
549 #define LERPUI(param) static_cast<unsigned int>(LERPI(param))
820 * @param[out] ctxo The compressor context.
821 * @param thread_index The thread index.
822 * @param image The intput image.
823 * @param swizzle The input swizzle.
824 * @param[out] buffer The output array for the compressed data.
1003 * @param[out] ctx The context.
1004 * @param ag The average and variance arguments created during setup.