Home
last modified time | relevance | path

Searched refs:copyFormat (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h726 SVGA3dSurfaceFormat copyFormat; member
742 SVGA3dSurfaceFormat copyFormat; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1440 const SVGA3dSurfaceFormat copyFormat) in SVGA3D_vgpu10_ResolveCopy() argument
1454 cmd->copyFormat = copyFormat; in SVGA3D_vgpu10_ResolveCopy()
Dsvga_cmd.h704 const SVGA3dSurfaceFormat copyFormat);
/external/swiftshader/src/Vulkan/
DVkImage.cpp423 Format copyFormat = getFormat(aspect); in copy() local
427 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2356 const PixelFormat& copyFormat = getPixelFormat(copyFormatEnum->format); in doCopyInner() local
2357 gl.framebufferTexture2D(GL_FRAMEBUFFER, copyFormat.attachment, GL_TEXTURE_2D, texture2, 0); in doCopyInner()
2380 << copyFormat.attachment << tcu::TestLog::EndMessage; in doCopyInner()
2389 << copyFormat.attachment << tcu::TestLog::EndMessage; in doCopyInner()
/external/angle/src/libANGLE/
DvalidationES3.cpp1054 const InternalFormat &copyFormat = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase() local
1055 if (!IsValidES3CopyTexImageCombination(copyFormat, framebufferFormat, readFramebufferID)) in ValidateES3CopyTexImageParametersBase()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3016 const angle::Format &copyFormat = in stageSubresourceUpdateFromFramebuffer() local
3018 PackPixelsParams params(clippedRectangle, copyFormat, static_cast<GLuint>(outputRowPitch), in stageSubresourceUpdateFromFramebuffer()