Lines Matching defs:size
292 unsigned size = var->type->length;
296 * an incorrect size.
299 size && size != this->num_vertices) {
300 linker_error(this->prog, "size of array %s declared as %u, "
302 var->name, size, this->num_vertices);
307 * array using an index too large for its actual size assigned at
512 * exceed the maximum size defined by gl_MaxCombinedClipAndCullDistances.
599 linker_error(prog, "%s shader: the combined size of "
600 "'gl_ClipDistance' and 'gl_CullDistance' size cannot "
883 * ignore the array size.
1533 * it with a sized array whose size is determined by max_array_access.
1577 * replaced by sized arrays whose size is determined by
2178 /* From the ARB_compute_shader spec, in the section describing local size
2182 * declare local work-group size, the declarations must be identical;
2211 * variable local group size and a second compute shader
2213 * size, a link-time error results.
2216 "variable local group size\n");
2241 "local group size\n");
2248 "local group size whose first dimension "
2254 "group size whose second dimension "
2263 "local group size whose total number of invocations "
2474 * unspecified sizes have a size specified. The size is inferred from the
2536 /* Set the size of geometry shader input arrays */
2575 * Resize tessellation evaluation per-vertex inputs to the size of
2589 * sized to MaxPatchVertices; the actual size of the arrays won't be