Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1309 VkDeviceSize *offsetList; in BindVertexBuffers() local
1313 offsetList = aOffsetList; in BindVertexBuffers()
1316 offsetList = new VkDeviceSize[1](); in BindVertexBuffers()
1320 …mdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetList); in BindVertexBuffers()
1324 delete[] offsetList; in BindVertexBuffers()