Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp518 const size_t vertexBufferSizeInBytes = vertexCount * sizeof(vertexArray[0]); in transcode() local
815 const size_t vertexBufferSizeInBytes = vertexCount * sizeof(vertexArray[0]); in transcode() local
H A DvktImageCompressionTranscodingSupport.cpp2011 const size_t vertexBufferSizeInBytes = vertexArray.size() * sizeof(vertexArray[0]); in prepareVertexBuffer() local