This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failed to create 4096x4096 texture on Mali-400. The app crashes.

Failed to create 4096x4096 texture on Mali-400. The app crashes. What can be wrong?

Parents
  • Hi somabha,

    Mali can render to any memory as long as it can be mapped, which either happens through a DMAbuf handle, UMP handle, or specially mapped memory.

    Mali allocates memory through the kernel device driver, which will then (usually) use the OS allocator to acquire memory, so your limitation may be with your OS's memory allocator, not the Mali driver.

    Without knowing more about the device, unfortunately I cannot give you more information and advice than this.

    Kind Regards,

    Michael McGeagh

Reply
  • Hi somabha,

    Mali can render to any memory as long as it can be mapped, which either happens through a DMAbuf handle, UMP handle, or specially mapped memory.

    Mali allocates memory through the kernel device driver, which will then (usually) use the OS allocator to acquire memory, so your limitation may be with your OS's memory allocator, not the Mali driver.

    Without knowing more about the device, unfortunately I cannot give you more information and advice than this.

    Kind Regards,

    Michael McGeagh

Children