/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 30 funcs.vkFlushMappedMemoryRanges = vkFlushMappedMemoryRanges; in InitAllocator()
|
D | vk_utils.cpp | 535 ANGLE_VK_TRY(context, vkFlushMappedMemoryRanges(device, 1, &mappedRange)); in InitMappableDeviceMemory()
|
D | vk_wrapper.h | 1422 vkFlushMappedMemoryRanges(device, 1, &memRange);
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 33 vkFlushMappedMemoryRanges;
|
D | vk_swiftshader.def | 33 vkFlushMappedMemoryRanges
|
D | VkGetProcAddress.cpp | 170 MAKE_VULKAN_DEVICE_ENTRY(vkFlushMappedMemoryRanges),
|
D | libVulkan.cpp | 1272 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount… in vkFlushMappedMemoryRanges() function
|
/external/angle/src/third_party/volk/ |
D | volk.h | 206 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; member 613 extern PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges;
|
D | volk.c | 416 …vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)load(context, "vkFlushMappedMemoryRange… in volkGenLoadDevice() 817 …table->vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)load(context, "vkFlushMappedMemo… in volkGenLoadDeviceTable() 1228 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 48 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkFlushMappedMemoryRanges", FUNCTIONORIGIN_D… 186 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkFlushMappedMemoryRanges", FUNCTIONORIGIN_D… 352 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkFlushMappedMemoryRanges", FUNCTIONORIGIN_D…
|
D | vkInitDeviceFunctionPointers.inl | 14 …emoryRanges = (FlushMappedMemoryRangesFunc) GET_PROC_ADDR("vkFlushMappedMemoryRanges");
|
D | vkNullDriverImpl.inl | 3231 VK_NULL_FUNC_ENTRY(vkFlushMappedMemoryRanges, flushMappedMemoryRanges),
|
/external/angle/third_party/vulkan_memory_allocator/ |
D | CHANGELOG.md | 80 - Added `VmaVulkanFunctions::vkFlushMappedMemoryRanges`, `vkInvalidateMappedMemoryRanges`.
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 530 result = vkFlushMappedMemoryRanges(screen->dev, 1, &range); in zink_transfer_map()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 1927 extern PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; 2215 PFN_vkFlushMappedMemoryRanges VMA_NULLABLE vkFlushMappedMemoryRanges; member 13273 …(*m_hAllocator->GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &memRa… in ApplyDefragmentationMovesCpu() 15733 …m_VulkanFunctions.vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)vkFlushMappedMemoryRa… in ImportVulkanFunctions_Static() 15773 VMA_COPY_IF_NOT_NULL(vkFlushMappedMemoryRanges); in ImportVulkanFunctions_Custom() 15821 …VMA_FETCH_DEVICE_FUNC(vkFlushMappedMemoryRanges, PFN_vkFlushMappedMemoryRanges, "vkFlushMappedMemo… in ImportVulkanFunctions_Dynamic() 15881 VMA_ASSERT(m_VulkanFunctions.vkFlushMappedMemoryRanges != VMA_NULL); in ValidateVulkanFunctions() 17174 res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 17215 …res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), ranges… in FlushOrInvalidateAllocations()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1927 extern PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; 2219 PFN_vkFlushMappedMemoryRanges VMA_NULLABLE vkFlushMappedMemoryRanges; member 13255 …(*m_hAllocator->GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &memRa… in ApplyDefragmentationMovesCpu() 15715 …m_VulkanFunctions.vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)vkFlushMappedMemoryRa… in ImportVulkanFunctions_Static() 15755 VMA_COPY_IF_NOT_NULL(vkFlushMappedMemoryRanges); in ImportVulkanFunctions_Custom() 15803 …VMA_FETCH_DEVICE_FUNC(vkFlushMappedMemoryRanges, PFN_vkFlushMappedMemoryRanges, "vkFlushMappedMemo… in ImportVulkanFunctions_Dynamic() 15852 VMA_ASSERT(m_VulkanFunctions.vkFlushMappedMemoryRanges != VMA_NULL); in ValidateVulkanFunctions() 17145 res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation() 17186 …res = (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, (uint32_t)ranges.size(), ranges… in FlushOrInvalidateAllocations()
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 508 vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 518 vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 528 vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 540 vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 550 vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F()
|
D | vkpositivelayertests.cpp | 3051 err = vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 3066 err = vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 3082 err = vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 3097 err = vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F() 3101 err = vkFlushMappedMemoryRanges(m_device->device(), 1, &mmr); in TEST_F()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1742 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; member 12082 …(*m_hAllocator->GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hAllocator->m_hDevice, 1, &memRa… in ApplyDefragmentationMovesCpu() 14151 m_VulkanFunctions.vkFlushMappedMemoryRanges = &vkFlushMappedMemoryRanges; in ImportVulkanFunctions() 14184 VMA_COPY_IF_NOT_NULL(vkFlushMappedMemoryRanges); in ImportVulkanFunctions() 14211 VMA_ASSERT(m_VulkanFunctions.vkFlushMappedMemoryRanges != VMA_NULL); in ImportVulkanFunctions() 15346 (*GetVulkanFunctions().vkFlushMappedMemoryRanges)(m_hDevice, 1, &memRange); in FlushOrInvalidateAllocation()
|
D | gpu_validation.cpp | 209 … functions.vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)gpuVkFlushMappedMemoryRanges; in GpuInitializeVma()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 1811 … return anv_device->dispatch.vkFlushMappedMemoryRanges(device, memoryRangeCount, pMemoryRanges); in anv_FlushMappedMemoryRanges() 3121 .vkFlushMappedMemoryRanges = anv_FlushMappedMemoryRanges, 3627 .vkFlushMappedMemoryRanges = gen7_FlushMappedMemoryRanges, 4133 .vkFlushMappedMemoryRanges = gen75_FlushMappedMemoryRanges, 4639 .vkFlushMappedMemoryRanges = gen8_FlushMappedMemoryRanges, 5145 .vkFlushMappedMemoryRanges = gen9_FlushMappedMemoryRanges, 5651 .vkFlushMappedMemoryRanges = gen11_FlushMappedMemoryRanges, 6157 .vkFlushMappedMemoryRanges = gen12_FlushMappedMemoryRanges,
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 1478 VkResult vkFlushMappedMemoryRanges( VkDevice device, in vkFlushMappedMemoryRanges() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1482 return ::vkFlushMappedMemoryRanges( device, memoryRangeCount, pMemoryRanges ); in vkFlushMappedMemoryRanges() 10522 …PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges … member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11643 vkFlushMappedMemoryRanges = in init() 12376 vkFlushMappedMemoryRanges = in init()
|
D | vulkan_raii.hpp | 943 vkFlushMappedMemoryRanges = in init() 1517 …PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges … member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 9335 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkFlushMappedMemoryRanges( in flushMappedMemoryRanges()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2997 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2997 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(
|