Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp21 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()
DTextureUtils.h40 wgpu::TextureFormat::R32Sint,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp96 return wgpu::TextureFormat::R32Sint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp63 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/
DStorageTextureTests.cpp67 case wgpu::TextureFormat::R32Sint: { in FillExpectedData()
205 case wgpu::TextureFormat::R32Sint: in GetExpectedPixelValue()
260 case wgpu::TextureFormat::R32Sint: in GetComparisonFunction()
DTextureFormatTests.cpp563 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/
DTextureD3D12.cpp134 case wgpu::TextureFormat::R32Sint: in D3D12TypelessTextureFormat()
294 case wgpu::TextureFormat::R32Sint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp298 AddColorFormat(wgpu::TextureFormat::R32Sint, true, true, 4, SampleTypeBit::Sint, 1); in BuildFormatTable()
DShaderModule.cpp186 return wgpu::TextureFormat::R32Sint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp237 wgpu::TextureFormat::R32Uint, wgpu::TextureFormat::R32Sint, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm169 case wgpu::TextureFormat::R32Sint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp247 case wgpu::TextureFormat::R32Sint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp211 out = wgpu::TextureFormat::R32Sint; in Convert()