Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h95 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges; member
Dgoldfish_vk_dispatch.cpp351 out->vkFlushMappedMemoryRanges = in init_vulkan_dispatch_from_system_loader()
1124 out->vkFlushMappedMemoryRanges = (PFN_vkFlushMappedMemoryRanges)vk->vkGetInstanceProcAddr( in init_vulkan_dispatch_from_instance()
2069 out->vkFlushMappedMemoryRanges = in init_vulkan_dispatch_from_device()
2988 if (!vk->vkFlushMappedMemoryRanges) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1156 …VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRangeCount, const VkMappedMemo… in vkFlushMappedMemoryRanges() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1158 return ::vkFlushMappedMemoryRanges( device, memoryRangeCount, pMemoryRanges ); in vkFlushMappedMemoryRanges()
4642 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5132vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetInstanceProcAddr( instance, "vkFlu… in init()
5554vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetDeviceProcAddr( device, "vkFlushMa… in init()
Dvulkan.hpp1163 …VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRangeCount, const VkMappedMemo… in vkFlushMappedMemoryRanges() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1165 return ::vkFlushMappedMemoryRanges( device, memoryRangeCount, pMemoryRanges ); in vkFlushMappedMemoryRanges()
9162 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10328vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetInstanceProcAddr( instance, "vkFlu… in init()
11411vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetDeviceProcAddr( device, "vkFlushMa… in init()
Dvulkansc_raii.hpp295vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetDeviceProcAddr( device, "vkFlushMa… in DeviceDispatcher()
655 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
6279 VULKAN_HPP_ASSERT( getDispatcher()->vkFlushMappedMemoryRanges && "Function <vkFlushMappedMemoryRang… in flushMappedMemoryRanges()
6283 …VkResult result = getDispatcher()->vkFlushMappedMemoryRanges( static_cast<VkDevice>( m_device ), m… in flushMappedMemoryRanges()
Dvulkan_raii.hpp611vkFlushMappedMemoryRanges = PFN_vkFlushMappedMemoryRanges( vkGetDeviceProcAddr( device, "vkFlushMa… in DeviceDispatcher()
1489 PFN_vkFlushMappedMemoryRanges vkFlushMappedMemoryRanges = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
11011 VULKAN_HPP_ASSERT( getDispatcher()->vkFlushMappedMemoryRanges && "Function <vkFlushMappedMemoryRang… in flushMappedMemoryRanges()
11015 …VkResult result = getDispatcher()->vkFlushMappedMemoryRanges( static_cast<VkDevice>( m_device ), m… in flushMappedMemoryRanges()
Dvulkansc_funcs.hpp828 …return static_cast<Result>( d.vkFlushMappedMemoryRanges( m_device, memoryRangeCount, reinterpret_c… in flushMappedMemoryRanges()
839 …VkResult result = d.vkFlushMappedMemoryRanges( m_device, memoryRanges.size(), reinterpret_cast<con… in flushMappedMemoryRanges()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc903 cache management commands flink:vkFlushMappedMemoryRanges and
3659 memory allocations: fname:vkFlushMappedMemoryRanges and
3667 fname:vkFlushMappedMemoryRanges and fname:vkInvalidateMappedMemoryRanges are
3690 fname:vkFlushMappedMemoryRanges and fname:vkInvalidateMappedMemoryRanges,
3703 [open,refpage='vkFlushMappedMemoryRanges',desc='Flush mapped memory ranges',type='protos']
3706 :refpage: vkFlushMappedMemoryRanges
3710 include::{generated}/api/protos/vkFlushMappedMemoryRanges.adoc[]
3718 fname:vkFlushMappedMemoryRanges guarantees that host writes to the memory
3751 include::{generated}/validity/protos/vkFlushMappedMemoryRanges.adoc[]
Dsynchronization.adoc1558 flink:vkFlushMappedMemoryRanges must: be called in order to guarantee that
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h118 VkResult vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount,
Dfunc_table.cpp253 vkFlushMappedMemoryRanges_VkResult_return = vkEnc->vkFlushMappedMemoryRanges( in gfxstream_vk_FlushMappedMemoryRanges()
DVkEncoder.cpp2983 VkResult VkEncoder::vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, in vkFlushMappedMemoryRanges() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp3244 VK_CHECK(vk->vkFlushMappedMemoryRanges(sVkEmulation->device, 1, &toFlush)); in updateBufferFromBytes()
DVkDecoderSnapshot.h156 void vkFlushMappedMemoryRanges(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp244 void vkFlushMappedMemoryRanges(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkFlushMappedMemoryRanges() function in VkDecoderSnapshot::Impl
4010 void VkDecoderSnapshot::vkFlushMappedMemoryRanges(const uint8_t* snapshotTraceBegin, in vkFlushMappedMemoryRanges() function in VkDecoderSnapshot
4016 mImpl->vkFlushMappedMemoryRanges(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, in vkFlushMappedMemoryRanges()
DVkDecoder.cpp1943 vk->vkFlushMappedMemoryRanges(unboxed_device, memoryRangeCount, pMemoryRanges); in decode()
1955 m_state->snapshot()->vkFlushMappedMemoryRanges( in decode()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dmemorymodel.adoc827 flink:vkFlushMappedMemoryRanges performs an availability operation, with a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc8742 flink:vkFlushMappedMemoryRanges, slink:VkMappedMemoryRange, and
9595 flink:vkFlushMappedMemoryRanges (public issue 127).
12548 flink:vkFlushMappedMemoryRanges and
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4211 VKAPI_ATTR VkResult VKAPI_CALL vkFlushMappedMemoryRanges(