Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp4899 safe_VkPipelineExecutableInfoKHR *local_pExecutableInfo = NULL; in DispatchGetPipelineExecutableStatisticsKHR() local
4902 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableStatisticsKHR()
4904 local_pExecutableInfo->pipeline = layer_data->Unwrap(pExecutableInfo->pipeline); in DispatchGetPipelineExecutableStatisticsKHR()
4908 …ecutableStatisticsKHR(device, (const VkPipelineExecutableInfoKHR*)local_pExecutableInfo, pStatisti… in DispatchGetPipelineExecutableStatisticsKHR()
4909 if (local_pExecutableInfo) { in DispatchGetPipelineExecutableStatisticsKHR()
4910 delete local_pExecutableInfo; in DispatchGetPipelineExecutableStatisticsKHR()
4923 safe_VkPipelineExecutableInfoKHR *local_pExecutableInfo = NULL; in DispatchGetPipelineExecutableInternalRepresentationsKHR() local
4926 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4928 local_pExecutableInfo->pipeline = layer_data->Unwrap(pExecutableInfo->pipeline); in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4932 …nalRepresentationsKHR(device, (const VkPipelineExecutableInfoKHR*)local_pExecutableInfo, pInternal… in DispatchGetPipelineExecutableInternalRepresentationsKHR()
[all …]