Home | History | Annotate | Download | only in xa

Lines Matching defs:stype

140     enum xa_surface_type stype;
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype]; ++i) {
173 xa_format = preferred[stype][i];
179 if (xa->format_map[stype][0] == 0)
180 xa->format_map[stype][0] = num_formats;
181 xa->format_map[stype][1] = num_formats;
236 enum xa_surface_type stype, unsigned int depth)
242 for (i = xa->format_map[stype][0]; i <= xa->format_map[stype][1]; ++i) {
287 enum xa_surface_type stype,
295 fdesc = xa_get_format_stype_depth(xa, stype, depth);
342 enum xa_surface_type stype,
358 fdesc = xa_get_format_stype_depth(xa, stype, depth);