Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h45 #define CSO_NO_USER_VERTEX_BUFFERS (1 << 0) macro
Dcso_context.c231 bool uses_user_vertex_buffers = !(flags & CSO_NO_USER_VERTEX_BUFFERS); in cso_init_vbuf()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c608 cso_flags = CSO_NO_USER_VERTEX_BUFFERS; in st_create_context_priv()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c266 This->context.cso = cso_create_context(This->context.pipe, CSO_NO_USER_VERTEX_BUFFERS); in NineDevice9_ctor()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2929 - nine: set CSO_NO_USER_VERTEX_BUFFERS for main cso context