Home
last modified time | relevance | path

Searched refs:GROUP_SIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_compute_program5.txt89 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 the
399 - 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
/third_party/openGLES/extensions/NV/
DNV_compute_program5.txt89 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 the
399 - 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
DNV_mesh_shader.txt440 GROUP_SIZE is queried for a program which has not been linked successfully,
/third_party/openGLES/extensions/ARB/
DARB_compute_variable_group_size.txt313 as specified by the GROUP_SIZE declaration for programs with fixed-size
329 - 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 option
340 one GROUP_SIZE declaration.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_compute_variable_group_size.txt303 as specified by the GROUP_SIZE declaration for programs with fixed-size
319 - 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 option
330 one GROUP_SIZE declaration.
/third_party/toybox/toys/other/
Dbzcat.c48 #define GROUP_SIZE 50 /* 64 would have been more efficient */ macro
351 symCount = GROUP_SIZE-1; in read_huffman_data()