Searched refs:Depth24UnormStencil8 (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | TextureUtils.h | 67 wgpu::TextureFormat::Depth24UnormStencil8, 190 wgpu::TextureFormat::Depth24UnormStencil8, wgpu::TextureFormat::Depth32FloatStencil8, 194 wgpu::TextureFormat::Depth24UnormStencil8, 199 wgpu::TextureFormat::Depth24UnormStencil8,
|
D | TextureUtils.cpp | 185 case wgpu::TextureFormat::Depth24UnormStencil8: in GetTexelBlockSizeInBytes() 307 case wgpu::TextureFormat::Depth24UnormStencil8: in GetTextureFormatBlockWidth() 425 case wgpu::TextureFormat::Depth24UnormStencil8: in GetTextureFormatBlockHeight()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Features.h | 34 Depth24UnormStencil8, enumerator
|
D | Features.cpp | 67 {Feature::Depth24UnormStencil8,
|
D | Format.cpp | 338 bool isD24S8Supported = device->IsFeatureEnabled(Feature::Depth24UnormStencil8); in BuildFormatTable() 339 AddMultiAspectFormat(wgpu::TextureFormat::Depth24UnormStencil8, in BuildFormatTable()
|
D | CommandEncoder.cpp | 92 case wgpu::TextureFormat::Depth24UnormStencil8: in ValidateTextureDepthStencilToBufferCopyRestrictions()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ReadOnlyDepthStencilAttachmentTests.cpp | 39 case wgpu::TextureFormat::Depth24UnormStencil8: in GetRequiredFeatures()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | TextureValidationTests.cpp | 555 descriptor.format = wgpu::TextureFormat::Depth24UnormStencil8; in TEST_F() 611 descriptor.format = wgpu::TextureFormat::Depth24UnormStencil8; in TEST_F()
|
D | TextureViewValidationTests.cpp | 664 CreateDepthStencilTexture(device, wgpu::TextureFormat::Depth24UnormStencil8); in TEST_F() 683 CreateDepthStencilTexture(device, wgpu::TextureFormat::Depth24UnormStencil8); in TEST_F()
|
D | CopyCommandsValidationTests.cpp | 718 std::make_tuple(wgpu::TextureFormat::Depth24UnormStencil8, in TEST_F() 1327 std::make_tuple(wgpu::TextureFormat::Depth24UnormStencil8, in TEST_F() 1506 wgpu::TextureFormat::Depth24UnormStencil8}; in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 256 case wgpu::TextureFormat::Depth24UnormStencil8: in D3D12TypelessTextureFormat() 429 case wgpu::TextureFormat::Depth24UnormStencil8: in D3D12TextureFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 325 case wgpu::TextureFormat::Depth24UnormStencil8:
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 426 case wgpu::TextureFormat::Depth24UnormStencil8: in VulkanImageFormat()
|