• Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • Strange profiling value are returned when running clGetEventProfilingInfo on G77
    I am running OpenCL program on Mali-G77 r0p1, I want to query profiling data with OpenCL program. Sample OpenCL program like below: /* Enqueue kernel */ clEnqueueNDRangeKernel(queue, kernel, 1, NULL...
  • Strange profiling value are returned when running clGetEventProfilingInfo on G77
    I am running OpenCL program on Mali-G77 r0p1, I want to query profiling data with OpenCL program. Sample OpenCL program like below: /* Enqueue kernel */ clEnqueueNDRangeKernel(queue, kernel, 1, NULL...
  • Tiled rendering: origin of tiles coordinates
    Hi! I have a question about tiled-rendering. Wiki says, " Tiled rendering is the process of subdividing (or tiling) a computer graphics image by a regular grid". As I understand android window is dividing...