Home
last modified time | relevance | path

Searched refs:needs64b (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.h71 bool needs64b);
H A Du_vbuf.c273 bool needs64b) in u_vbuf_get_caps()
291 if ((comp_bits > 32) && !needs64b) in u_vbuf_get_caps()
272 u_vbuf_get_caps(struct pipe_screen *screen, struct u_vbuf_caps *caps, bool needs64b) u_vbuf_get_caps() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c233 bool needs64b = !(flags & CSO_NO_64B_VERTEX_BUFFERS); in cso_init_vbuf() local
235 u_vbuf_get_caps(cso->pipe->screen, &caps, needs64b); in cso_init_vbuf()

Completed in 7 milliseconds