Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9001267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:24:49+00:00 2026-06-16T00:24:49+00:00

I know OpenCL and CUDA. These are not support in mobile device. But most

  • 0

I know OpenCL and CUDA. These are not support in mobile device. But most of them support OpenGL ES. So I want to learn using OpenGL ES shading language for general computing. Like OpenCL or CUDA, in OpenGLSL.

  • How many kinds of buffer can I use? what are they?
  • How to manipulate these buffers

As I know, I can create vertex and fragment shader so far.

  • Which buffer can I manipulate when I use fragment shader
  • Which buffer can I manipulate when I use vertex shader
  • Are there any synchronized function in GPU(I mean synchronization in GPU. like the thread synchronized in the block in OpenCL or CUDA)

PS:
I read a paper Using Mobile GPU for General-Purpose Computing. Their experiments were performed on an Nvidia Tegra SoC with the following specifications:

  1. 1GHz dual-core ARM Cortex-A9 CPU,
  2. 1GB of RAM
  3. an Nvidia ultra-low-power GeForce GPU running at 333MHz, and 512MB of Flash memory

It can get 3X speedup on FFT(128*128). I think these result is good. Do you guys think if it’s worth to do it. So the main bottleneck is the memory access right?

As many guys said it’s not worth to do general purpose computing on OpenGL ES. So it’s not worth to expect the mobile supporting OpenCL either. Right? In my opinion, OpenGL ES is the fomentation of the OpenCL

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:24:49+00:00Added an answer on June 16, 2026 at 12:24 am

    Some platforms don’t support any floating point formats. Some platforms (powervr, tegra, adreno) support half-float (16bit float) surfaces, which can be used both as a render target and as a texture. Full float support exists on some platforms (adreno, and I believe the latest powervr), but is rather rare.

    So it depends a lot on what kind of calculation you’re expecting to do, what kind of precision is acceptable for you, as well as what your target platform is.

    Also take into account the fact that current-gen opengl es (2.0) does not have full IEEE float requirements, so the results may vary.

    In the end, whether it is worth it depends a lot on your batch sizes though; accessing the results (i.e, reading pixels back from the render target) may be so slow that it negates the performance gain.

    To address your bullet-points one by one:

    • How many kinds of buffer can I use? what are they?

    You can create a texture and form a FBO out of that. Additionally you can feed data to the shaders as constants (uniforms) or per-vertex data streams (varyings/attribs).

    • How to manipulate these buffers

    You can write to a texture using the normal texture handling functions.

    • Which buffer can I manipulate when I use fragment shader

    When a FBO is bound, you can write to it using the fragment shader. Later, you can access the results by reading from the texture you bound to the FBO.

    • Which buffer can I manipulate when I use vertex shader

    None.

    • Are there any synchronized function in GPU

    You can flush the pipeline using glFinish(). The drivers should cause a pipeline flush implicitly if you try to access the texture data, though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use interoperability between OpenGL and CUDA. I know, as some tutorials
Can CUDA be used to generate OpenGL textures? I know it can be done
I know that OpenCL doesn't have support for complex numbers, and by what I've
I know openGL is used for games, but is it possible to use OpenGL
I know how to open a window with openGL (using Win32 or other toolkits).
As most of you know CPUs are not well designed to do floating point
I know OpenCL has a C++ binder, but I use a third party library
I'm using OpenCV with CUDA / CUBLAS / CUFFT support to perform some very
I want to mix two (or more) 16bit audio streams using OpenGL and I
Is it possible AT ALL? I know that OpenCL doesn't support normal bitfields right

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.