Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_atomicbuf.c69 if (!binding->AutomaticSize) in st_bind_atomics()
158 if (!binding->AutomaticSize) in st_bind_hw_atomic_buffers()
Dst_atom_storagebuf.c76 if (!binding->AutomaticSize) in st_bind_ssbos()
Dst_atom_constbuf.c214 if (!binding->AutomaticSize) in st_bind_ubos()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c1260 if (!binding->AutomaticSize) in upload_buffer_surface()
/external/mesa3d/src/mesa/main/
Dbufferobj.c1278 binding->AutomaticSize = autoSize; in set_buffer_binding()
1325 binding->AutomaticSize == autoSize) { in bind_buffer()
Dmtypes.h4600 GLboolean AutomaticSize; member