Searched refs:refd (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c304 uint32_t refd = 0; local in function:nv50_vertex_arrays_validate
396 if (!(refd & (1 << b))) {
397 refd |= 1 << b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c297 uint32_t refd = 0; local in function:nv50_vertex_arrays_validate
389 if (!(refd & (1 << b))) {
390 refd |= 1 << b;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c320 uint32_t refd = 0; local in function:nvc0_validate_vertex_buffers
369 if (!(refd & (1 << b))) {
370 refd |= 1 << b;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c319 uint32_t refd = 0; local in function:nvc0_validate_vertex_buffers
372 if (!(refd & (1 << b))) {
373 refd |= 1 << b;

Completed in 12 milliseconds