Searched refs:pushes (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 853 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 D | nvc0_vbo.c | 863 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 D | nouveau.h | 215 uint32_t relocs, uint32_t pushes);
|
| H A D | pushbuf.c | 273 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 D | index.rst | 7 GitLab provides a convenient framework for running commands in response to Git pushes.
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | submittingpatches.rst | 341 causing a regression). These force-pushes may cause changes to be lost
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 1547 - gitlab-ci: automatically run the CI on pushes to \`ci/\*\` branches
|
| H A D | 21.1.0.rst | 4343 - lavapipe: rewrite cmdbufs to always do descriptor binds/pushes first
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 1363 "description": "agx: Naturally align uniform pushes", [all...] |
Completed in 128 milliseconds