Skip to content

Commit

Permalink
Add interactions w/ external host memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gfxstrand committed Aug 9, 2022
1 parent e7d60d7 commit 84e5dc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appendices/VK_EXT_map_memory_placed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ include::{generated}/meta/{refprefix}VK_EXT_map_memory_placed.txt[]
2022-07-28
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- Interacts with apitext:VK_EXT_external_memory_host
*Contributors*::
- Jason Ekstrand, Collabora
- Tobias Hector, AMD
Expand Down
6 changes: 6 additions & 0 deletions chapters/memory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3203,6 +3203,12 @@ ifdef::VK_EXT_map_memory_placed[]
is enabled, pname:size must: be ename:VK_WHOLE_SIZE or be aligned to an
integer multiple of
sname:VkPhysicalDeviceMapMemoryPlacedPropertiesEXT::pname:minPlacedMemoryMapAlignment
ifdef::VK_EXT_external_memory_host[]
* If ename:VK_MEMORY_MAP_PLACED_BIT_EXT is set in pname:flags, the memory
object must: not have been imported from a handle type of
ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT or
ename:VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT
endif::VK_EXT_external_memory_host[]
endif::VK_EXT_map_memory_placed[]
****

Expand Down

0 comments on commit 84e5dc1

Please sign in to comment.