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.cpp968 VkDeviceSize *offsetList; in BindVertexBuffers() local
972 offsetList = aOffsetList; in BindVertexBuffers()
975 offsetList = new VkDeviceSize[1](); in BindVertexBuffers()
979 …mdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetList); in BindVertexBuffers()
983 delete[] offsetList; in BindVertexBuffers()