Lines Matching refs:srcDepth
545 int srcWidth, int srcHeight, int srcDepth) in copy_image_subdata() argument
548 for (int i = 0; i < srcDepth; ++i) { in copy_image_subdata()
584 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData_no_error() argument
599 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData_no_error()
607 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubData() argument
627 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
635 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubData()
641 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubData()
702 dstDepth = srcDepth; in _mesa_CopyImageSubData()
705 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubData()
735 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubData()
743 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubDataNV_no_error() argument
758 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubDataNV_no_error()
766 GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) in _mesa_CopyImageSubDataNV() argument
785 srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubDataNV()
793 if (!prepare_target_err(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth, in _mesa_CopyImageSubDataNV()
799 if (!prepare_target_err(ctx, dstName, dstTarget, dstLevel, dstZ, srcDepth, in _mesa_CopyImageSubDataNV()
867 srcX, srcY, srcZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
872 dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth, in _mesa_CopyImageSubDataNV()
878 dstLevel, srcWidth, srcHeight, srcDepth); in _mesa_CopyImageSubDataNV()