Lines Matching refs:srcDepth
540 int srcWidth, int srcHeight, int srcDepth) in copy_image_subdata() argument
543 for (int i = 0; i < srcDepth; ++i) { in copy_image_subdata()
579 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData_no_error() argument
594 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error()
602 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData() argument
622 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
630 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
636 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
697 dstDepth = srcDepth; in _mesa_CopyImageSubData()
700 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
730 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()