Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h948 struct safe_VkCommandBufferAllocateInfo { struct
954 safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInfo* in_struct); argument
955 safe_VkCommandBufferAllocateInfo(const safe_VkCommandBufferAllocateInfo& src);
956 safe_VkCommandBufferAllocateInfo& operator=(const safe_VkCommandBufferAllocateInfo& src); argument
957 safe_VkCommandBufferAllocateInfo();
958 ~safe_VkCommandBufferAllocateInfo();
960 void initialize(const safe_VkCommandBufferAllocateInfo* src);
Dvk_safe_struct.cpp5359 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo(const VkCommandBufferAllocateInf… in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo
5368 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo() : in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo
5372 safe_VkCommandBufferAllocateInfo::safe_VkCommandBufferAllocateInfo(const safe_VkCommandBufferAlloca… in safe_VkCommandBufferAllocateInfo() function in safe_VkCommandBufferAllocateInfo
5381 safe_VkCommandBufferAllocateInfo& safe_VkCommandBufferAllocateInfo::operator=(const safe_VkCommandB… in operator =()
5397 safe_VkCommandBufferAllocateInfo::~safe_VkCommandBufferAllocateInfo() in ~safe_VkCommandBufferAllocateInfo()
5403 void safe_VkCommandBufferAllocateInfo::initialize(const VkCommandBufferAllocateInfo* in_struct) in initialize()
5412 void safe_VkCommandBufferAllocateInfo::initialize(const safe_VkCommandBufferAllocateInfo* src) in initialize()
Dlayer_chassis_dispatch.cpp2421 safe_VkCommandBufferAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateCommandBuffers()
2424 local_pAllocateInfo = new safe_VkCommandBufferAllocateInfo(pAllocateInfo); in DispatchAllocateCommandBuffers()