Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A 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()
H A DvktImageCompressionTranscodingSupport.cpp1644 const size_t vertexBufferSizeInBytes = vertexArray.size() * sizeof(vertexArray[0]); in prepareVertexBuffer() local
1647 …r<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFE… in prepareVertexBuffer()
1651 deMemcpy(vertexBufferAlloc.getHostPtr(), &vertexArray[0], vertexBufferSizeInBytes); in prepareVertexBuffer()