• Does Mali GPU has shared(local) memory in one shader core for compute pipline? How can i access it?
    1、I got that in opengl graphics pipline, we can use pixel local storage to shared from each threads 2、I got that from opencl developer guide, opencl __local is not implement for arm mali gpu 3、I also...
  • Does Mali GPU has shared(local) memory in one shader core for compute pipline? How can i access it?
    1、I got that in opengl graphics pipline, we can use pixel local storage to shared from each threads 2、I got that from opencl developer guide, opencl __local is not implement for arm mali gpu 3、I also...
  • How to share texture memory
    i work on firefly/rk3288,and got the same problem as this discussion http://community.arm.com/thread/8116 when i try to use eglCreateImageKHR , it returned EGL_NO_IMAGE_KHR, error code is EGL_BAD_PARAMETER...
  • How to share texture memory
    i work on firefly/rk3288,and got the same problem as this discussion http://community.arm.com/thread/8116 when i try to use eglCreateImageKHR , it returned EGL_NO_IMAGE_KHR, error code is EGL_BAD_PARAMETER...
  • How to share texture memory between CPU/GPU for firefly's/rk3288 fbdev Mali-T764
    I got the hardware video decoder working on my firefly/rk3288. I can blit the yuv/nv21 output frame to rgb frame memory using fireflys dedicated 2d acceleration hardware. All I need right now is a memory...