Home
last modified time | relevance | path

Searched refs:maxAttrib (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp990 unsigned long maxAttrib; in SetupPipeline() local
991 if (_BitScanReverse64(&maxAttrib, streamMasks)) in SetupPipeline()
994 std::max(pState->state.feNumAttributes, (uint32_t)(maxAttrib + 1)); in SetupPipeline()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp726 uint32_t maxAttrib = mProgram->getState().getMaxActiveAttribLocation(); in handleDirtyGraphicsVertexBuffers() local
731 commandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), bufferOffsets.data()); in handleDirtyGraphicsVertexBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp1804 uint32_t maxAttrib = mState.getProgramExecutable()->getMaxActiveAttribLocation(); in handleDirtyGraphicsVertexBuffers() local
1809 mRenderPassCommandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), in handleDirtyGraphicsVertexBuffers()