Home
last modified time | relevance | path

Searched refs:linearFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp4649 angle::FormatID linearFormat = ConvertToLinear(actualFormat); in initLayerImageView() local
4650 if (linearFormat != angle::FormatID::NONE) in initLayerImageView()
4652 actualFormat = linearFormat; in initLayerImageView()
8166 angle::FormatID linearFormat = in initSRGBReadViewsImpl() local
8168 ASSERT(linearFormat != angle::FormatID::NONE); in initSRGBReadViewsImpl()
8177 baseLayer, layerCount, imageUsageFlags, linearFormat)); in initSRGBReadViewsImpl()
8201 baseLayer, layerCount, imageUsageFlags, linearFormat)); in initSRGBReadViewsImpl()
8218 baseLayer, layerCount, imageUsageFlags, linearFormat)); in initSRGBReadViewsImpl()
Dvk_cache_utils.cpp1024 angle::FormatID linearFormat = rx::ConvertToLinear(attachmentFormatID); in InitializeRenderPassFromDesc() local
1025 if (linearFormat != angle::FormatID::NONE) in InitializeRenderPassFromDesc()
1029 attachmentFormatID = linearFormat; in InitializeRenderPassFromDesc()
/third_party/mesa3d/src/mesa/main/
Dfbobject.c1155 const mesa_format linearFormat = _mesa_get_srgb_format_linear(texFormat); in do_validate_attachment() local
1156 format = st_mesa_format_to_pipe_format(st_context(ctx), linearFormat); in do_validate_attachment()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.cpp3384 const GLenum linearFormat = (srcFormatInfo.colorEncoding == GL_LINEAR) ? srcFormat : dstFormat; in ValidateCopyCompressedFormatCompatible() local
3388 switch (linearFormat) in ValidateCopyCompressedFormatCompatible()