Searched refs:attributeBatchSize (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 692 const size_t attributeBatchSize = de::dataSize(positionData); in drawPrimitives() local 702 if (attributeBatchSize > properties.limits.maxVertexInputAttributeOffset) in drawPrimitives() 705 message << "Larger vertex input attribute offset is needed (" << attributeBatchSize << ") than the available maximum (" << properties.limits.maxVertexInputAttributeOffset << ")."; in drawPrimitives() 730 (deUint32)attributeBatchSize // deUint32 offsetInBytes; in drawPrimitives() 824 attributeBatchSize * 2, // VkDeviceSize size; in drawPrimitives() 837 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize); in drawPrimitives() 838 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize); in drawPrimitives() local 2044 const size_t attributeBatchSize (sizeof(tcu::Vec4)); in drawPoint() 2062 attributeBatchSize * in drawPoint() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 690 const size_t attributeBatchSize = de::dataSize(positionData); in drawPrimitives() local 700 if (attributeBatchSize > properties.limits.maxVertexInputAttributeOffset) in drawPrimitives() 703 message << "Larger vertex input attribute offset is needed (" << attributeBatchSize << ") than the available maximum (" << properties.limits.maxVertexInputAttributeOffset << ")."; in drawPrimitives() 728 (deUint32)attributeBatchSize // deUint32 offsetInBytes; in drawPrimitives() 821 attributeBatchSize * 2, // VkDeviceSize size; in drawPrimitives() 834 deMemcpy(vertexBufferMemory->getHostPtr(), positionData.data(), attributeBatchSize); in drawPrimitives() 835 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize); in drawPrimitives() local 1959 const size_t attributeBatchSize (sizeof(tcu::Vec4)); in drawPoint() 2034 attributeBatchSize * in drawPoint() [all...] |
Completed in 8 milliseconds