Home
last modified time | relevance | path

Searched refs:is_red (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Drbtree_test.c158 static bool is_red(struct rb_node *rb) in is_red() function
167 count += !is_red(rb); in black_path_count()
200 WARN_ON_ONCE(is_red(rb) && in check()
201 (!rb_parent(rb) || is_red(rb_parent(rb)))); in check()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_fbo.c110 fbo->is_red = f->format == GL_RED; in glamor_create_fbo_from_tex()
H A Dglamor_priv.h342 Bool is_red; member
H A Dglamor.c188 if (fbo->is_red) { in glamor_bind_texture()
H A Dglamor_render.c532 dest_priv->fbo->is_red); in glamor_set_composite_texture()