Home
last modified time | relevance | path

Searched refs:vkFlushMappedMemoryRanges (Results 1 – 25 of 36) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp30 funcs.vkFlushMappedMemoryRanges = vkFlushMappedMemoryRanges; in InitAllocator()
Dvk_utils.cpp535 ANGLE_VK_TRY(context, vkFlushMappedMemoryRanges(device, 1, &mappedRange)); in InitMappableDeviceMemory()
Dvk_wrapper.h1422 vkFlushMappedMemoryRanges(device, 1, &memRange);
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds33 vkFlushMappedMemoryRanges;
Dvk_swiftshader.def33 vkFlushMappedMemoryRanges
DVkGetProcAddress.cpp170 MAKE_VULKAN_DEVICE_ENTRY(vkFlushMappedMemoryRanges),
DlibVulkan.cpp1272 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount… in vkFlushMappedMemoryRanges() function
/external/angle/src/third_party/volk/
Dvolk.h206 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; member
613 extern PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges;
Dvolk.c416vkFlushMappedMemoryRanges = (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/
DvkCoreFunctionalities.inl48 …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…
DvkInitDeviceFunctionPointers.inl14 …emoryRanges = (FlushMappedMemoryRangesFunc) GET_PROC_ADDR("vkFlushMappedMemoryRanges");
DvkNullDriverImpl.inl3231 VK_NULL_FUNC_ENTRY(vkFlushMappedMemoryRanges, flushMappedMemoryRanges),
/external/angle/third_party/vulkan_memory_allocator/
DCHANGELOG.md80 - Added `VmaVulkanFunctions::vkFlushMappedMemoryRanges`, `vkInvalidateMappedMemoryRanges`.
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c530 result = vkFlushMappedMemoryRanges(screen->dev, 1, &range); in zink_transfer_map()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h1927 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/
Dvk_mem_alloc.h1927 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/
Dvklayertests_buffer_image_memory_sampler.cpp508 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()
Dvkpositivelayertests.cpp3051 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/
Dvk_mem_alloc.h1742 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()
Dgpu_validation.cpp209 … functions.vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)gpuVkFlushMappedMemoryRanges; in GpuInitializeVma()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c1811 … 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/
Dvulkan.hpp1478 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()
Dvulkan_raii.hpp943 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/
Dvulkan_core.h2997 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2997 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(

12