Home
last modified time | relevance | path

Searched refs:AutomaticSize (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_storagebuf.c69 if (!binding->AutomaticSize) in st_bind_ssbos()
Dst_atom_atomicbuf.c59 if (!binding->AutomaticSize) in st_binding_to_sb()
Dst_draw_feedback.c262 if (!binding->AutomaticSize) in st_feedback_draw_vbo()
292 if (!binding->AutomaticSize) in st_feedback_draw_vbo()
Dst_atom_constbuf.c288 if (!binding->AutomaticSize) in st_bind_ubos()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2984 GLboolean AutomaticSize; member
Dbufferobj.c1632 binding->AutomaticSize = autoSize; in set_buffer_binding()
1683 binding->AutomaticSize == autoSize) { in bind_buffer()