Searched refs:RGBA32Sint (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TextureUtils.cpp | 34 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()
|
D | TextureUtils.h | 62 wgpu::TextureFormat::RGBA32Sint,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | RenderPassLoadOpTests.cpp | 236 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()
|
D | TextureFormatTests.cpp | 131 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()
|
D | StorageTextureTests.cpp | 80 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/ |
D | SpirvUtils.cpp | 132 return wgpu::TextureFormat::RGBA32Sint; in SpirvImageFormatToTextureFormat()
|
D | GLFormat.cpp | 90 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/ |
D | TextureD3D12.cpp | 173 case wgpu::TextureFormat::RGBA32Sint: in D3D12TypelessTextureFormat() 340 case wgpu::TextureFormat::RGBA32Sint: in D3D12TextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Format.cpp | 325 AddColorFormat(wgpu::TextureFormat::RGBA32Sint, true, true, 16, SampleTypeBit::Sint, 4); in BuildFormatTable()
|
D | ShaderModule.cpp | 228 return wgpu::TextureFormat::RGBA32Sint; in TintImageFormatToTextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | StorageTextureValidationTests.cpp | 244 wgpu::TextureFormat::RGBA32Sint, wgpu::TextureFormat::RGBA32Float, in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 215 case wgpu::TextureFormat::RGBA32Sint:
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 293 case wgpu::TextureFormat::RGBA32Sint: in VulkanImageFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | Converter.cpp | 277 out = wgpu::TextureFormat::RGBA32Sint; in Convert()
|