Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/utils/
DTextureUtils.h67 wgpu::TextureFormat::Depth24UnormStencil8,
190 wgpu::TextureFormat::Depth24UnormStencil8, wgpu::TextureFormat::Depth32FloatStencil8,
194 wgpu::TextureFormat::Depth24UnormStencil8,
199 wgpu::TextureFormat::Depth24UnormStencil8,
DTextureUtils.cpp185 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/
DFeatures.h34 Depth24UnormStencil8, enumerator
DFeatures.cpp67 {Feature::Depth24UnormStencil8,
DFormat.cpp338 bool isD24S8Supported = device->IsFeatureEnabled(Feature::Depth24UnormStencil8); in BuildFormatTable()
339 AddMultiAspectFormat(wgpu::TextureFormat::Depth24UnormStencil8, in BuildFormatTable()
DCommandEncoder.cpp92 case wgpu::TextureFormat::Depth24UnormStencil8: in ValidateTextureDepthStencilToBufferCopyRestrictions()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DReadOnlyDepthStencilAttachmentTests.cpp39 case wgpu::TextureFormat::Depth24UnormStencil8: in GetRequiredFeatures()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DTextureValidationTests.cpp555 descriptor.format = wgpu::TextureFormat::Depth24UnormStencil8; in TEST_F()
611 descriptor.format = wgpu::TextureFormat::Depth24UnormStencil8; in TEST_F()
DTextureViewValidationTests.cpp664 CreateDepthStencilTexture(device, wgpu::TextureFormat::Depth24UnormStencil8); in TEST_F()
683 CreateDepthStencilTexture(device, wgpu::TextureFormat::Depth24UnormStencil8); in TEST_F()
DCopyCommandsValidationTests.cpp718 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/
DTextureD3D12.cpp256 case wgpu::TextureFormat::Depth24UnormStencil8: in D3D12TypelessTextureFormat()
429 case wgpu::TextureFormat::Depth24UnormStencil8: in D3D12TextureFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm325 case wgpu::TextureFormat::Depth24UnormStencil8:
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp426 case wgpu::TextureFormat::Depth24UnormStencil8: in VulkanImageFormat()