Searched refs:copyFormat (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 726 SVGA3dSurfaceFormat copyFormat; member 742 SVGA3dSurfaceFormat copyFormat; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1440 const SVGA3dSurfaceFormat copyFormat) in SVGA3D_vgpu10_ResolveCopy() argument 1454 cmd->copyFormat = copyFormat; in SVGA3D_vgpu10_ResolveCopy()
|
D | svga_cmd.h | 704 const SVGA3dSurfaceFormat copyFormat);
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 423 Format copyFormat = getFormat(aspect); in copy() local 427 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 2356 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/ |
D | validationES3.cpp | 1054 const InternalFormat ©Format = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase() local 1055 if (!IsValidES3CopyTexImageCombination(copyFormat, framebufferFormat, readFramebufferID)) in ValidateES3CopyTexImageParametersBase()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 3016 const angle::Format ©Format = in stageSubresourceUpdateFromFramebuffer() local 3018 PackPixelsParams params(clippedRectangle, copyFormat, static_cast<GLuint>(outputRowPitch), in stageSubresourceUpdateFromFramebuffer()
|