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.c380 unsigned END_LEN = MIN2(strlen(path), 1024 - strlen(path)); in agx_create_command_queue() local
381 unsigned SKIP = strlen(path) - END_LEN; in agx_create_command_queue()
382 unsigned OFFS = 1024 - END_LEN; in agx_create_command_queue()
383 memcpy(buffer + OFFS, path + SKIP, END_LEN); in agx_create_command_queue()