Home
last modified time | relevance | path

Searched refs:u_vbuf_create (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.h74 u_vbuf_create(struct pipe_context *pipe, struct u_vbuf_caps *caps);
Du_vbuf.c351 u_vbuf_create(struct pipe_context *pipe, struct u_vbuf_caps *caps) in u_vbuf_create() function
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c241 cso->vbuf = u_vbuf_create(cso->pipe, &caps); in cso_init_vbuf()