Home
last modified time | relevance | path

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

/external/libdrm/radeon/
Dbof.h87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} in bof_is_array() function
Dbof.c127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()
134 if (!bof_is_array(bof)) in bof_array_size()