Home
last modified time | relevance | path

Searched defs:pAllocateInfo (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp53 …Buffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateIn… in allocateCommandBuffer()
61 …torSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateIn… in allocateDescriptorSet()
DvkNullDriver.cpp592 …Result VKAPI_CALL allocateDescriptorSets (VkDevice, const VkDescriptorSetAllocateInfo* pAllocateIn… in allocateDescriptorSets()
638 …VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateIn… in allocateCommandBuffers()
DvkDeviceDriverImpl.inl30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … argument
305 …iceDriver::allocateDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateIn… argument
360 …iceDriver::allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateIn… argument
DvkRefUtilImpl.inl143 …cateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,…
DvkNullDriverImpl.inl16 …TR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,…
/external/vulkan-validation-layers/layers/
Dthreading.cpp299 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkComma… in vkAllocateCommandBuffers()
Dobject_tracker.h779 …lt explicit_AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateIn… in explicit_AllocateCommandBuffers()
804 …lt explicit_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateIn… in explicit_AllocateDescriptorSets()
Dparameter_validation.cpp1892 …TR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in vkAllocateMemory()
3644 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescr… in vkAllocateDescriptorSets()
4037 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkComma… in vkAllocateCommandBuffers()
Dcore_validation.cpp489 const VkMemoryAllocateInfo *pAllocateInfo) { in add_mem_obj_info()
5351 …TR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in vkAllocateMemory()
6724 vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescr… in vkAllocateDescriptorSets()
/external/vulkan-validation-layers/loader/
Dtrampoline.c904 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo,
1502 const VkDescriptorSetAllocateInfo *pAllocateInfo,
1623 const VkCommandBufferAllocateInfo *pAllocateInfo,
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp261 const VkCommandBufferAllocateInfo pAllocateInfo = in allocateCommandBuffer() local