/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 53 …ffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo) in allocateCommandBuffer() argument 56 DE_ASSERT(pAllocateInfo->commandBufferCount == 1u); in allocateCommandBuffer() 57 VK_CHECK(vk.allocateCommandBuffers(device, pAllocateInfo, &object)); in allocateCommandBuffer() 58 …(check<VkCommandBuffer>(object), Deleter<VkCommandBuffer>(vk, device, pAllocateInfo->commandPool)); in allocateCommandBuffer() 61 …rSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo) in allocateDescriptorSet() argument 64 DE_ASSERT(pAllocateInfo->descriptorSetCount == 1u); in allocateDescriptorSet() 65 VK_CHECK(vk.allocateDescriptorSets(device, pAllocateInfo, &object)); in allocateDescriptorSet() 66 …(check<VkDescriptorSet>(object), Deleter<VkDescriptorSet>(vk, device, pAllocateInfo->descriptorPoo… in allocateDescriptorSet()
|
D | vkRefUtil.hpp | 44 …fer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo); 45 …Set (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo);
|
D | vkNullDriver.cpp | 877 … allocateDescriptorSets (VkDevice, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in allocateDescriptorSets() argument 879 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descr… in allocateDescriptorSets() 881 for (deUint32 ndx = 0; ndx < pAllocateInfo->descriptorSetCount; ++ndx) in allocateDescriptorSets() 885 pDescriptorSets[ndx] = poolImpl->allocate(pAllocateInfo->pSetLayouts[ndx]); in allocateDescriptorSets() 923 …teCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in allocateCommandBuffers() argument 927 if (pAllocateInfo && pCommandBuffers) in allocateCommandBuffers() 929 …CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool… in allocateCommandBuffers() 931 for (deUint32 ndx = 0; ndx < pAllocateInfo->commandBufferCount; ++ndx) in allocateCommandBuffers() 932 pCommandBuffers[ndx] = poolImpl->allocate(pAllocateInfo->level); in allocateCommandBuffers()
|
D | vkDeviceDriverImpl.inl | 30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … argument 32 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory); 305 …teDescriptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… argument 307 return m_vk.allocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); 360 …teCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… argument 362 return m_vk.allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
D | vkConcreteDeviceInterface.inl | 9 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo… 64 …riptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 75 …andBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
D | vkVirtualDeviceInterface.inl | 9 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo… 64 …riptorSets (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 75 …andBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
D | vkRefUtil.inl | 6 …nst DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc…
|
D | vkRefUtilImpl.inl | 161 …nst DeviceInterface& vk, VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… argument 164 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
|
D | vkFunctionPointerTypes.inl | 25 …cateMemoryFunc) (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… 81 …rSetsFunc) (VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 92 …ffersFunc) (VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff…
|
D | vkNullDriverImpl.inl | 16 …API_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… argument 19 …pMemory = allocateNonDispHandle<DeviceMemory, VkDeviceMemory>(device, pAllocateInfo, pAllocator)));
|
/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 334 AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommand… in AllocateCommandBuffers() argument 342 startWriteObject(my_data, pAllocateInfo->commandPool); in AllocateCommandBuffers() 345 result = pTable->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers() 348 finishWriteObject(my_data, pAllocateInfo->commandPool); in AllocateCommandBuffers() 355 for (uint32_t index = 0; index < pAllocateInfo->commandBufferCount; index++) { in AllocateCommandBuffers() 357 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool; in AllocateCommandBuffers()
|
D | unique_objects.cpp | 334 …ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in AllocateMemory() argument 336 const VkMemoryAllocateInfo *input_allocate_info = pAllocateInfo; in AllocateMemory() 341 if ((pAllocateInfo != nullptr) && in AllocateMemory() 342 …ContainsExtStruct(pAllocateInfo, VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV)) { in AllocateMemory() 346 …te_info = std::unique_ptr<safe_VkMemoryAllocateInfo>(new safe_VkMemoryAllocateInfo(pAllocateInfo)); in AllocateMemory() 349 … const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext); in AllocateMemory()
|
D | object_tracker.cpp | 626 …ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in AllocateMemory() argument 636 …t_dispatch_table(ot_device_table_map, device)->AllocateMemory(device, pAllocateInfo, pAllocator, p… in AllocateMemory() 3343 …KAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, in AllocateCommandBuffers() argument 3348 …skip_call |= ValidateObject(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAN… in AllocateCommandBuffers() 3357 …ch_table(ot_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffe… in AllocateCommandBuffers() 3360 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in AllocateCommandBuffers() 3361 AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], in AllocateCommandBuffers() 3362 VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT, pAllocateInfo->level); in AllocateCommandBuffers() 3369 …KAPI_CALL AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, in AllocateDescriptorSets() argument 3374 skip_call |= ValidateObject(device, pAllocateInfo->descriptorPool, in AllocateDescriptorSets() [all …]
|
D | parameter_validation.cpp | 1837 …ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in AllocateMemory() argument 1844 …skip_call |= parameter_validation_vkAllocateMemory(my_data->report_data, pAllocateInfo, pAllocator… in AllocateMemory() 1847 …t_dispatch_table(pc_device_table_map, device)->AllocateMemory(device, pAllocateInfo, pAllocator, p… in AllocateMemory() 3500 …KAPI_CALL AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, in AllocateDescriptorSets() argument 3507 …skip_call |= parameter_validation_vkAllocateDescriptorSets(my_data->report_data, pAllocateInfo, pD… in AllocateDescriptorSets() 3510 …ch_table(pc_device_table_map, device)->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSe… in AllocateDescriptorSets() 3821 …KAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, in AllocateCommandBuffers() argument 3828 …skip_call |= parameter_validation_vkAllocateCommandBuffers(my_data->report_data, pAllocateInfo, pC… in AllocateCommandBuffers() 3831 …ch_table(pc_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffe… in AllocateCommandBuffers()
|
D | core_validation.cpp | 467 const VkMemoryAllocateInfo *pAllocateInfo) { in add_mem_obj_info() argument 470 …ata->memObjMap[mem] = unique_ptr<DEVICE_MEM_INFO>(new DEVICE_MEM_INFO(object, mem, pAllocateInfo)); in add_mem_obj_info() 5072 …ATTR VkResult VKAPI_CALL AllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, in AllocateMemory() argument 5075 …VkResult result = my_data->dispatch_table.AllocateMemory(device, pAllocateInfo, pAllocator, pMemor… in AllocateMemory() 5078 add_mem_obj_info(my_data, device, *pMemory, pAllocateInfo); in AllocateMemory() 6896 …idateAllocateDescriptorSets(layer_data *dev_data, const VkDescriptorSetAllocateInfo *pAllocateInfo, in PreCallValidateAllocateDescriptorSets() argument 6901 …return cvdescriptorset::ValidateAllocateDescriptorSets(dev_data->report_data, pAllocateInfo, dev_d… in PreCallValidateAllocateDescriptorSets() 6904 …ecordAllocateDescriptorSets(layer_data *dev_data, const VkDescriptorSetAllocateInfo *pAllocateInfo, in PostCallRecordAllocateDescriptorSets() argument 6908 …cvdescriptorset::PerformAllocateDescriptorSets(pAllocateInfo, pDescriptorSets, common_data, &dev_d… in PostCallRecordAllocateDescriptorSets() 6913 AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescrip… in AllocateDescriptorSets() argument [all …]
|
D | vk_validation_error_database.txt | 91 …Section '5.2. Command Buffer Allocation and Management' which states 'pAllocateInfo must be a poin… 92 …ement' which states 'pCommandBuffers must be a pointer to an array of pAllocateInfo::commandBuffer… 606 …tion refer to Vulkan Spec Section '10.2. Device Memory' which states 'pAllocateInfo must be a poin… 902 …an Spec Section '13.2.3. Allocation of Descriptor Sets' which states 'pAllocateInfo must be a poin… 903 … Sets' which states 'pDescriptorSets must be a pointer to an array of pAllocateInfo::descriptorSet…
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 996 vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, argument 1003 return disp->AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); 1594 const VkDescriptorSetAllocateInfo *pAllocateInfo, argument 1600 return disp->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); 1715 const VkCommandBufferAllocateInfo *pAllocateInfo, argument 1722 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); 1724 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) {
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 241 …PI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… in vkAllocateMemory() argument 243 …VkResult result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator,… in vkAllocateMemory() 603 …ateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… in vkAllocateDescriptorSets() argument 605 …VkResult result = device_dispatch_table(device)->AllocateDescriptorSets(device, pAllocateInfo, pDe… in vkAllocateDescriptorSets() 671 …ateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… in vkAllocateCommandBuffers() argument 673 …VkResult result = device_dispatch_table(device)->AllocateCommandBuffers(device, pAllocateInfo, pCo… in vkAllocateCommandBuffers()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2274 …R *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… 2330 …teDescriptorSets)(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 2341 …teCommandBuffers)(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… 2495 const VkMemoryAllocateInfo* pAllocateInfo, 2813 const VkDescriptorSetAllocateInfo* pAllocateInfo, 2874 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
D | vulkan.hpp | 16066 …Result allocateMemory( const MemoryAllocateInfo* pAllocateInfo, const AllocationCallbacks* pAlloca… in allocateMemory() argument 16068 …ocateMemory( m_device, reinterpret_cast<const VkMemoryAllocateInfo*>( pAllocateInfo ), reinterpret… in allocateMemory() 16827 …Result allocateDescriptorSets( const DescriptorSetAllocateInfo* pAllocateInfo, DescriptorSet* pDes… in allocateDescriptorSets() argument 16829 …Sets( m_device, reinterpret_cast<const VkDescriptorSetAllocateInfo*>( pAllocateInfo ), reinterpret… in allocateDescriptorSets() 16974 …Result allocateCommandBuffers( const CommandBufferAllocateInfo* pAllocateInfo, CommandBuffer* pCom… in allocateCommandBuffers() argument 16976 …fers( m_device, reinterpret_cast<const VkCommandBufferAllocateInfo*>( pAllocateInfo ), reinterpret… in allocateCommandBuffers()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2308 …R *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… 2364 …teDescriptorSets)(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDescriptorS… 2375 …teCommandBuffers)(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuff… 2529 const VkMemoryAllocateInfo* pAllocateInfo, 2847 const VkDescriptorSetAllocateInfo* pAllocateInfo, 2908 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 328 const VkCommandBufferAllocateInfo pAllocateInfo = in allocateCommandBuffer() local 336 return allocateCommandBuffer(vk, device, &pAllocateInfo); in allocateCommandBuffer()
|