Searched refs:paddedParamSize (Results 1 – 1 of 1) sorted by relevance
3402 const uint32_t paddedParamSize = computeParamVOffset(p); in Effect_command() local3403 if ((EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) < paddedParamSize) || in Effect_command()3404 (EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) - paddedParamSize < in Effect_command()3409 uint32_t expectedReplySize = sizeof(effect_param_t) + paddedParamSize + p->vsize; in Effect_command()3421 uint32_t voffset = paddedParamSize; in Effect_command()