Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c304 uint32_t refd = 0; in nv50_vertex_arrays_validate() local
395 if (!(refd & (1 << b))) { in nv50_vertex_arrays_validate()
396 refd |= 1 << b; in nv50_vertex_arrays_validate()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c320 uint32_t refd = 0; in nvc0_validate_vertex_buffers() local
369 if (!(refd & (1 << b))) { in nvc0_validate_vertex_buffers()
370 refd |= 1 << b; in nvc0_validate_vertex_buffers()