Home
last modified time | relevance | path

Searched refs:maxVertexAttributes (Results 1 – 25 of 27) sorted by relevance

12

/external/skqp/src/gpu/
DGrGpuCommandBuffer.cpp90 if (primProc.numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in draw()
DGrCaps.h134 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
/external/skqp/tests/
DPrimitiveProcessorTest.cpp135 int attribCnt = context->contextPriv().caps()->maxVertexAttributes(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skia/tests/
DPrimitiveProcessorTest.cpp184 int attribCnt = context->priv().caps()->maxVertexAttributes(); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp581 caps->maxVertexAttributes = 16; in GenerateCaps()
583 caps->maxVertexAttribBindings = caps->maxVertexAttributes; in GenerateCaps()
DRenderer9.cpp412 mTranslatedAttribCache.resize(getNativeCaps().maxVertexAttributes); in initializeDevice()
/external/skia/src/gpu/
DGrCaps.h194 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
DGrOpsRenderPass.cpp94 if (programInfo.geomProc().numVertexAttributes() > this->gpu()->caps()->maxVertexAttributes()) { in bindPipeline()
/external/angle/src/libANGLE/
DCompiler.cpp91 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
DCaps.h916 GLint maxVertexAttributes = 0; member
DCaps.cpp1217 caps.maxVertexAttributes = 8; in GenerateMinimumCaps()
1266 caps.maxVertexAttributes = 16; in GenerateMinimumCaps()
DvalidationES.h579 if (index >= static_cast<GLuint>(caps.maxVertexAttributes)) in ValidateVertexFormat()
DvalidationES31.cpp1297 if (attribIndex >= static_cast<GLuint>(caps.maxVertexAttributes)) in ValidateVertexAttribBinding()
DContext.cpp1545 *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()
DState.cpp424 mVertexAttribCurrentValues.resize(caps.maxVertexAttributes); in initialize()
/external/skqp/src/gpu/vk/
DGrVkPipeline.cpp510 SkASSERT(totalAttributeCnt <= gpu->vkCaps().maxVertexAttributes()); in Create()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp516 SkASSERT(totalAttributeCnt <= gpu->vkCaps().maxVertexAttributes()); in Make()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1459 caps->maxVertexAttributes = GetMaximumVertexInputSlots(featureLevel); in GenerateCaps()
1473 caps->maxVertexAttribBindings = caps->maxVertexAttributes; in GenerateCaps()
DStateManager11.cpp1586 unsigned int limit = std::min<unsigned int>(mRenderer->getNativeCaps().maxVertexAttributes, in invalidateVertexBuffer()
1922 mCurrentValueAttribs.resize(caps.maxVertexAttributes); in ensureInitialized()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp574 mNativeCaps.maxVertexAttributes = LimitToInt(limitsVk.maxVertexInputAttributes); in ensureCapsInitialized()
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp80 mVertexAttribCurrentValues(rendererCaps.maxVertexAttributes), in StateManagerGL()
81 mDefaultVAOState(rendererCaps.maxVertexAttributes, rendererCaps.maxVertexAttribBindings), in StateManagerGL()
Drenderergl_utils.cpp886 caps->maxVertexAttributes = QuerySingleGLInt(functions, GL_MAX_VERTEX_ATTRIBS); in GenerateCaps()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm670 mNativeCaps.maxVertexAttributes = mtl::kMaxVertexAttribs;
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3899 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()
3914 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp4205 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()
4220 int attrCount = gpu->glCaps().maxVertexAttributes(); in bindInternalVertexArray()

12