Searched refs:GetFormatIndex (Results 1 – 6 of 6) sorted by relevance
227 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::RGBA8Unorm)]; in initFormatTable()250 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::R8Unorm)]; in initFormatTable()280 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::BGRA8Unorm)]; in initFormatTable()295 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::RGBA16Float)]; in initFormatTable()314 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::Stencil8)]; in initFormatTable()321 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::Depth32Float)]; in initFormatTable()328 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::Depth32FloatStencil8)]; in initFormatTable()335 info = &fFormatTable[GetFormatIndex(wgpu::TextureFormat::Undefined)]; in initFormatTable()358 size_t DawnCaps::GetFormatIndex(wgpu::TextureFormat format) { in GetFormatIndex() function in skgpu::graphite::DawnCaps
96 static size_t GetFormatIndex(wgpu::TextureFormat format);98 size_t index = GetFormatIndex(format); in getFormatInfo()
350 size_t MtlCaps::GetFormatIndex(MTLPixelFormat pixelFormat) {358 return GetFormatIndex(MTLPixelFormatInvalid);372 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm)];394 info = &fFormatTable[GetFormatIndex(MTLPixelFormatR8Unorm)];424 info = &fFormatTable[GetFormatIndex(MTLPixelFormatA8Unorm)];439 info = &fFormatTable[GetFormatIndex(MTLPixelFormatBGRA8Unorm)];455 info = &fFormatTable[GetFormatIndex(MTLPixelFormatB5G6R5Unorm)];471 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm_sRGB)];486 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGB10A2Unorm)];505 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA16Float)];[all …]
121 static size_t GetFormatIndex(MTLPixelFormat);125 size_t index = GetFormatIndex(pixelFormat); in getFormatInfo()
620 size_t GrMtlCaps::GetFormatIndex(MTLPixelFormat pixelFormat) { function642 info = &fFormatTable[GetFormatIndex(MTLPixelFormatR8Unorm)];672 info = &fFormatTable[GetFormatIndex(MTLPixelFormatA8Unorm)];689 info = &fFormatTable[GetFormatIndex(MTLPixelFormatB5G6R5Unorm)];705 info = &fFormatTable[GetFormatIndex(MTLPixelFormatABGR4Unorm)];723 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm)];745 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRG8Unorm)];760 info = &fFormatTable[GetFormatIndex(MTLPixelFormatBGRA8Unorm)];775 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGBA8Unorm_sRGB)];790 info = &fFormatTable[GetFormatIndex(MTLPixelFormatRGB10A2Unorm)];[all …]
170 static size_t GetFormatIndex(MTLPixelFormat);174 size_t index = GetFormatIndex(pixelFormat); in getFormatInfo()