Home
last modified time | relevance | path

Searched refs:dummy_vbo (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c462 struct fd_bo *dummy_vbo = vp->bo; in fd3_emit_vertex_bufs() local
473 OUT_RELOC(ring, dummy_vbo, 0, 0, 0); in fd3_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c607 struct fd_bo *dummy_vbo = vp->bo; in fd4_emit_vertex_bufs() local
616 OUT_RELOC(ring, dummy_vbo, 0, 0, 0); in fd4_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h156 struct pipe_resource *dummy_vbo; member
Ddevice9.c390 This->dummy_vbo = pScreen->resource_create(pScreen, &tmpl); in NineDevice9_ctor()
392 if (!This->dummy_vbo) in NineDevice9_ctor()
396 data = This->context.pipe->buffer_map(This->context.pipe, This->dummy_vbo, 0, in NineDevice9_ctor()
622 pipe_resource_reference(&This->dummy_vbo, NULL); in NineDevice9_dtor()
Dnine_state.c932 dummy_vtxbuf.buffer.resource = device->dummy_vbo; in update_vertex_buffers()