Searched refs:csp0 (Results 1 – 2 of 2) sorted by relevance
36 std::span<const int, 0> csp0; in checkCV() local55 …std::span< int, 0> s1{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()62 …std::span< volatile int, 0> s6{ csp0}; // expected-error {{no matching constructor for initia… in checkCV()68 …std::span< int> s1{ csp0}; // expected-error {{no matching constructor for initializ… in checkCV()75 …std::span< volatile int> s6{ csp0}; // expected-error {{no matching constructor for initializ… in checkCV()
131 const tcu::Vec2 csp0 = p0.swizzle(0, 1) / p0.w(); in isANarrowScreenSpaceTriangle() local135 const tcu::Vec2 e01 = (csp1 - csp0); in isANarrowScreenSpaceTriangle()136 const tcu::Vec2 e02 = (csp2 - csp0); in isANarrowScreenSpaceTriangle()