Searched refs:pushes (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c853 unsigned draws = count, pushes, i; local in function:nvc0_draw_indirect
856 pushes = 1;
859 pushes = draws;
862 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
877 if (pushes == 1) {
883 for (i = 0; i < pushes; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c863 unsigned draws = count, pushes, i; local in function:nvc0_draw_indirect
866 pushes = 1;
869 pushes = draws;
872 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
887 if (pushes == 1) {
893 for (i = 0; i < pushes; i++) {
/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.h215 uint32_t relocs, uint32_t pushes);
H A Dpushbuf.c273 err("ch%d: krec %d pushes %d bufs %d relocs %d\n", chid,
645 uint32_t dwords, uint32_t relocs, uint32_t pushes)
671 pushes++;
680 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) {
644 nouveau_pushbuf_space(struct nouveau_pushbuf * push,uint32_t dwords,uint32_t relocs,uint32_t pushes) argument
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst7 GitLab provides a convenient framework for running commands in response to Git pushes.
/xsrc/external/mit/MesaLib/dist/docs/
H A Dsubmittingpatches.rst341 causing a regression). These force-pushes may cause changes to be lost
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1547 - gitlab-ci: automatically run the CI on pushes to \`ci/\*\` branches
H A D21.1.0.rst4343 - lavapipe: rewrite cmdbufs to always do descriptor binds/pushes first
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json1363 "description": "agx: Naturally align uniform pushes",
[all...]

Completed in 128 milliseconds