Home
last modified time | relevance | path

Searched refs:GetValidInternalFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp128 mDevice->GetValidInternalFormat(mConfig.format)); in Configure()
DSwapChainVk.cpp376 VulkanImageUsage(GetUsage(), GetDevice()->GetValidInternalFormat(GetFormat())); in ChooseConfig()
DDeviceVk.cpp740 VulkanImageUsage(usage, GetValidInternalFormat(textureDescriptor->format)), in ImportExternalImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp456 mFormat(device->GetValidInternalFormat(descriptor->format)), in TextureBase()
696 mFormat(GetDevice()->GetValidInternalFormat(descriptor->format)), in TextureViewBase()
DDevice.h139 const Format& GetValidInternalFormat(wgpu::TextureFormat format) const;
DDevice.cpp672 const Format& DeviceBase::GetValidInternalFormat(wgpu::TextureFormat format) const { in GetValidInternalFormat() function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp169 const Format& format = device->GetValidInternalFormat(storageTextureFormat); in ExtractSpirvInfo()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DRenderPipelineMTL.mm374 const Format& internalFormat = GetDevice()->GetValidInternalFormat(depthStencilFormat);