Searched refs:FPAndInfo (Results 1 – 1 of 1) sorted by relevance
243 using FPAndInfo = std::tuple<const GrFragmentProcessor*, TransformInfo>; in emitTransformCode() typedef244 auto compare = [](const FPAndInfo& a, const FPAndInfo& b) { in emitTransformCode()247 std::priority_queue<FPAndInfo, std::vector<FPAndInfo>, decltype(compare)> pq(compare); in emitTransformCode()