Searched refs:mpf (Results 1 – 3 of 3) sorted by relevance
429 struct intel_mp_floating *mpf; in smp_scan_config() local432 if (sizeof(*mpf) != 16) { in smp_scan_config()438 mpf = (struct intel_mp_floating *)bp; in smp_scan_config()440 (mpf->mpf_length == 1) && in smp_scan_config()442 ((mpf->mpf_specification == 1) in smp_scan_config()443 || (mpf->mpf_specification == 4))) { in smp_scan_config()
27 void (C::*mpf)() const; variable
85 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindBufferMemory() local86 alloc->fFlags = mpf & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT ? 0x0 in AllocAndBindBufferMemory()170 VkMemoryPropertyFlags mpf = phDevMemProps.memoryTypes[typeIndex].propertyFlags; in AllocAndBindImageMemory() local171 alloc->fFlags = mpf & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT ? 0x0 in AllocAndBindImageMemory()