Home | History | Annotate | Download | only in layers

Lines Matching refs:allocInfo

492     memcpy(&my_data->memObjMap[mem].allocInfo, pAllocateInfo, sizeof(VkMemoryAllocateInfo));
494 my_data->memObjMap[mem].allocInfo.pNext = NULL;
703 if (pInfo->allocInfo.allocationSize == 0 && !internal) {
958 if (0 != pInfo->allocInfo.allocationSize) {
959 string pAllocInfoMsg = vk_print_vkmemoryallocateinfo(&pInfo->allocInfo, "MEM(INFO): ");
4788 if (pInfo->allocInfo.allocationSize != 0) {
5403 if (offset >= mem_element->second.allocInfo.allocationSize) {
5407 mem_element->second.allocInfo.allocationSize, mem_element->second.allocInfo.allocationSize);
5410 if ((offset + size) > mem_element->second.allocInfo.allocationSize) {
5414 size + offset, mem_element->second.allocInfo.allocationSize);
5456 uint32_t index = mem_element->second.allocInfo.memoryTypeIndex;
5461 size = mem_element->second.allocInfo.allocationSize;
10085 if ((memProps.memoryTypes[pMemObj->allocInfo.memoryTypeIndex].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) == 0) {