Searched refs:paddedParamSize (Results 1 – 1 of 1) sorted by relevance
3510 const uint32_t paddedParamSize = computeParamVOffset(p); in Effect_command() local3511 if ((EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) < paddedParamSize) || in Effect_command()3512 (EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) - paddedParamSize < in Effect_command()3517 uint32_t expectedReplySize = sizeof(effect_param_t) + paddedParamSize + p->vsize; in Effect_command()3529 uint32_t voffset = paddedParamSize; in Effect_command()