Home
last modified time | relevance | path

Searched refs:shouldDecodeSRGB (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h481 bool shouldDecodeSRGB(ContextVk *contextVk, GLenum srgbDecode, bool texelFetchStaticUse) const;
DTextureVk.cpp2615 bool TextureVk::shouldDecodeSRGB(ContextVk *contextVk, in shouldDecodeSRGB() function in rx::TextureVk
2658 if (shouldDecodeSRGB(contextVk, srgbDecode, texelFetchStaticUse)) in getReadImageViewAndRecordUse()
2680 if (shouldDecodeSRGB(contextVk, srgbDecode, texelFetchStaticUse)) in getFetchImageViewAndRecordUse()