Home
last modified time | relevance | path

Searched refs:R16Uint (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp141 case wgpu::TextureFormat::R16Uint: in GetTexelBlockSizeInBytes()
271 case wgpu::TextureFormat::R16Uint: in GetTextureFormatBlockWidth()
389 case wgpu::TextureFormat::R16Uint: in GetTextureFormatBlockHeight()
524 case wgpu::TextureFormat::R16Uint: in GetWGSLColorTextureComponentType()
555 case wgpu::TextureFormat::R16Uint: in GetWGSLRenderableColorTextureComponentCount()
636 case wgpu::TextureFormat::R16Uint: in GetWGSLImageFormatQualifier()
DTextureUtils.h31 wgpu::TextureFormat::R16Uint,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp78 return wgpu::TextureFormat::R16Uint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp53 … AddFormat(wgpu::TextureFormat::R16Uint, GL_R16UI, GL_RED_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp502 TEST_P(TextureFormatTest, R16Uint) { in TEST_P() argument
503 DoUintTest<uint16_t>({wgpu::TextureFormat::R16Uint, 2, wgpu::TextureComponentType::Uint, 1}); in TEST_P()
DCopyTests.cpp2137 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R8Snorm, wgpu::TextureFormat::R8Unorm, in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp247 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F()
273 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp121 case wgpu::TextureFormat::R16Uint: in D3D12TypelessTextureFormat()
277 case wgpu::TextureFormat::R16Uint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp288 AddColorFormat(wgpu::TextureFormat::R16Uint, true, false, 2, SampleTypeBit::Uint, 1); in BuildFormatTable()
DShaderModule.cpp170 return wgpu::TextureFormat::R16Uint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm152 case wgpu::TextureFormat::R16Uint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp230 case wgpu::TextureFormat::R16Uint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp187 out = wgpu::TextureFormat::R16Uint; in Convert()