Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp27 case wgpu::TextureFormat::RG32Uint: in TextureFormatSupportsStorageTexture()
169 case wgpu::TextureFormat::RG32Uint: in GetTexelBlockSizeInBytes()
295 case wgpu::TextureFormat::RG32Uint: in GetTextureFormatBlockWidth()
413 case wgpu::TextureFormat::RG32Uint: in GetTextureFormatBlockHeight()
529 case wgpu::TextureFormat::RG32Uint: in GetWGSLColorTextureComponentType()
569 case wgpu::TextureFormat::RG32Uint: in GetWGSLRenderableColorTextureComponentCount()
613 case wgpu::TextureFormat::RG32Uint: in GetWGSLImageFormatQualifier()
DTextureUtils.h55 wgpu::TextureFormat::RG32Uint,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DStorageTextureTests.cpp28 format != wgpu::TextureFormat::RG32Sint && format != wgpu::TextureFormat::RG32Uint; in OpenGLESSupportsStorageTexture()
50 case wgpu::TextureFormat::RG32Uint: { in FillExpectedData()
195 case wgpu::TextureFormat::RG32Uint: in GetExpectedPixelValue()
250 case wgpu::TextureFormat::RG32Uint: in GetComparisonFunction()
DTextureFormatTests.cpp522 TEST_P(TextureFormatTest, RG32Uint) { in TEST_P() argument
523 DoUintTest<uint32_t>({wgpu::TextureFormat::RG32Uint, 8, wgpu::TextureComponentType::Uint, 2}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp118 return wgpu::TextureFormat::RG32Uint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp81 … AddFormat(wgpu::TextureFormat::RG32Uint, GL_RG32UI, GL_RG_INTEGER, GL_UNSIGNED_INT, Type::Uint); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp162 case wgpu::TextureFormat::RG32Uint: in D3D12TypelessTextureFormat()
325 case wgpu::TextureFormat::RG32Uint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp316 AddColorFormat(wgpu::TextureFormat::RG32Uint, true, true, 8, SampleTypeBit::Uint, 2); in BuildFormatTable()
DShaderModule.cpp214 return wgpu::TextureFormat::RG32Uint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp240 wgpu::TextureFormat::RGBA8Sint, wgpu::TextureFormat::RG32Uint, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm200 case wgpu::TextureFormat::RG32Uint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp278 case wgpu::TextureFormat::RG32Uint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp256 out = wgpu::TextureFormat::RG32Uint; in Convert()