Home
last modified time | relevance | path

Searched refs:sb_set (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h38 typedef sb_set<unsigned> kc_lines;
188 sb_set<unsigned> lines;
Dsb_ir.h109 class sb_set {
117 sb_set() : vec() {} in sb_set() function
118 ~sb_set() { } in ~sb_set()
125 void add_set(const sb_set& s) { in add_set()
179 typedef sb_set<datatype, Comp> dataset;
Dsb_sched.cpp2085 sb_set<unsigned> group_lines; in try_reserve()
2090 sb_set<unsigned> clause_lines(lines); in try_reserve()
/external/u-boot/fs/ubifs/
Dsuper.c2346 static int sb_set(struct super_block *sb, void *data) in sb_set() function
2477 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()