Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c450 unsigned flag_buf = 0; in svga_set_sampler_views() local
501 flag_buf |= 1 << (start + i); in svga_set_sampler_views()
526 flag_buf != svga->curr.tex_flags.flag_buf) in svga_set_sampler_views()
531 svga->curr.tex_flags.flag_buf = flag_buf; in svga_set_sampler_views()
Dsvga_context.h304 unsigned flag_buf; /* sampler views with texture buffer target */ member