Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp147 case wgpu::TextureFormat::RG8Sint: in GetTexelBlockSizeInBytes()
277 case wgpu::TextureFormat::RG8Sint: in GetTextureFormatBlockWidth()
395 case wgpu::TextureFormat::RG8Sint: in GetTextureFormatBlockHeight()
536 case wgpu::TextureFormat::RG8Sint: in GetWGSLColorTextureComponentType()
564 case wgpu::TextureFormat::RG8Sint: in GetWGSLRenderableColorTextureComponentCount()
648 case wgpu::TextureFormat::RG8Sint: in GetWGSLImageFormatQualifier()
DTextureUtils.h37 wgpu::TextureFormat::RG8Sint,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp90 return wgpu::TextureFormat::RG8Sint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp59 AddFormat(wgpu::TextureFormat::RG8Sint, GL_RG8I, GL_RG_INTEGER, GL_BYTE, Type::Int); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp538 TEST_P(TextureFormatTest, RG8Sint) { in TEST_P() argument
539 DoSintTest<int8_t>({wgpu::TextureFormat::RG8Sint, 2, wgpu::TextureComponentType::Sint, 2}); in TEST_P()
DCopyTests.cpp2135 {wgpu::TextureFormat::RG8Sint, wgpu::TextureFormat::RG8Uint, wgpu::TextureFormat::RG8Snorm, in TEST_P()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp250 wgpu::TextureFormat::RG8Sint, wgpu::TextureFormat::RG16Uint, in TEST_F()
276 wgpu::TextureFormat::RG8Sint, wgpu::TextureFormat::RG16Uint, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp130 case wgpu::TextureFormat::RG8Sint: in D3D12TypelessTextureFormat()
289 case wgpu::TextureFormat::RG8Sint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp294 AddColorFormat(wgpu::TextureFormat::RG8Sint, true, false, 2, SampleTypeBit::Sint, 2); in BuildFormatTable()
DShaderModule.cpp182 return wgpu::TextureFormat::RG8Sint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm164 case wgpu::TextureFormat::RG8Sint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp242 case wgpu::TextureFormat::RG8Sint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp205 out = wgpu::TextureFormat::RG8Sint; in Convert()