Searched refs:bof_object_set (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libdrm/dist/radeon/
H A Dbof.h61 extern int bof_object_set(bof_t *object, const char *keyname, bof_t *value);
H A Dradeon_cs_gem.c353 if (bof_object_set(root, "device_id", device_id))
361 if (bof_object_set(root, "reloc", blob))
369 if (bof_object_set(root, "pm4", blob))
384 if (bof_object_set(bo, "size", size))
391 if (bof_object_set(bo, "handle", handle))
400 if (bof_object_set(bo, "data", blob))
409 if (bof_object_set(root, "bo", array))
H A Dbof.c76 int bof_object_set(bof_t *object, const char *keyname, bof_t *value) function in typeref:typename:int

Completed in 4 milliseconds