Searched refs:refd (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ | ||
| H A D | nv50_vbo.c | 304 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 D | nv50_vbo.c | 297 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 D | nvc0_vbo.c | 320 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 D | nvc0_vbo.c | 319 uint32_t refd = 0; local in function:nvc0_validate_vertex_buffers 372 if (!(refd & (1 << b))) { 373 refd |= 1 << b; |
Completed in 12 milliseconds