Searched refs:GROUP_SIZE (Results 1 – 6 of 6) sorted by relevance
89 mandatory GROUP_SIZE declaration, each of which comprises a fixed-size,165 <declaration> ::= "GROUP_SIZE" <int>166 | "GROUP_SIZE" <int> <int>167 | "GROUP_SIZE" <int> <int> <int>268 as specified by the GROUP_SIZE declaration. The "w" component of the399 - Shader Thread Group Size (GROUP_SIZE)401 The GROUP_SIZE statement declares the number of shader threads in a one-,406 A program will fail to load unless it contains exactly one GROUP_SIZE
440 GROUP_SIZE is queried for a program which has not been linked successfully,
313 as specified by the GROUP_SIZE declaration for programs with fixed-size329 - Shader Thread Group Size (GROUP_SIZE)331 The GROUP_SIZE statement declares the number of shader threads in a one-,338 any GROUP_SIZE declaration. If the ARB_compute_variable_group_size option340 one GROUP_SIZE declaration.
303 as specified by the GROUP_SIZE declaration for programs with fixed-size319 - Shader Thread Group Size (GROUP_SIZE)321 The GROUP_SIZE statement declares the number of shader threads in a one-,328 any GROUP_SIZE declaration. If the ARB_compute_variable_group_size option330 one GROUP_SIZE declaration.
48 #define GROUP_SIZE 50 /* 64 would have been more efficient */ macro351 symCount = GROUP_SIZE-1; in read_huffman_data()