Searched refs:glamor_xv_num_attributes (Results 1 – 5 of 5) sorted by relevance
280 pa->pAttributes = xnfcalloc(glamor_xv_num_attributes, sizeof(XvAttributeRec)); in xwl_glamor_xv_add_attributes()282 glamor_xv_num_attributes * sizeof(XvAttributeRec)); in xwl_glamor_xv_add_attributes()284 for (i = 0; i < glamor_xv_num_attributes; i++) in xwl_glamor_xv_add_attributes()287 pa->nAttributes = glamor_xv_num_attributes; in xwl_glamor_xv_add_attributes()
148 adaptor->nAttributes = glamor_xv_num_attributes; in ephyr_glamor_xv_init()
152 adapt->nAttributes = glamor_xv_num_attributes; in glamor_xv_init()
911 extern int glamor_xv_num_attributes;
205 int glamor_xv_num_attributes = ARRAY_SIZE(glamor_xv_attributes) - 1; variable