Home
last modified time | relevance | path

Searched defs:srcFormat (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp52 const VkFormat srcFormat = srcRenderTarget->getImageFormat().vkImageFormat; in HasSrcBlitFeature() local
67 const angle::Format &srcFormat = srcRenderTarget->getImageFormat().intendedFormat(); in AreSrcAndDstColorChannelsBlitCompatible() local
85 const angle::Format &srcFormat = srcRenderTarget->getImageFormat().intendedFormat(); in AreSrcAndDstDepthStencilChannelsBlitCompatible() local
DTextureVk.cpp46 const vk::Format &srcFormat, in CanCopyWithTransfer()
59 const vk::Format &srcFormat, in CanCopyWithDraw()
442 const vk::Format &srcFormat = colorReadRT->getImageFormat(); in copySubImageImpl() local
DUtilsVk.cpp256 uint32_t GetImageCopyFlags(const vk::Format &srcFormat, const vk::Format &dstFormat) in GetImageCopyFlags()
1676 const vk::Format &srcFormat = src->getFormat(); in copyImage() local
DVertexArrayVk.cpp354 const angle::Format &srcFormat = vertexFormat.intendedFormat(); in convertVertexBufferGPU() local
DUtilsVk.h83 const angle::Format *srcFormat; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES3.cpp776 static bool QueryEffectiveFormatList(const InternalFormat &srcFormat, in QueryEffectiveFormatList()
804 bool GetSizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetSizedEffectiveInternalFormatInfo()
829 bool GetUnsizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetUnsizedEffectiveInternalFormatInfo()
857 static bool GetEffectiveInternalFormat(const InternalFormat &srcFormat, in GetEffectiveInternalFormat()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1177 const auto &srcFormat = source.getFormatSet().format(); in copyDepthStencilImpl() local