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 D | vktImageSubresourceLayoutTests.cpp | 99 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 D | vktImageSubresourceLayoutTests.cpp | 99 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 D | svga3d_dx.h | 876 SVGA3dSurfaceFormat copyFormat; member 889 SVGA3dSurfaceFormat copyFormat; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 565 Format copyFormat = getFormat(aspect); in copy() local 575 int bytesPerBlock = copyFormat.bytesPerBlock(); in copy()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 1524 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 D | svga_cmd.h | 728 const SVGA3dSurfaceFormat copyFormat);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 2371 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 D | validationES3.cpp | 1243 const InternalFormat ©Format = 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 D | vk_helpers.cpp | 6271 const angle::Format ©Format = in stageSubresourceUpdateFromFramebuffer() local 6273 PackPixelsParams params(clippedRectangle, copyFormat, static_cast<GLuint>(outputRowPitch), in stageSubresourceUpdateFromFramebuffer()
|
Completed in 37 milliseconds