Lines Matching defs:ioInfo
1266 const auto& ioInfo = ctInfo.fExternalIOFormats[k];
1268 writer->appendHexU32("colorType", (uint32_t)ioInfo.fColorType);
1269 writer->appendHexU32("ex_type", ioInfo.fExternalType);
1270 writer->appendHexU32("ex_teximage", ioInfo.fExternalTexImageFormat);
1271 writer->appendHexU32("ex_read", ioInfo.fExternalReadFormat);
3253 const auto& ioInfo = ctInfo.fExternalIOFormats[k];
3254 SkASSERT(ioInfo.fColorType != GrColorType::kUnknown);
4486 const auto& ioInfo = ctInfo.fExternalIOFormats[j];
4487 if (ioInfo.fExternalReadFormat != 0) {
4489 !ioInfo.fRequiresImplementationReadQuery) {
4493 offset_alignment_for_transfer_buffer(ioInfo.fExternalType);
4495 if (ioInfo.fColorType == dstColorType) {
4501 fallbackRead = {ioInfo.fColorType, transferOffsetAlignment};
4528 const auto& ioInfo = ctInfo.fExternalIOFormats[j];
4529 if (ioInfo.fExternalTexImageFormat != 0) {
4530 if (ioInfo.fColorType == srcColorType) {
4536 fallbackCT = ioInfo.fColorType;