Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_vbo.c284 uint32_t refd = 0; in nv50_vertex_arrays_validate() local
366 if (!(refd & (1 << b))) { in nv50_vertex_arrays_validate()
367 refd |= 1 << b; in nv50_vertex_arrays_validate()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c311 uint32_t refd = 0; in nvc0_validate_vertex_buffers() local
360 if (!(refd & (1 << b))) { in nvc0_validate_vertex_buffers()
361 refd |= 1 << b; in nvc0_validate_vertex_buffers()