Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.h71 bool needs64b);
Du_vbuf.c273 bool needs64b) in u_vbuf_get_caps() argument
291 if ((comp_bits > 32) && !needs64b) in u_vbuf_get_caps()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
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()