Home
last modified time | relevance | path

Searched refs:glDispatchCompute (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp250 ctx.glDispatchCompute(1, 1, 1); in exceed_texture_image_units_limit()
409 ctx.glDispatchCompute(1, 1, 1); in program_not_active()
428 ctx.glDispatchCompute(1, 1, 1); in program_not_active()
608 ctx.glDispatchCompute(workGroupCountX+1, 1, 1); in invalid_maximum_work_group_counts()
617 ctx.glDispatchCompute(1, workGroupCountY+1, 1); in invalid_maximum_work_group_counts()
626 ctx.glDispatchCompute(1, 1, workGroupCountZ+1); in invalid_maximum_work_group_counts()
Des31fShaderImageLoadStoreTests.cpp998 glLog.glDispatchCompute(textureSize.x(), textureSize.y(), 1); in readFloatOrNormTextureWithLookupsAndVerify()
1229 glLog.glDispatchCompute(imageSize.x(), imageSize.y(), 1); in iterate()
1238 glLog.glDispatchCompute(imageSize.x(), imageSize.y(), numSlicesOrFaces); in iterate()
1481 glLog.glDispatchCompute(imageSize.x(), imageSize.y(), 1); in iterate()
1493 glLog.glDispatchCompute(imageSize.x(), imageSize.y(), numSlicesOrFaces); in iterate()
2063 glLog.glDispatchCompute(NUM_INVOCATIONS_PER_PIXEL*imageSize.x(), imageSize.y(), numSlicesOrFaces); in iterate()
2462 glLog.glDispatchCompute(NUM_INVOCATIONS_PER_PIXEL*imageSize.x(), imageSize.y(), numSlicesOrFaces); in iterate()
2666 glLog.glDispatchCompute(numGroups.x(), numGroups.y(), numGroups.z()); in iterate()
2857 glLog.glDispatchCompute(1, 1, 1); in iterate()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.image_load_store.txt64 is invoked once for each pixel, in a single glDispatchCompute().
71 invoked once for each pixel, in a single glDispatchCompute().
/external/deqp/framework/opengl/wrapper/
DglwInitES31Direct.inl74 gl->dispatchCompute = &glDispatchCompute;
DglwInitES32Direct.inl85 gl->dispatchCompute = &glDispatchCompute;
DglwInitES31.inl74 gl->dispatchCompute = (glDispatchComputeFunc) loader->get("glDispatchCompute");
DglwInitES32.inl85 gl->dispatchCompute = (glDispatchComputeFunc) loader->get("glDispatchCompute");
DglwInitGL43.inl99 gl->dispatchCompute = (glDispatchComputeFunc) loader->get("glDispatchCompute");
DglwInitGL44.inl108 gl->dispatchCompute = (glDispatchComputeFunc) loader->get("glDispatchCompute");
DglwInitGL45.inl135 gl->dispatchCompute = (glDispatchComputeFunc) loader->get("glDispatchCompute");
DglwApi.inl136 #define glDispatchCompute glwDispatchCompute macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl136 gl->dispatchCompute = glDispatchCompute;
DtcuNullRenderContextFuncs.inl1113 GLW_APICALL void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint n… function
/external/mesa3d/include/GLES3/
Dgl31.h1444 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
Dgl32.h1444 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
/external/mesa3d/include/GL/
Dgl_mangle.h479 #define glDispatchCompute MANGLE(DispatchCompute) macro
Dglcorearb.h2563 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_…
Dglext.h2511 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl136 void glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GLuint …
DgluCallLogWrapper.inl935 void CallLogWrapper::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GL… function in CallLogWrapper
938 …m_log << TestLog::Message << "glDispatchCompute(" << num_groups_x << ", " << num_groups_y << ", " …
/external/swiftshader/include/GL/
Dglcorearb.h2538 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_…
Dglext.h2486 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_…