HomeSort by relevance Sort by last modified time
    Searched refs:dummy_vbo (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c 454 struct fd_bo *dummy_vbo = vp->bo; local
463 OUT_RELOC(ring, dummy_vbo, 0, 0, 0);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 446 struct fd_bo *dummy_vbo = vp->bo; local
457 OUT_RELOC(ring, dummy_vbo, 0, 0, 0);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 157 struct pipe_resource *dummy_vbo; member in struct:NineDevice9
device9.c 315 This->dummy_vbo = pScreen->resource_create(pScreen, &tmpl);
317 if (!This->dummy_vbo)
321 data = This->context.pipe->transfer_map(This->context.pipe, This->dummy_vbo, 0,
570 pipe_resource_reference(&This->dummy_vbo, NULL);
    [all...]
nine_state.c 901 dummy_vtxbuf.buffer = device->dummy_vbo;
    [all...]

Completed in 174 milliseconds