Home
last modified time | relevance | path

Searched refs:RGBA32Sint (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.cpp34 case wgpu::TextureFormat::RGBA32Sint: in TextureFormatSupportsStorageTexture()
178 case wgpu::TextureFormat::RGBA32Sint: in GetTexelBlockSizeInBytes()
302 case wgpu::TextureFormat::RGBA32Sint: in GetTextureFormatBlockWidth()
420 case wgpu::TextureFormat::RGBA32Sint: in GetTextureFormatBlockHeight()
542 case wgpu::TextureFormat::RGBA32Sint: in GetWGSLColorTextureComponentType()
584 case wgpu::TextureFormat::RGBA32Sint: in GetWGSLRenderableColorTextureComponentCount()
621 case wgpu::TextureFormat::RGBA32Sint: in GetWGSLImageFormatQualifier()
DTextureUtils.h62 wgpu::TextureFormat::RGBA32Sint,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DRenderPassLoadOpTests.cpp236 TestIntegerClearColor<int32_t>(wgpu::TextureFormat::RGBA32Sint, kClearColor, in TEST_P()
274 TestIntegerClearColor<int32_t>(wgpu::TextureFormat::RGBA32Sint, kClearColor, in TEST_P()
284 TestIntegerClearColor<int32_t>(wgpu::TextureFormat::RGBA32Sint, kClearColor, in TEST_P()
DTextureFormatTests.cpp131 return {wgpu::TextureFormat::RGBA32Sint, 16, formatInfo.type, 4}; in GetUncompressedFormatInfo()
573 TEST_P(TextureFormatTest, RGBA32Sint) { in TEST_P() argument
574 DoSintTest<int32_t>({wgpu::TextureFormat::RGBA32Sint, 16, wgpu::TextureComponentType::Sint, 4}); in TEST_P()
DStorageTextureTests.cpp80 case wgpu::TextureFormat::RGBA32Sint: { in FillExpectedData()
213 case wgpu::TextureFormat::RGBA32Sint: in GetExpectedPixelValue()
264 case wgpu::TextureFormat::RGBA32Sint: in GetComparisonFunction()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DSpirvUtils.cpp132 return wgpu::TextureFormat::RGBA32Sint; in SpirvImageFormatToTextureFormat()
DGLFormat.cpp90 AddFormat(wgpu::TextureFormat::RGBA32Sint, GL_RGBA32I, GL_RGBA_INTEGER, GL_INT, Type::Int); in BuildGLFormatTable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.cpp173 case wgpu::TextureFormat::RGBA32Sint: in D3D12TypelessTextureFormat()
340 case wgpu::TextureFormat::RGBA32Sint: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.cpp325 AddColorFormat(wgpu::TextureFormat::RGBA32Sint, true, true, 16, SampleTypeBit::Sint, 4); in BuildFormatTable()
DShaderModule.cpp228 return wgpu::TextureFormat::RGBA32Sint; in TintImageFormatToTextureFormat()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp244 wgpu::TextureFormat::RGBA32Sint, wgpu::TextureFormat::RGBA32Float, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm215 case wgpu::TextureFormat::RGBA32Sint:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp293 case wgpu::TextureFormat::RGBA32Sint: in VulkanImageFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp277 out = wgpu::TextureFormat::RGBA32Sint; in Convert()