Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h3422 struct safe_VkPipelineExecutableInfoKHR { struct
3427 safe_VkPipelineExecutableInfoKHR(const VkPipelineExecutableInfoKHR* in_struct); argument
3428 safe_VkPipelineExecutableInfoKHR(const safe_VkPipelineExecutableInfoKHR& src);
3429 safe_VkPipelineExecutableInfoKHR& operator=(const safe_VkPipelineExecutableInfoKHR& src); argument
3430 safe_VkPipelineExecutableInfoKHR();
3431 ~safe_VkPipelineExecutableInfoKHR();
3433 void initialize(const safe_VkPipelineExecutableInfoKHR* src);
Dvk_safe_struct.cpp15310 safe_VkPipelineExecutableInfoKHR::safe_VkPipelineExecutableInfoKHR(const VkPipelineExecutableInfoKH… in safe_VkPipelineExecutableInfoKHR() function in safe_VkPipelineExecutableInfoKHR
15318 safe_VkPipelineExecutableInfoKHR::safe_VkPipelineExecutableInfoKHR() : in safe_VkPipelineExecutableInfoKHR() function in safe_VkPipelineExecutableInfoKHR
15322 safe_VkPipelineExecutableInfoKHR::safe_VkPipelineExecutableInfoKHR(const safe_VkPipelineExecutableI… in safe_VkPipelineExecutableInfoKHR() function in safe_VkPipelineExecutableInfoKHR
15330 safe_VkPipelineExecutableInfoKHR& safe_VkPipelineExecutableInfoKHR::operator=(const safe_VkPipeline… in operator =()
15345 safe_VkPipelineExecutableInfoKHR::~safe_VkPipelineExecutableInfoKHR() in ~safe_VkPipelineExecutableInfoKHR()
15351 void safe_VkPipelineExecutableInfoKHR::initialize(const VkPipelineExecutableInfoKHR* in_struct) in initialize()
15359 void safe_VkPipelineExecutableInfoKHR::initialize(const safe_VkPipelineExecutableInfoKHR* src) in initialize()
Dlayer_chassis_dispatch.cpp4899 safe_VkPipelineExecutableInfoKHR *local_pExecutableInfo = NULL; in DispatchGetPipelineExecutableStatisticsKHR()
4902 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableStatisticsKHR()
4923 safe_VkPipelineExecutableInfoKHR *local_pExecutableInfo = NULL; in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4926 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableInternalRepresentationsKHR()