Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp613 const size_t attributeBatchSize = positionData.size() * sizeof(tcu::Vec4); in drawPrimitives() local
621 if (attributeBatchSize > properties.limits.maxVertexInputAttributeOffset) in drawPrimitives()
624 …message << "Larger vertex input attribute offset is needed (" << attributeBatchSize << ") than the… in drawPrimitives()
649 (deUint32)attributeBatchSize // deUint32 offsetInBytes; in drawPrimitives()
708 attributeBatchSize * 2, // VkDeviceSize size; in drawPrimitives()
721 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize); in drawPrimitives()
722 …<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBat… in drawPrimitives()
2443 const size_t attributeBatchSize = positionData.size() * sizeof(tcu::Vec4); in drawPrimitives() local
2450 if (attributeBatchSize > properties.limits.maxVertexInputAttributeOffset) in drawPrimitives()
2453 …message << "Larger vertex input attribute offset is needed (" << attributeBatchSize << ") than the… in drawPrimitives()
[all …]