Home
last modified time | relevance | path

Searched refs:VkDeviceMemory (Results 1 – 25 of 159) sorted by relevance

1234567

/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.h45 VkDeviceMemory memory);
49 VkDevice device, VkDeviceMemory memory);
54 VkDeviceMemory getDeviceMemory() const;
67 VkDeviceMemory mMemory;
Dvulkan_gfxstream.h48 typedef VkResult (VKAPI_PTR *PFN_vkMapMemoryIntoAddressSpaceGOOGLE)(VkDevice device, VkDeviceMemory
56 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostAddressInfoGOOGLE)(VkDevice device, VkDeviceMemory
57 typedef VkResult (VKAPI_PTR *PFN_vkFreeMemorySyncGOOGLE)(VkDevice device, VkDeviceMemory memory, co…
68 …dsFromAuxMemoryGOOGLE)(VkQueue queue, VkCommandBuffer commandBuffer, VkDeviceMemory deviceMemory, …
69 typedef VkResult (VKAPI_PTR *PFN_vkGetBlobGOOGLE)(VkDevice device, VkDeviceMemory memory);
76 VkDeviceMemory memory,
125 VkDeviceMemory memory,
132 VkDeviceMemory memory,
201 VkDeviceMemory deviceMemory,
207 VkDeviceMemory memory);
DHostVisibleMemoryVirtualization.cpp35 VkDevice device, VkDeviceMemory memory) in CoherentMemory()
43 VkDevice device, VkDeviceMemory memory) in CoherentMemory()
55 VkDeviceMemory CoherentMemory::getDeviceMemory() const { return mMemory; } in getDeviceMemory()
DResourceTracker.h188 const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
189 void on_vkFreeMemory(void* context, VkDevice device, VkDeviceMemory memory,
193 VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size,
196 void on_vkUnmapMemory(void* context, VkDevice device, VkDeviceMemory memory);
217 VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset);
240 VkBuffer buffer, VkDeviceMemory memory,
415 VkDevice device, VkDeviceMemory memory,
418 VkDevice device, VkDeviceMemory memory,
533 uint8_t* getMappedPointer(VkDeviceMemory memory);
534 VkDeviceSize getMappedSize(VkDeviceMemory memory);
[all …]
DCommandBufferStagingStream.h42 VkDeviceMemory deviceMemory =
85 VkDeviceMemory getDeviceMemory();
DVulkanHandles.h125 f(VkDeviceMemory) \
154 f(VkDeviceMemory) \
/hardware/google/gfxstream/host/vulkan/
Dvulkan_gfxstream.h48 typedef VkResult (VKAPI_PTR *PFN_vkMapMemoryIntoAddressSpaceGOOGLE)(VkDevice device, VkDeviceMemory
56 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryHostAddressInfoGOOGLE)(VkDevice device, VkDeviceMemory
57 typedef VkResult (VKAPI_PTR *PFN_vkFreeMemorySyncGOOGLE)(VkDevice device, VkDeviceMemory memory, co…
68 …dsFromAuxMemoryGOOGLE)(VkQueue queue, VkCommandBuffer commandBuffer, VkDeviceMemory deviceMemory, …
69 typedef VkResult (VKAPI_PTR *PFN_vkGetBlobGOOGLE)(VkDevice device, VkDeviceMemory memory);
76 VkDeviceMemory memory,
125 VkDeviceMemory memory,
132 VkDeviceMemory memory,
201 VkDeviceMemory deviceMemory,
207 VkDeviceMemory memory);
DCompositorVk.h55 VkDeviceMemory m_vertexVkDeviceMemory;
57 VkDeviceMemory m_indexVkDeviceMemory;
67 VkDeviceMemory m_vkImageMemory = VK_NULL_HANDLE;
73 VkDeviceMemory m_vkDeviceMemory = VK_NULL_HANDLE;
179 std::optional<std::tuple<VkBuffer, VkDeviceMemory>> createBuffer(VkDeviceSize,
182 std::tuple<VkBuffer, VkDeviceMemory> createStagingBufferWithData(const void* data,
DVulkanHandles.h63 f(VkDeviceMemory) \
76 f(VkDeviceMemory) \
DVkDecoderGlobalState.h218 VkDeviceMemory memory, VkDeviceSize memoryOffset);
234 VkDeviceMemory memory, VkDeviceSize memoryOffset);
402 const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
404 void on_vkFreeMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
407 VkResult on_vkMapMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory,
411 void on_vkUnmapMemory(android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory);
413 uint8_t* getMappedHostPointer(VkDeviceMemory memory);
414 VkDeviceSize getDeviceMemorySize(VkDeviceMemory memory);
447 VkDeviceMemory memory, uint64_t* pAddress);
449 VkDeviceMemory memory, uint64_t* pAddress,
[all …]
DVkAndroidNativeBuffer.h72 VkDeviceMemory imageMemory = VK_NULL_HANDLE;
73 VkDeviceMemory stagingMemory = VK_NULL_HANDLE;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_win32.h80 VkDeviceMemory memory;
109 const VkDeviceMemory* pAcquireSyncs;
113 const VkDeviceMemory* pReleaseSyncs;
234 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, …
239 VkDeviceMemory memory,
253 const VkDeviceMemory* pAcquireSyncs;
257 const VkDeviceMemory* pReleaseSyncs;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_win32.h80 VkDeviceMemory memory;
109 const VkDeviceMemory* pAcquireSyncs;
113 const VkDeviceMemory* pReleaseSyncs;
234 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleNV)(VkDevice device, VkDeviceMemory memory, …
239 VkDeviceMemory memory,
253 const VkDeviceMemory* pAcquireSyncs;
257 const VkDeviceMemory* pReleaseSyncs;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_external_memory_dma_buf.adoc24 slink:VkDeviceMemory, to export slink:VkDeviceMemory as a code:dma_buf, and
32 to bind to code:dma_buf slink:VkDeviceMemory containing an externally
51 import/export between code:dma_buf and slink:VkDeviceMemory.
DVK_EXT_metal_objects.adoc28 objects when creating Vulkan objects of types slink:VkDeviceMemory,
46 VkDeviceMemory, added export of MTLSharedEvent, added import of
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h45 const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in vkAllocateMemory()
55 VkResult vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, in vkBindBufferMemory()
61 VkResult vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, in vkBindImageMemory()
224 void vkFreeMemory(VkDevice device, VkDeviceMemory memory, in vkFreeMemory()
276 VkResult vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, in vkMapMemory()
282 void vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dbind_index_buffer_common.adoc10 sname:VkDeviceMemory object that is backing pname:buffer, must: be a
17 contiguously to a single sname:VkDeviceMemory object
Dcopy_buffer_common.adoc28 contiguously to a single sname:VkDeviceMemory object
34 contiguously to a single sname:VkDeviceMemory object
Dtrace_rays_binding_table.adoc11 single sname:VkDeviceMemory object
22 single sname:VkDeviceMemory object
39 single sname:VkDeviceMemory object
56 single sname:VkDeviceMemory object
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h92 VkDeviceMemory memory;
170 VkDeviceMemory *out);
212 VkDeviceMemory memory,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-common-validity-noreflow-novuid.adoc20 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object
23 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object
Dsrc-common-validity.adoc20 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object
23 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object
Dexpect-common-validity-novuid.adoc22 contiguously to a single sname:VkDeviceMemory object
28 contiguously to a single sname:VkDeviceMemory object
Dexpect-common-validity-default.adoc25 contiguously to a single sname:VkDeviceMemory object
31 contiguously to a single sname:VkDeviceMemory object
Dexpect-common-validity-noreflow.adoc23 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object
26 …n-sparse then it must: be bound completely and contiguously to a single sname:VkDeviceMemory object

1234567