/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device_memory.c | 36 const VkMemoryAllocateInfo *pAllocateInfo, in vk_device_memory_create()
|
D | vk_android.c | 176 vk_alloc_ahardware_buffer(const VkMemoryAllocateInfo *pAllocateInfo) in vk_alloc_ahardware_buffer()
|
D | vk_command_pool.c | 194 const VkCommandBufferAllocateInfo *pAllocateInfo, in vk_common_AllocateCommandBuffers()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 122 const VkCommandBufferAllocateInfo* pAllocateInfo, in gfxstream_vk_AllocateCommandBuffers()
|
D | gfxstream_vk_device.cpp | 642 VkResult gfxstream_vk_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in gfxstream_vk_AllocateMemory()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.cpp | 381 static VkResult validateDescriptorSetAllocation(const VkDescriptorSetAllocateInfo* pAllocateInfo) { in validateDescriptorSetAllocation() 485 const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pSets) { in validateAndApplyVirtualDescriptorSetAllocation()
|
D | ResourceTracker.cpp | 2982 const VkMemoryAllocateInfo* pAllocateInfo, in allocateCoherentMemory() 3144 VkResult ResourceTracker::getCoherentMemory(const VkMemoryAllocateInfo* pAllocateInfo, in getCoherentMemory() 3204 const VkMemoryAllocateInfo* pAllocateInfo, in on_vkAllocateMemory() 3907 const VkAllocationCallbacks* pAllocateInfo) { in on_vkFreeMemory() 4889 void* context, VkResult, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, in on_vkAllocateDescriptorSets() 6996 const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) { in on_vkAllocateCommandBuffers()
|
D | func_table.cpp | 1027 const VkDescriptorSetAllocateInfo* pAllocateInfo, in gfxstream_vk_AllocateDescriptorSets()
|
D | VkEncoder.cpp | 2654 VkResult VkEncoder::vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() 9574 const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() 10963 const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VkDecoderTestDispatch.h | 39 const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers() 44 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 3003 const VkDescriptorSetAllocateInfo* pAllocateInfo, in on_vkAllocateDescriptorSets() 4179 const VkMemoryAllocateInfo* pAllocateInfo, in on_vkAllocateMemory() 5057 const VkCommandBufferAllocateInfo* pAllocateInfo, in on_vkAllocateCommandBuffers() 7570 VkResult validateDescriptorSetAllocLocked(const VkDescriptorSetAllocateInfo* pAllocateInfo) { in validateDescriptorSetAllocLocked() 8129 const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorSet* pDescriptorSets) { in on_vkAllocateDescriptorSets() 8308 const VkMemoryAllocateInfo* pAllocateInfo, in on_vkAllocateMemory() 8407 const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) { in on_vkAllocateCommandBuffers()
|
D | VkDecoderSnapshot.cpp | 199 const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() 780 VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() 890 VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers() 3978 const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() 4511 const VkDescriptorSetAllocateInfo* pAllocateInfo, in vkAllocateDescriptorSets() 4622 const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers()
|
D | VkDecoder.cpp | 1630 const VkMemoryAllocateInfo* pAllocateInfo; in decode() local 5409 const VkDescriptorSetAllocateInfo* pAllocateInfo; in decode() local 6144 const VkCommandBufferAllocateInfo* pAllocateInfo; in decode() local
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2343 const VkCommandBufferAllocateInfo* pAllocateInfo, in overlay_AllocateCommandBuffers()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 756 …AN_HPP_INLINE Result Device::allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo * pAll… in allocateMemory() argument 2456 …NE Result Device::allocateDescriptorSets( const VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo * … in allocateDescriptorSets() argument 2853 …NE Result Device::allocateCommandBuffers( const VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo * … in allocateCommandBuffers() argument
|
D | vulkansc.hpp | 1138 …VkResult vkAllocateMemory( VkDevice device, const VkMemoryAllocateInfo * pAllocateInfo, const VkAl… in vkAllocateMemory() argument 1414 …VkResult vkAllocateDescriptorSets( VkDevice device, const VkDescriptorSetAllocateInfo * pAllocateI… in vkAllocateDescriptorSets() argument 1474 …VkResult vkAllocateCommandBuffers( VkDevice device, const VkCommandBufferAllocateInfo * pAllocateI… in vkAllocateCommandBuffers() argument
|
D | vulkan.hpp | 1139 …VkResult vkAllocateMemory( VkDevice device, const VkMemoryAllocateInfo * pAllocateInfo, const VkAl… in vkAllocateMemory() argument 1475 …VkResult vkAllocateDescriptorSets( VkDevice device, const VkDescriptorSetAllocateInfo * pAllocateI… in vkAllocateDescriptorSets() argument 1541 …VkResult vkAllocateCommandBuffers( VkDevice device, const VkCommandBufferAllocateInfo * pAllocateI… in vkAllocateCommandBuffers() argument
|