Lines Matching defs:array
304 * @param is_array Selects if an array of type or single instance should be considered
351 * @param is_array Select if array or single instance should be considered
386 * It is interpreted as tightly packed array of type matching this type.
658 * @param n_array_elements Number of elements in array
1144 dmat2 array[1];
1164 // If struct variable is an array
3040 * @param count Length of array
3590 /** Initialize vertex array instance
3603 /** Release vertex array object instance
3636 /** Binds Vertex array object
3666 /* If attribute is not an array */
3672 /* For each element in array */
3708 /** Binds Vertex array object
3711 * @param id ID of vertex array object
3728 /* If attribute is not an array */
3734 /* For each element in array */
3740 /* Enable attribute array */
3771 /* If attribute is not an array */
3777 /* For each element in array */
3783 /* Enable attribute array */
3793 /** Generates Vertex array object
3796 * @param out_id ID of vertex array object
3838 * @param flavour Provides info if variable is array or not
3911 * @param array_index Index of array, ignored when variable is not array
3998 * @param n_array_elements Length of array
4025 * @param n_array_elements Length of array
4286 * @param n_array_elements Length of array
4308 * @param n_array_elements Length of array
5130 * @param array_length Length of input array
5169 /* Zero means no array, but 1 slot is required */
5209 * @param array_length Length of input array
5243 /* Zero means no array, but 1 slot is required */
6665 /* For each member of each array element */
6747 /* For each each array element */
6799 /** Prepare attributes, vertex array object and array buffer
6804 * @param vao Vertex array object
12817 /** Prepare attributes, vertex array object and array buffer
12822 * @param vao Vertex array object
13006 " vs_tcs_output[0].array[0] = vs_in_array[0];\n";
13041 structure->Member("array", "" /* qualifiers */, 0 /* component */, type.GetLocations() /* location */, type,
13341 const GLchar* array = "";
13362 array = test_case.m_is_input ? "[]" : "";
13367 array = "[]";
13372 array = test_case.m_is_input ? "[]" : "";
13386 Utils::replaceToken("ARRAY", position, array, source);
13840 const GLchar* array = "";
13866 array = test_case.m_is_input ? "[]" : "";
13871 array = "[]";
13876 array = test_case.m_is_input ? "[]" : "";
13890 Utils::replaceToken("ARRAY", position, array, source);
14254 const GLchar* array = "";
14278 array = test_case.m_is_input ? "[]" : "";
14283 array = "[]";
14288 array = test_case.m_is_input ? "[]" : "";
14301 Utils::replaceToken("ARRAY", position, array, source);
14642 const GLchar* array = "";
14674 array = test_case.m_is_input ? "[]" : "";
14680 array = "[]";
14685 array = test_case.m_is_input ? "[]" : "";
14700 Utils::replaceToken("ARRAY", position, array, source);
14860 /* Zero means no array, however we still need at least 1 slot of data */
15014 * @return 0u - no array at all
15573 const GLchar* array = "";
15628 array = test_case.m_is_input ? "[]" : "";
15633 array = "[]";
15638 array = test_case.m_is_input ? "[]" : "";
15653 Utils::replaceToken("ARRAY", position, array, source);
16041 const GLchar* array = "";
16093 array = test_case.m_is_input ? "[]" : "";
16098 array = "[]";
16103 array = test_case.m_is_input ? "[]" : "";
16117 Utils::replaceToken("ARRAY", position, array, source);
16474 const GLchar* array = "";
16505 array = test_case.m_is_input ? "[]" : "";
16510 array = "[]";
16515 array = test_case.m_is_input ? "[]" : "";
16530 Utils::replaceToken("ARRAY", position, array, source);
16920 const GLchar* array = "";
17043 array = test_case.m_is_input ? "[]" : "";
17048 array = "[]";
17053 array = test_case.m_is_input ? "[]" : "";
17067 Utils::replaceToken("ARRAY", position, array, source);
17489 const GLchar* array = "";
17510 array = "[]";
17515 array = "[]";
17520 array = "[]";
17533 Utils::replaceToken("ARRAY", position, array, source);
17535 Utils::replaceToken("ARRAY", position, array, source);
17897 const GLchar* array = "";
17923 array = "[]";
17940 Utils::replaceToken("ARRAY", position, array, source);
17943 Utils::replaceToken("ARRAY", position, array, source);
18292 const GLchar* array = "";
18342 array = test_case.m_is_input ? "[]" : "";
18347 array = "[]";
18352 array = test_case.m_is_input ? "[]" : "";
18368 Utils::replaceToken("ARRAY", position, array, source);
18373 Utils::replaceToken("ARRAY", position, array, source);
18779 const GLchar* array = "";
18819 array = test_case.m_is_input ? "[]" : "";
18824 array = "[]";
18829 array = test_case.m_is_input ? "[]" : "";
18845 Utils::replaceToken("ARRAY", position, array, source);
18850 Utils::replaceToken("ARRAY", position, array, source);
20247 const GLchar* array = "";
20273 array = "[]";
20277 array = "[]";
20281 array = "[]";
20292 Utils::replaceToken("ARRAY", position, array, source);
22058 const GLchar* array = "";
22062 // It is a compile time error to apply xfb_offset to the declaration of an unsized array(GLSL4.5 spec: Page73)
22063 // change array = "[]" to "[1]"
22068 array = "[1]";
22077 array = "[]";
22083 array = "[1]";
22096 Utils::replaceToken("ARRAY", position, array, source);
22857 const GLchar* array = "";
22876 // It is a compile time error to apply xfb_offset to the declaration of an unsized array(GLSL4.5 spec: Page73)
22877 // change array = "[]" to "[1]"
22882 array = "[1]";
22889 array = "[]";
22895 array = "[1]";
22914 Utils::replaceAllTokens("ARRAY", array, source);
27538 "Test verifies that compiler reports error when unsized array is qualified with xfb_offset")
27762 * If the member is an array of scalars or vectors, the base alignment and array stride
27763 * are set to match the base alignment of a single array element, according to rules (1),
28147 * If the member is an array of scalars or vectors, the base alignment and array stride
28148 * are set to match the base alignment of a single array element, according to rules (1),