Home
last modified time | relevance | path

Searched defs: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
592 const size_t vertexBufferSizeInBytes = vertexCount * sizeof(vertexArray[0]); in transcode() local
DvktImageCompressionTranscodingSupport.cpp1640 const size_t vertexBufferSizeInBytes = vertexArray.size() * sizeof(vertexArray[0]); in prepareVertexBuffer() local