Searched refs:workGroupCountY (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeComputeTests.cpp612 GLint workGroupCountY; local
613 ctx.glGetIntegeri_v(GL_MAX_COMPUTE_WORK_GROUP_COUNT, (GLuint)1, &workGroupCountY);
617 ctx.glDispatchCompute(1, workGroupCountY+1, 1);

Completed in 911 milliseconds