Searched refs:maxVertexStageStorageBuffers (Results 1 – 1 of 1) sorted by relevance
674 uint32_t maxVertexStageStorageBuffers = maxPerStageStorageBuffers; in ensureCapsInitialized() local689 ASSERT(maxVertexStageStorageBuffers >= gl::IMPLEMENTATION_MAX_TRANSFORM_FEEDBACK_BUFFERS); in ensureCapsInitialized()690 maxVertexStageStorageBuffers -= gl::IMPLEMENTATION_MAX_TRANSFORM_FEEDBACK_BUFFERS; in ensureCapsInitialized()723 if (maxVertexStageStorageBuffers >= kMinimumStorageBuffersForAtomicCounterBufferSupport) in ensureCapsInitialized()728 maxVertexStageStorageBuffers -= maxVertexStageAtomicCounterBuffers; in ensureCapsInitialized()734 ? LimitToInt(maxVertexStageStorageBuffers) in ensureCapsInitialized()