Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.h66 bool needs64b);
Du_vbuf.c263 bool needs64b) in u_vbuf_get_caps() argument
281 if ((comp_bits > 32) && !needs64b) in u_vbuf_get_caps()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c294 bool needs64b = !(flags & CSO_NO_64B_VERTEX_BUFFERS); in cso_init_vbuf() local
296 u_vbuf_get_caps(cso->pipe->screen, &caps, needs64b); in cso_init_vbuf()