Home
last modified time | relevance | path

Searched refs:copyFormat (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp99 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels() local
100 m_pixelSize = static_cast<VkDeviceSize>(tcu::getPixelSize(copyFormat)); in BufferLevels()
104 const auto copyFormat = getStencilCopyFormat(format); in BufferLevels() local
105 m_pixelSize = static_cast<VkDeviceSize>(tcu::getPixelSize(copyFormat)); in BufferLevels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp99 const auto copyFormat = getDepthCopyFormat(format); in BufferLevels() local
100 m_pixelSize = static_cast<VkDeviceSize>(tcu::getPixelSize(copyFormat)); in BufferLevels()
104 const auto copyFormat = getStencilCopyFormat(format); in BufferLevels() local
105 m_pixelSize = static_cast<VkDeviceSize>(tcu::getPixelSize(copyFormat)); in BufferLevels()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h876 SVGA3dSurfaceFormat copyFormat; member
889 SVGA3dSurfaceFormat copyFormat; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp565 Format copyFormat = getFormat(aspect); in copy() local
575 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1524 const SVGA3dSurfaceFormat copyFormat) in SVGA3D_vgpu10_ResolveCopy()
1538 cmd->copyFormat = copyFormat; in SVGA3D_vgpu10_ResolveCopy()
1519 SVGA3D_vgpu10_ResolveCopy(struct svga_winsys_context *swc, unsigned dstSubResource, struct svga_winsys_surface *dst, unsigned srcSubResource, struct svga_winsys_surface *src, const SVGA3dSurfaceFormat copyFormat) SVGA3D_vgpu10_ResolveCopy() argument
H A Dsvga_cmd.h728 const SVGA3dSurfaceFormat copyFormat);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp2371 const PixelFormat& copyFormat = getPixelFormat(copyFormatEnum->format);
2372 gl.framebufferTexture2D(GL_FRAMEBUFFER, copyFormat.attachment, GL_TEXTURE_2D, texture2, 0);
2395 << copyFormat.attachment << tcu::TestLog::EndMessage;
2404 << copyFormat.attachment << tcu::TestLog::EndMessage;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp1243 const InternalFormat &copyFormat = GetInternalFormatInfo(internalformat, GL_UNSIGNED_BYTE); in ValidateES3CopyTexImageParametersBase() local
1244 if (!IsValidES3CopyTexImageCombination(copyFormat, framebufferFormat, readFramebufferID)) in ValidateES3CopyTexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp6271 const angle::Format &copyFormat = in stageSubresourceUpdateFromFramebuffer() local
6273 PackPixelsParams params(clippedRectangle, copyFormat, static_cast<GLuint>(outputRowPitch), in stageSubresourceUpdateFromFramebuffer()

Completed in 38 milliseconds