Lines Matching refs:GetFormatIndex
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)];
530 info = &fFormatTable[GetFormatIndex(MTLPixelFormatStencil8)];
537 info = &fFormatTable[GetFormatIndex(MTLPixelFormatDepth32Float)];
547 info = &fFormatTable[GetFormatIndex(MTLPixelFormatDepth32Float_Stencil8)];