Searched defs:VkBufferViewCreateInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp961 const VkBufferViewCreateInfo*,
960 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo*, const VkAllocationCallbacks* , VkBufferView* view) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1842 typedef struct VkBufferViewCreateInfo { struct
1850 } VkBufferViewCreateInfo; typedef in typeref:struct:VkBufferViewCreateInfo
2528 typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
2893 const VkBufferViewCreateInfo* pCreateInfo,

Completed in 52 milliseconds