Searched refs:R16Sint (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TextureUtils.cpp | 142 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()
|
D | TextureUtils.h | 32 wgpu::TextureFormat::R16Sint,
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderBundleValidationTests.cpp | 776 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()
|
D | StorageTextureValidationTests.cpp | 247 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F() 273 wgpu::TextureFormat::R16Uint, wgpu::TextureFormat::R16Sint, in TEST_F()
|
D | BindGroupValidationTests.cpp | 490 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/ |
D | SpirvUtils.cpp | 80 return wgpu::TextureFormat::R16Sint; in SpirvImageFormatToTextureFormat()
|
D | GLFormat.cpp | 54 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/ |
D | TextureFormatTests.cpp | 548 TEST_P(TextureFormatTest, R16Sint) { in TEST_P() argument 549 DoSintTest<int16_t>({wgpu::TextureFormat::R16Sint, 2, wgpu::TextureComponentType::Sint, 1}); in TEST_P()
|
D | CopyTests.cpp | 2136 wgpu::TextureFormat::RG8Unorm, wgpu::TextureFormat::R16Float, wgpu::TextureFormat::R16Sint, in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 122 case wgpu::TextureFormat::R16Sint: in D3D12TypelessTextureFormat() 279 case wgpu::TextureFormat::R16Sint: in D3D12TextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Format.cpp | 289 AddColorFormat(wgpu::TextureFormat::R16Sint, true, false, 2, SampleTypeBit::Sint, 1); in BuildFormatTable()
|
D | ShaderModule.cpp | 172 return wgpu::TextureFormat::R16Sint; in TintImageFormatToTextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 154 case wgpu::TextureFormat::R16Sint:
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 232 case wgpu::TextureFormat::R16Sint: in VulkanImageFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 190 out = wgpu::TextureFormat::R16Sint; in Convert()
|