Searched refs:boundmask (Results 1 – 2 of 2) sorted by relevance
207 const GLbitfield boundmask = _mesa_draw_bound_attrib_bits(binding); in st_setup_arrays() local208 GLbitfield attrmask = mask & boundmask; in st_setup_arrays()210 mask &= ~boundmask; in st_setup_arrays()
502 const unsigned boundmask = _mesa_draw_bound_attrib_bits(glbinding); in brw_prepare_vertices() local503 unsigned attrmask = vbomask & boundmask; in brw_prepare_vertices()611 const unsigned boundmask = _mesa_draw_bound_attrib_bits(glbinding); in brw_prepare_vertices() local612 unsigned attrmask = usermask & boundmask; in brw_prepare_vertices()