Searched refs:R32Sint (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TextureUtils.cpp | 21 case wgpu::TextureFormat::R32Sint: in TextureFormatSupportsStorageTexture() 152 case wgpu::TextureFormat::R32Sint: in GetTexelBlockSizeInBytes() 280 case wgpu::TextureFormat::R32Sint: in GetTextureFormatBlockWidth() 398 case wgpu::TextureFormat::R32Sint: in GetTextureFormatBlockHeight() 537 case wgpu::TextureFormat::R32Sint: in GetWGSLColorTextureComponentType() 560 case wgpu::TextureFormat::R32Sint: in GetWGSLRenderableColorTextureComponentCount() 609 case wgpu::TextureFormat::R32Sint: in GetWGSLImageFormatQualifier()
|
D | TextureUtils.h | 40 wgpu::TextureFormat::R32Sint,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | SpirvUtils.cpp | 96 return wgpu::TextureFormat::R32Sint; in SpirvImageFormatToTextureFormat()
|
D | GLFormat.cpp | 63 AddFormat(wgpu::TextureFormat::R32Sint, GL_R32I, GL_RED_INTEGER, GL_INT, Type::Int); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | StorageTextureTests.cpp | 67 case wgpu::TextureFormat::R32Sint: { in FillExpectedData() 205 case wgpu::TextureFormat::R32Sint: in GetExpectedPixelValue() 260 case wgpu::TextureFormat::R32Sint: in GetComparisonFunction()
|
D | TextureFormatTests.cpp | 563 TEST_P(TextureFormatTest, R32Sint) { in TEST_P() argument 564 DoSintTest<int32_t>({wgpu::TextureFormat::R32Sint, 4, wgpu::TextureComponentType::Sint, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 134 case wgpu::TextureFormat::R32Sint: in D3D12TypelessTextureFormat() 294 case wgpu::TextureFormat::R32Sint: in D3D12TextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Format.cpp | 298 AddColorFormat(wgpu::TextureFormat::R32Sint, true, true, 4, SampleTypeBit::Sint, 1); in BuildFormatTable()
|
D | ShaderModule.cpp | 186 return wgpu::TextureFormat::R32Sint; in TintImageFormatToTextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | StorageTextureValidationTests.cpp | 237 wgpu::TextureFormat::R32Uint, wgpu::TextureFormat::R32Sint, in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 169 case wgpu::TextureFormat::R32Sint:
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 247 case wgpu::TextureFormat::R32Sint: in VulkanImageFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 211 out = wgpu::TextureFormat::R32Sint; in Convert()
|