Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/smoke/
DMeshes.h43 …void allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMemoryProp…
DMeshes.cpp451 allocate_resources(vb_size, ib_size, mem_flags); in Meshes()
490 void Meshes::allocate_resources(VkDeviceSize vb_size, VkDeviceSize ib_size, const std::vector<VkMem… in allocate_resources() function in Meshes