Lines Matching defs:source

71 /* Minimal fragment shader source code.
80 /* Minimal vertex shader source code.
89 /* Simple geometry shader source code.
105 /* Simple tesselation control shader source code.
119 /* Minimal tesselation evaluation shader source code.
127 /* Pass-through shaders source code. Used when testing other stage. */
169 /* Beginning of a shader source code. */
173 /* End of a shader source code. */
390 /** Macro appends default ending of main function to source string
392 * @param SOURCE Tested shader source
426 * @param SOURCE Tested shader source
472 * @param SOURCE Tested shader source
564 * attaches the specified shader source,
569 * @param shader_source The source for the shader object.
715 /* Assign source code to the objects */
767 * shader source is expected to fail.
772 * @param shader_source The source for the shader object to be used for this test.
884 * @param vertex_shader_source The source for the vertex shader to be used for this test.
885 * @param fragment_shader_source The source for the fragment shader to be used for this test.
1070 * @param vertex_shader_source The source for the vertex shader to be used for this test.
1071 * @param tess_ctrl_shader_source The source for the vertex shader to be used for this test.
1072 * @param tess_eval_shader_source The source for the vertex shader to be used for this test.
1073 * @param geometry_shader_source The source for the vertex shader to be used for this test.
1074 * @param fragment_shader_source The source for the vertex shader to be used for this test.
1075 * @param compute_shader_source The source for the fragment shader to be used for this test.
1326 /* Generates the shader source code for the SizedDeclarationsPrimitive
1392 /* Generates the shader source code for the SizedDeclarationsStructTypes1
1433 /* Generates the shader source code for the SizedDeclarationsStructTypes2
1467 /* Generates the shader source code for the SizedDeclarationsStructTypes3
1501 /* Generates the shader source code for the SizedDeclarationsStructTypes4
1539 /* Generates the shader source code for the SizedDeclarationsTypenameStyle1
1568 /* Generates the shader source code for the SizedDeclarationsTypenameStyle2
1606 /* Generates the shader source code for the SizedDeclarationsTypenameStyle3
1644 /* Generates the shader source code for the SizedDeclarationsTypenameStyle4
1678 /* Generates the shader source code for the SizedDeclarationsTypenameStyle5
1719 /* Generates the shader source code for the SizedDeclarationsFunctionParams
1835 /* Generates the shader source code for the sized_declarations_invalid_sizes1
1872 /* Generates the shader source code for the sized_declarations_invalid_sizes2
1910 /* Generates the shader source code for the sized_declarations_invalid_sizes3
1950 /* Generates the shader source code for the sized_declarations_invalid_sizes4
2027 /* Generates the shader source code for the ConstructorsAndUnsizedDeclConstructors1
2117 /* Generates the shader source code for the ConstructorsAndUnsizedDeclConstructors2
2149 /* Generates the shader source code for the ConstructorsAndUnsizedDeclUnsizedConstructors
2192 /* Generates the shader source code for the ConstructorsAndUnsizedDeclConst
2215 /* Generates the shader source code for the ConstructorsAndUnsizedDeclInvalidConstructors1
2261 /* Generates the shader source code for the ConstructorsAndUnsizedDeclInvalidConstructors2
2295 /* Generates the shader source code for the ConstructorsAndUnsizedDeclInvalidConstructors3
2330 /* Generates the shader source code for the ConstructorsAndUnsizedDeclInvalidConstructors4
2366 /* Generates the shader source code for the ConstructorsAndUnsizedDeclConstructorSizing1
2418 /* Generates the shader source code for the ConstructorsAndUnsizedDeclConstructorSizing2
2595 /* Generates the shader source code for the ConstructorsAndUnsizedDeclStructConstructors
2631 /* Generates the shader source code for the ConstructorsAndUnsizedDeclUnsizedArrays1
2661 /* Generates the shader source code for the ConstructorsAndUnsizedDeclUnsizedArrays2
2691 /* Generates the shader source code for the ConstructorsAndUnsizedDeclUnsizedArrays3
2715 /* Generates the shader source code for the ConstructorsAndUnsizedDeclUnsizedArrays4
2786 /* Generates the shader source code for the ExpressionsAssignment1
2824 /* Generates the shader source code for the ExpressionsAssignment2
2874 /* Generates the shader source code for the ExpressionsAssignment3
2931 /* Generates the shader source code for the ExpressionsTypeRestrictions1
2974 /* Generates the shader source code for the ExpressionsTypeRestrictions2
3028 /* Generates the shader source code for the ExpressionsIndexingScalar1
3071 /* Generates the shader source code for the ExpressionsIndexingScalar2
3126 /* Generates the shader source code for the ExpressionsIndexingScalar3
3176 /* Generates the shader source code for the ExpressionsIndexingScalar4
3227 /* Generates the shader source code for the ExpressionsIndexingArray1
3316 /* Generates the shader source code for the ExpressionsIndexingArray2
3359 /* Generates the shader source code for the ExpressionsIndexingArray3
3387 /* Generates the shader source code for the ExpressionsDynamicIndexing1
3429 /* Generates the shader source code for the ExpressionsDynamicIndexing2
3498 /* Generates the shader source code for the ExpressionsEquality1
3578 /* Generates the shader source code for the ExpressionsEquality2
3663 /* Generates the shader source code for the ExpressionsLength1
4288 /* Generates the shader source code for the ExpressionsLength2
4331 /* Generates the shader source code for the ExpressionsLength3
4391 /* Generates the shader source code for the ExpressionsInvalid1
4416 /* Generates the shader source code for the ExpressionsInvalid2
4509 /* Generates the shader source code for the InteractionFunctionCalls1
5213 /* Vertex shader source. */
5244 /* Generates the shader source code for the InteractionFunctionCalls2
5362 /* Generates the shader source code for the InteractionArgumentAliasing1
5483 /* Generates the shader source code for the InteractionArgumentAliasing2
5605 /* Generates the shader source code for the InteractionArgumentAliasing3
5727 /* Generates the shader source code for the InteractionArgumentAliasing4
5849 /* Generates the shader source code for the InteractionArgumentAliasing3
5971 /* Generates the shader source code for the InteractionArgumentAliasing4
6093 /* Generates the shader source code for the InteractionUniforms1
6605 /* Generates the shader source code for the InteractionUniforms2
6811 /* Generates the shader source code for the InteractionUniformBuffers1
6867 /* Generates the shader source code for the InteractionUniformBuffers2
7118 /* Generates the shader source code for the InteractionUniformBuffers3
7262 /* Generates the shader source code for the InteractionStorageBuffers1
7318 /* Generates the shader source code for the InteractionUniformBuffers2
7570 /* Generates the shader source code for the InteractionUniformBuffers3
7713 /* Generates the shader source code for the InteractionInterfaceArrays1
7724 /* Shader source with invalid buffer (buffer cannot be of arrays of arrays type). */
7736 std::string source = invalid_buffer_shader_source;
7738 DEFAULT_MAIN_ENDING(tested_shader_type, source);
7740 EXECUTE_SHADER_TEST(API::ALLOW_A_OF_A_ON_INTERFACE_BLOCKS, tested_shader_type, source);
7744 /* Generates the shader source code for the InteractionInterfaceArrays2
7755 /* Shader source with invalid input (input cannot be of arrays of arrays type). */
7763 /* Shader source with invalid output (output cannot be of arrays of arrays type). */
8151 /* Generates the shader source code for the InteractionInterfaceArrays3
8162 /* Shader source with invalid uniform block (uniform block cannot be of arrays of arrays type). */
8174 std::string source = invalid_uniform_block_shader_source;
8176 DEFAULT_MAIN_ENDING(tested_shader_type, source);
8178 EXECUTE_SHADER_TEST(API::ALLOW_A_OF_A_ON_INTERFACE_BLOCKS, tested_shader_type, source);
8182 /* Generates the shader source code for the InteractionInterfaceArrays4
8193 /* Shader source with invalid input (input cannot be of arrays of arrays type). */
8204 /* Shader source with invalid output (output cannot be of arrays of arrays type). */
8338 /* Generates the shader source code for the AtomicDeclarationTest
8475 /* Prepare invalid source */
8487 /* Prepare valid source */
8506 /* Expect build failure for invalid shader source */
8526 /* Generates the shader source code for the AtomicUsageTest
8605 /* Generates the shader source code for the AtomicUsageTest
8759 /* Prepare valid source */
9008 /* Generates the shader source code for the SubroutineFunctionCalls1
9832 /* Vertex shader source. */
9863 /* Generates the shader source code for the InteractionFunctionCalls2
10003 /* Generates the shader source code for the SubroutineArgumentAliasing1
10174 /* Generates the shader source code for the SubroutineArgumentAliasing1
10345 /* Generates the shader source code for the SubroutineArgumentAliasing1
10516 /* Generates the shader source code for the SubroutineArgumentAliasing1