Home
last modified time | relevance | path

Searched refs:safe_VkMappedMemoryRange (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h175 struct safe_VkMappedMemoryRange { struct
181 safe_VkMappedMemoryRange(const VkMappedMemoryRange* in_struct); argument
182 safe_VkMappedMemoryRange(const safe_VkMappedMemoryRange& src);
183 safe_VkMappedMemoryRange& operator=(const safe_VkMappedMemoryRange& src); argument
184 safe_VkMappedMemoryRange();
185 ~safe_VkMappedMemoryRange();
187 void initialize(const safe_VkMappedMemoryRange* src);
Dvk_safe_struct.cpp900 safe_VkMappedMemoryRange::safe_VkMappedMemoryRange(const VkMappedMemoryRange* in_struct) : in safe_VkMappedMemoryRange() function in safe_VkMappedMemoryRange
909 safe_VkMappedMemoryRange::safe_VkMappedMemoryRange() : in safe_VkMappedMemoryRange() function in safe_VkMappedMemoryRange
913 safe_VkMappedMemoryRange::safe_VkMappedMemoryRange(const safe_VkMappedMemoryRange& src) in safe_VkMappedMemoryRange() function in safe_VkMappedMemoryRange
922 safe_VkMappedMemoryRange& safe_VkMappedMemoryRange::operator=(const safe_VkMappedMemoryRange& src) in operator =()
938 safe_VkMappedMemoryRange::~safe_VkMappedMemoryRange() in ~safe_VkMappedMemoryRange()
944 void safe_VkMappedMemoryRange::initialize(const VkMappedMemoryRange* in_struct) in initialize()
953 void safe_VkMappedMemoryRange::initialize(const safe_VkMappedMemoryRange* src) in initialize()
Dlayer_chassis_dispatch.cpp1266 safe_VkMappedMemoryRange *local_pMemoryRanges = NULL; in DispatchFlushMappedMemoryRanges()
1269 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchFlushMappedMemoryRanges()
1292 safe_VkMappedMemoryRange *local_pMemoryRanges = NULL; in DispatchInvalidateMappedMemoryRanges()
1295 local_pMemoryRanges = new safe_VkMappedMemoryRange[memoryRangeCount]; in DispatchInvalidateMappedMemoryRanges()