Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp342 const size_t vertexBufferSizeInBytes = vertexCount * sizeof(vertexArray[0]); in transcode() local
343 …r<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFE… in transcode()
393 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode()
592 const size_t vertexBufferSizeInBytes = vertexCount * sizeof(vertexArray[0]); in transcode() local
593 …r<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFE… in transcode()
650 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in transcode()
DvktImageCompressionTranscodingSupport.cpp1640 const size_t vertexBufferSizeInBytes = vertexArray.size() * sizeof(vertexArray[0]); in prepareVertexBuffer() local
1643 …r<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFE… in prepareVertexBuffer()
1647 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in prepareVertexBuffer()