Home
last modified time | relevance | path

Searched refs:RGBA8UnormSrgb (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp157 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetTexelBlockSizeInBytes()
285 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetTextureFormatBlockWidth()
403 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetTextureFormatBlockHeight()
520 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetWGSLColorTextureComponentType()
573 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetWGSLRenderableColorTextureComponentCount()
DTextureUtils.h45 wgpu::TextureFormat::RGBA8UnormSrgb,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp620 TEST_P(TextureFormatTest, RGBA8UnormSrgb) { in TEST_P() argument
634 {wgpu::TextureFormat::RGBA8UnormSrgb, 4, wgpu::TextureComponentType::Float, 4}, textureData, in TEST_P()
637 {wgpu::TextureFormat::RGBA8UnormSrgb, 4, wgpu::TextureComponentType::Float, 4}, in TEST_P()
DCopyTextureForBrowserTests.cpp268 case wgpu::TextureFormat::RGBA8UnormSrgb: in GetTextureFormatComponentCount()
478 return GetParam().mDstFormat == wgpu::TextureFormat::RGBA8UnormSrgb || in IsDstFormatSrgbFormats()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DGLFormat.cpp69 …AddFormat(wgpu::TextureFormat::RGBA8UnormSrgb, GL_SRGB8_ALPHA8, GL_RGBA, GL_UNSIGNED_BYTE, Type::F… in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp144 case wgpu::TextureFormat::RGBA8UnormSrgb: in D3D12TypelessTextureFormat()
306 case wgpu::TextureFormat::RGBA8UnormSrgb: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp304 AddColorFormat(wgpu::TextureFormat::RGBA8UnormSrgb, true, false, 4, kAnyFloat, 4); in BuildFormatTable()
DShaderModule.cpp198 return wgpu::TextureFormat::RGBA8UnormSrgb; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm181 case wgpu::TextureFormat::RGBA8UnormSrgb:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp259 case wgpu::TextureFormat::RGBA8UnormSrgb: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp229 out = wgpu::TextureFormat::RGBA8UnormSrgb; in Convert()