Lines Matching refs:size
96 * program for the compute shader stage has a variable work group size."
101 "glDispatchCompute(variable work group size forbidden)");
119 * shader stage has a fixed work group size."
124 "glDispatchComputeGroupSizeARB(fixed work group size "
146 * or equal to zero or greater than the maximum local work group size
147 * for compute shaders with variable group size
167 * for compute shaders with variable group size
224 GLsizei size = 3 * sizeof(GLuint);
225 const uint64_t end = (uint64_t) indirect + size;
275 * compute shader stage has a variable work group size."
280 "%s(variable work group size forbidden)", name);