Home | History | Annotate | Download | only in layers

Lines Matching refs:vkFlushMappedMemoryRanges

10184 vkFlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange *pMemRanges) {
10191 skipCall |= validateMemoryIsMapped(my_data, "vkFlushMappedMemoryRanges", memRangeCount, pMemRanges);
10844 if (!strcmp(funcName, "vkFlushMappedMemoryRanges"))
10845 return (PFN_vkVoidFunction)vkFlushMappedMemoryRanges;