Searched refs:VkBufferViewCreateInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1599 typedef struct VkBufferViewCreateInfo { struct
1607 } VkBufferViewCreateInfo; typedef in typeref:struct:VkBufferViewCreateInfo
2285 typedef VkResult (VKAPI_PTR *PFN_vkCreateBufferView)(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
2650 const VkBufferViewCreateInfo* pCreateInfo,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h83 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
H A Dnull_driver.cpp911 const VkBufferViewCreateInfo*,
910 CreateBufferView(VkDevice device, const VkBufferViewCreateInfo*, const VkAllocationCallbacks* , VkBufferView* view) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp332 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView);
818 VKAPI_ATTR VkResult CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) {
1473 VKAPI_ATTR VkResult vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) {

Completed in 246 milliseconds