Home
last modified time | relevance | path

Searched refs:mMaxShaderStorageBufferBindings (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h709 int mMaxShaderStorageBufferBindings; variable
DParseContext.cpp231 mMaxShaderStorageBufferBindings(resources.MaxShaderStorageBufferBindings), in TParseContext()
1939 if (binding + size > mMaxShaderStorageBufferBindings) in checkBlockBindingIsValid()