HomeSort by relevance Sort by last modified time
    Searched refs:bof_object_set (Results 1 - 3 of 3) sorted by null

  /external/libdrm/radeon/
bof.h 61 extern int bof_object_set(bof_t *object, const char *keyname, bof_t *value);
radeon_cs_gem.c 356 if (bof_object_set(root, "device_id", device_id))
364 if (bof_object_set(root, "reloc", blob))
372 if (bof_object_set(root, "pm4", blob))
387 if (bof_object_set(bo, "size", size))
394 if (bof_object_set(bo, "handle", handle))
403 if (bof_object_set(bo, "data", blob))
412 if (bof_object_set(root, "bo", array))
bof.c 76 int bof_object_set(bof_t *object, const char *keyname, bof_t *value) function

Completed in 35 milliseconds