Home
last modified time | relevance | path

Searched defs:attributeBatchSize (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp692 const size_t attributeBatchSize = de::dataSize(positionData); in drawPrimitives() local
838 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize); in drawPrimitives() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp690 const size_t attributeBatchSize = de::dataSize(positionData); in drawPrimitives() local
835 deMemcpy(reinterpret_cast<deUint8*>(vertexBufferMemory->getHostPtr()) + attributeBatchSize, colorData.data(), attributeBatchSize); in drawPrimitives() local
[all...]

Completed in 8 milliseconds