Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dstate-values-utils.cc284 size_t max_inputs = kMaxInputCount; in GetNodeForValues() local
285 while (count > max_inputs) { in GetNodeForValues()
287 max_inputs *= kMaxInputCount; in GetNodeForValues()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6827 GLint max_inputs; in test() local
6828 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &max_inputs); in test()
6832 const GLuint max_slots = max_inputs * 2; in test()