Home
last modified time | relevance | path

Searched refs:RGBA16Uint (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp30 case wgpu::TextureFormat::RGBA16Uint: in TextureFormatSupportsStorageTexture()
171 case wgpu::TextureFormat::RGBA16Uint: in GetTexelBlockSizeInBytes()
297 case wgpu::TextureFormat::RGBA16Uint: in GetTextureFormatBlockWidth()
415 case wgpu::TextureFormat::RGBA16Uint: in GetTextureFormatBlockHeight()
530 case wgpu::TextureFormat::RGBA16Uint: in GetWGSLColorTextureComponentType()
579 case wgpu::TextureFormat::RGBA16Uint: in GetWGSLRenderableColorTextureComponentCount()
601 case wgpu::TextureFormat::RGBA16Uint: in GetWGSLImageFormatQualifier()
DTextureUtils.h57 wgpu::TextureFormat::RGBA16Uint,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp122 return wgpu::TextureFormat::RGBA16Uint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp84 …AddFormat(wgpu::TextureFormat::RGBA16Uint, GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, Type::… in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DStorageTextureTests.cpp113 case wgpu::TextureFormat::RGBA16Uint: { in FillExpectedData()
199 case wgpu::TextureFormat::RGBA16Uint: in GetExpectedPixelValue()
252 case wgpu::TextureFormat::RGBA16Uint: in GetComparisonFunction()
DRenderPassLoadOpTests.cpp212 TestIntegerClearColor<uint16_t>(wgpu::TextureFormat::RGBA16Uint, kClearColor, in TEST_P()
DTextureFormatTests.cpp512 TEST_P(TextureFormatTest, RGBA16Uint) { in TEST_P() argument
513 DoUintTest<uint16_t>({wgpu::TextureFormat::RGBA16Uint, 8, wgpu::TextureComponentType::Uint, 4}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp167 case wgpu::TextureFormat::RGBA16Uint: in D3D12TypelessTextureFormat()
331 case wgpu::TextureFormat::RGBA16Uint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp319 AddColorFormat(wgpu::TextureFormat::RGBA16Uint, true, true, 8, SampleTypeBit::Uint, 4); in BuildFormatTable()
DShaderModule.cpp220 return wgpu::TextureFormat::RGBA16Uint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp242 wgpu::TextureFormat::RGBA16Uint, wgpu::TextureFormat::RGBA16Sint, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm206 case wgpu::TextureFormat::RGBA16Uint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp284 case wgpu::TextureFormat::RGBA16Uint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp265 out = wgpu::TextureFormat::RGBA16Uint; in Convert()