Searched refs:maxVertexCount (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 285 size_t maxVertexCount = 0; in handleLineLoopIndirectDraw() local 301 if (vertexCount > maxVertexCount) in handleLineLoopIndirectDraw() 303 maxVertexCount = vertexCount; in handleLineLoopIndirectDraw() 306 ANGLE_TRY(mLineLoopHelper.streamArrayIndirect(contextVk, maxVertexCount + 1, indirectBufferVk, in handleLineLoopIndirectDraw()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | VertexDataManager.cpp | 513 int64_t maxVertexCount = in reserveSpaceForAttrib() local 516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib()
|
/external/mesa3d/include/vulkan/ |
D | vulkan_beta.h | 227 uint32_t maxVertexCount; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_beta.h | 227 uint32_t maxVertexCount; member
|
D | vulkan.hpp | 15300 …), maxPrimitiveCount( maxPrimitiveCount_ ), indexType( indexType_ ), maxVertexCount( maxVertexCoun… 15349 maxVertexCount = maxVertexCount_; in setMaxVertexCount() 15387 && ( maxVertexCount == rhs.maxVertexCount ) in operator ==() 15406 uint32_t maxVertexCount = {}; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_beta.h | 227 uint32_t maxVertexCount; member
|
D | vulkan.hpp | 15371 …), maxPrimitiveCount( maxPrimitiveCount_ ), indexType( indexType_ ), maxVertexCount( maxVertexCoun… 15420 maxVertexCount = maxVertexCount_; in setMaxVertexCount() 15458 && ( maxVertexCount == rhs.maxVertexCount ) in operator ==() 15477 uint32_t maxVertexCount = {}; member
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 1759 int maxVertexCount; in handleEntryPointAttributes() local 1761 if (! it->getInt(maxVertexCount)) { in handleEntryPointAttributes() 1764 if (! intermediate.setVertices(maxVertexCount)) in handleEntryPointAttributes()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 1759 int maxVertexCount; in handleEntryPointAttributes() local 1761 if (! it->getInt(maxVertexCount)) { in handleEntryPointAttributes() 1764 if (! intermediate.setVertices(maxVertexCount)) in handleEntryPointAttributes()
|