Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/lib/
Dagx_device.c389 unsigned END_LEN = MIN2(strlen(path), 1024 - strlen(path)); in agx_create_command_queue() local
390 unsigned SKIP = strlen(path) - END_LEN; in agx_create_command_queue()
391 unsigned OFFS = 1024 - END_LEN; in agx_create_command_queue()
392 memcpy(buffer + OFFS, path + SKIP, END_LEN); in agx_create_command_queue()