HomeSort by: relevance | last modified time | path
    Searched defs:pushbuf (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/tegra/
drm-test-tegra.c 71 struct drm_tegra_pushbuf *pushbuf; local
85 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
89 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
107 err = drm_tegra_pushbuf_relocate(pushbuf, &ptr, map, 0, 0, 0);
125 err = drm_tegra_pushbuf_end(pushbuf, ptr);
syncpt-timeout.c 65 struct drm_tegra_pushbuf *pushbuf; local
107 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
113 err = drm_tegra_pushbuf_begin(pushbuf, 8, &ptr);
124 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, syncpt,
132 err = drm_tegra_pushbuf_sync(pushbuf, syncpt, 1);
138 err = drm_tegra_pushbuf_end(pushbuf, ptr);
syncpt-wait.c 65 struct drm_tegra_pushbuf *pushbuf; local
107 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
113 err = drm_tegra_pushbuf_begin(pushbuf, 4, &ptr);
119 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, syncpt,
126 err = drm_tegra_pushbuf_end(pushbuf, ptr);
vic-blit.c 38 struct drm_tegra_pushbuf *pushbuf; local
49 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
61 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
67 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
73 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, vic->syncpt,
80 err = drm_tegra_pushbuf_end(pushbuf, ptr);
107 struct drm_tegra_pushbuf *pushbuf; local
118 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
124 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
137 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0)
177 struct drm_tegra_pushbuf *pushbuf; local
    [all...]
vic-clear.c 45 struct drm_tegra_pushbuf *pushbuf; local
113 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
119 err = drm_tegra_pushbuf_begin(pushbuf, 32, &pb);
131 err = vic->ops->execute(vic, pushbuf, &pb, output, NULL, 0);
137 err = drm_tegra_pushbuf_sync_cond(pushbuf, &pb, vic->syncpt,
144 err = drm_tegra_pushbuf_end(pushbuf, pb);
vic-flip.c 38 struct drm_tegra_pushbuf *pushbuf; local
49 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
55 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
67 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0);
73 err = drm_tegra_pushbuf_sync_cond(pushbuf, &ptr, vic->syncpt,
80 err = drm_tegra_pushbuf_end(pushbuf, ptr);
107 struct drm_tegra_pushbuf *pushbuf; local
118 err = drm_tegra_job_get_pushbuf(job, &pushbuf);
124 err = drm_tegra_pushbuf_begin(pushbuf, 32, &ptr);
137 err = vic->ops->execute(vic, pushbuf, &ptr, output, NULL, 0)
177 struct drm_tegra_pushbuf *pushbuf; local
    [all...]
  /xsrc/external/mit/libdrm/dist/tegra/
job.c 87 if (job->pushbuf)
88 drm_tegra_pushbuf_free(job->pushbuf);
105 struct drm_tegra_pushbuf *pushbuf; local
107 if (!job->pushbuf) {
108 pushbuf = calloc(1, sizeof(*pushbuf));
109 if (!pushbuf)
112 pushbuf->job = job;
114 pushbuf->start = calloc(1, job->page_size);
115 if (!pushbuf->start)
    [all...]
private.h 89 void drm_tegra_pushbuf_free(struct drm_tegra_pushbuf *pushbuf);
93 struct drm_tegra_pushbuf *pushbuf; member in struct:drm_tegra_job
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_context.h 17 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_context
nouveau_screen.h 29 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_screen
nouveau_vp3_video.h 68 struct nouveau_pushbuf *pushbuf[3]; member in struct:nouveau_vp3_decoder
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_context.h 17 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_context
nouveau_screen.h 29 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_screen
nouveau_vp3_video.h 68 struct nouveau_pushbuf *pushbuf[3]; member in struct:nouveau_vp3_decoder
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.h 50 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_hw_state
98 (to_nouveau_context(ctx)->hw.pushbuf)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_context.h 50 struct nouveau_pushbuf *pushbuf; member in struct:nouveau_hw_state
98 (to_nouveau_context(ctx)->hw.pushbuf)
  /xsrc/external/mit/libdrm/dist/nouveau/
nouveau.h 240 uint32_t pushbuf; member in struct:nouveau_fifo
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_type.h 103 struct nouveau_pushbuf *pushbuf; member in struct:_NVRec

Completed in 17 milliseconds