Searched defs:pAllocateInfo (Results 1 – 11 of 11) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 53 …Buffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateIn… in allocateCommandBuffer() 61 …torSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateIn… in allocateDescriptorSet()
|
D | vkNullDriver.cpp | 592 …Result VKAPI_CALL allocateDescriptorSets (VkDevice, const VkDescriptorSetAllocateInfo* pAllocateIn… in allocateDescriptorSets() 638 …VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateIn… in allocateCommandBuffers()
|
D | vkDeviceDriverImpl.inl | 30 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
|
D | vkRefUtilImpl.inl | 143 …cateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,…
|
D | vkNullDriverImpl.inl | 16 …TR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo,…
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 299 vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkComma… in vkAllocateCommandBuffers()
|
D | object_tracker.h | 779 …lt explicit_AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateIn… in explicit_AllocateCommandBuffers() 804 …lt explicit_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateIn… in explicit_AllocateDescriptorSets()
|
D | parameter_validation.cpp | 1892 …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()
|
D | core_validation.cpp | 489 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/ |
D | trampoline.c | 904 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, 1502 const VkDescriptorSetAllocateInfo *pAllocateInfo, 1623 const VkCommandBufferAllocateInfo *pAllocateInfo,
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 261 const VkCommandBufferAllocateInfo pAllocateInfo = in allocateCommandBuffer() local
|