Searched refs:maxVertexAttributes (Results 1 – 25 of 27) sorted by relevance
12
90 if (primProc.numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
134 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
135 int attribCnt = context->contextPriv().caps()->maxVertexAttributes(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
184 int attribCnt = context->priv().caps()->maxVertexAttributes(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
581 caps->maxVertexAttributes = 16; in GenerateCaps()583 caps->maxVertexAttribBindings = caps->maxVertexAttributes; in GenerateCaps()
412 mTranslatedAttribCache.resize(getNativeCaps().maxVertexAttributes); in initializeDevice()
194 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
94 if (programInfo.geomProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in bindPipeline()
91 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
916 GLint maxVertexAttributes = 0; member
1217 caps.maxVertexAttributes = 8; in GenerateMinimumCaps()1266 caps.maxVertexAttributes = 16; in GenerateMinimumCaps()
579 if (index >= static_cast<GLuint>(caps.maxVertexAttributes)) in ValidateVertexFormat()
1297 if (attribIndex >= static_cast<GLuint>(caps.maxVertexAttributes)) in ValidateVertexAttribBinding()
1545 *params = mState.mCaps.maxVertexAttributes; in getIntegervImpl()2841 mState.mCaps.maxVertexAttributes, mState.mCaps.maxVertexAttribBindings); in checkVertexArrayAllocation()3652 ANGLE_LIMIT_CAP(mState.mCaps.maxVertexAttributes, MAX_VERTEX_ATTRIBS); in initCaps()3660 mState.mCaps.maxVertexAttribBindings = mState.mCaps.maxVertexAttributes; in initCaps()
424 mVertexAttribCurrentValues.resize(caps.maxVertexAttributes); in initialize()
510 SkASSERT(totalAttributeCnt <= gpu->vkCaps().maxVertexAttributes()); in Create()
516 SkASSERT(totalAttributeCnt <= gpu->vkCaps().maxVertexAttributes()); in Make()
1459 caps->maxVertexAttributes = GetMaximumVertexInputSlots(featureLevel); in GenerateCaps()1473 caps->maxVertexAttribBindings = caps->maxVertexAttributes; in GenerateCaps()
1586 unsigned int limit = std::min<unsigned int>(mRenderer->getNativeCaps().maxVertexAttributes, in invalidateVertexBuffer()1922 mCurrentValueAttribs.resize(caps.maxVertexAttributes); in ensureInitialized()
574 mNativeCaps.maxVertexAttributes = LimitToInt(limitsVk.maxVertexInputAttributes); in ensureCapsInitialized()
80 mVertexAttribCurrentValues(rendererCaps.maxVertexAttributes), in StateManagerGL()81 mDefaultVAOState(rendererCaps.maxVertexAttributes, rendererCaps.maxVertexAttribBindings), in StateManagerGL()
886 caps->maxVertexAttributes = QuerySingleGLInt(functions, GL_MAX_VERTEX_ATTRIBS); in GenerateCaps()
670 mNativeCaps.maxVertexAttributes = mtl::kMaxVertexAttribs;
3899 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()3914 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()
4205 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()4220 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()