Home
last modified time | relevance | path

Searched refs:MAX_SHADER_STORAGE_BUFFERS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconfig.h160 #define MAX_SHADER_STORAGE_BUFFERS 16 macro
163 #define MAX_COMBINED_SHADER_STORAGE_BUFFERS (MAX_SHADER_STORAGE_BUFFERS * 6)
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_storagebuf.c48 struct pipe_shader_buffer buffers[MAX_SHADER_STORAGE_BUFFERS]; in st_bind_ssbos()
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp782 STATIC_ASSERT(MAX_SHADER_STORAGE_BUFFERS <= 32); in set_and_process()
Dgl_nir_link_uniforms.c1722 STATIC_ASSERT(MAX_SHADER_STORAGE_BUFFERS <= 32); in gl_nir_link_uniforms()