Home
last modified time | relevance | path

Searched refs:R16Sint (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp142 case wgpu::TextureFormat::R16Sint: in GetTexelBlockSizeInBytes()
272 case wgpu::TextureFormat::R16Sint: in GetTextureFormatBlockWidth()
390 case wgpu::TextureFormat::R16Sint: in GetTextureFormatBlockHeight()
535 case wgpu::TextureFormat::R16Sint: in GetWGSLColorTextureComponentType()
556 case wgpu::TextureFormat::R16Sint: in GetWGSLRenderableColorTextureComponentCount()
638 case wgpu::TextureFormat::R16Sint: in GetWGSLImageFormatQualifier()
DTextureUtils.h32 wgpu::TextureFormat::R16Sint,
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderBundleValidationTests.cpp776 renderBundleDesc.cColorFormats[2] = wgpu::TextureFormat::R16Sint; in TEST_F()
783 desc->cTargets[2].format = wgpu::TextureFormat::R16Sint; in TEST_F()
921 renderBundleDesc.cColorFormats[2] = wgpu::TextureFormat::R16Sint; in TEST_F()
937 textureDesc.format = wgpu::TextureFormat::R16Sint; in TEST_F()
DStorageTextureValidationTests.cpp247 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F()
273 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F()
DBindGroupValidationTests.cpp490 DoTest(false, wgpu::TextureFormat::R16Sint, wgpu::TextureSampleType::Float); in TEST_F()
491 DoTest(false, wgpu::TextureFormat::R16Sint, wgpu::TextureSampleType::UnfilterableFloat); in TEST_F()
492 DoTest(false, wgpu::TextureFormat::R16Sint, wgpu::TextureSampleType::Depth); in TEST_F()
493 DoTest(false, wgpu::TextureFormat::R16Sint, wgpu::TextureSampleType::Uint); in TEST_F()
494 DoTest(true, wgpu::TextureFormat::R16Sint, wgpu::TextureSampleType::Sint); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp80 return wgpu::TextureFormat::R16Sint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp54 AddFormat(wgpu::TextureFormat::R16Sint, GL_R16I, GL_RED_INTEGER, GL_SHORT, Type::Int); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureFormatTests.cpp548 TEST_P(TextureFormatTest, R16Sint) { in TEST_P() argument
549 DoSintTest<int16_t>({wgpu::TextureFormat::R16Sint, 2, wgpu::TextureComponentType::Sint, 1}); in TEST_P()
DCopyTests.cpp2136 wgpu::TextureFormat::RG8Unorm, wgpu::TextureFormat::R16Float, wgpu::TextureFormat::R16Sint, in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp122 case wgpu::TextureFormat::R16Sint: in D3D12TypelessTextureFormat()
279 case wgpu::TextureFormat::R16Sint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp289 AddColorFormat(wgpu::TextureFormat::R16Sint, true, false, 2, SampleTypeBit::Sint, 1); in BuildFormatTable()
DShaderModule.cpp172 return wgpu::TextureFormat::R16Sint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm154 case wgpu::TextureFormat::R16Sint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp232 case wgpu::TextureFormat::R16Sint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp190 out = wgpu::TextureFormat::R16Sint; in Convert()