Lines Matching refs:uniforms
279 nouveau_bo_ref(NULL, &screen->uniforms);
435 PUSH_DATAh(push, screen->uniforms->offset + (0 << 16));
436 PUSH_DATA (push, screen->uniforms->offset + (0 << 16));
440 PUSH_DATAh(push, screen->uniforms->offset + (1 << 16));
441 PUSH_DATA (push, screen->uniforms->offset + (1 << 16));
445 PUSH_DATAh(push, screen->uniforms->offset + (2 << 16));
446 PUSH_DATA (push, screen->uniforms->offset + (2 << 16));
450 PUSH_DATAh(push, screen->uniforms->offset + (3 << 16));
451 PUSH_DATA (push, screen->uniforms->offset + (3 << 16));
468 PUSH_DATAh(push, screen->uniforms->offset + (3 << 16) + (1 << 9));
469 PUSH_DATA (push, screen->uniforms->offset + (3 << 16) + (1 << 9));
752 &screen->uniforms);
754 NOUVEAU_ERR("Failed to allocate uniforms bo: %d\n", ret);