Lines Matching defs:link
322 link();
511 /** Attach shaders and link program
514 void Utils::program::link() const
563 /* Get link status */
567 /* Log link error */
584 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Failed to link program:\n"
587 TCU_FAIL("Failed to link program");
1922 /* Try to link the program object */
5029 TCU_FAIL("Program failed to link successfully");
8256 TCU_FAIL("Fragment shader program failed to link");
8258 TCU_FAIL("Geometry shader program failed to link");
8260 TCU_FAIL("Tessellation control shader program failed to link");
8262 TCU_FAIL("Tessellation evaluation shader program failed to link");
8264 TCU_FAIL("Vertex shader program failed to link");
9254 TCU_FAIL("Failed to link test program object");
9965 /* Set up & link the test program object */
10379 /** Builds an offending program object and tries to link it. We're either expecting
10380 * a compile-time or link-time error here.
11278 "Verifies that a link- or compile-time error occurs when "
11279 "trying to link a program with no subroutine for subroutine "
11374 " This should have resulted in a compilation/link-time error.\n"
11660 "Verifies that a link- or compile-time error occurs if any shader in "
12276 * @param name_of_recursive_routine Name of subroutine that should cause link failure due to recursion
12308 << " is considered active. This subroutine is potentially recursive and should cause link failure."
12336 : TestCase(context, "subroutine_wo_body", "Verifies that a compile- or link-time error occurs if a function "
12922 "a program will fail to compile or link if any shader or stage contains"
13316 "atomic and image functions. Verifies that compile- or link-time "