Lines Matching refs:local_pExecutableInfo
4899 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()
4933 if (local_pExecutableInfo) { in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4934 delete local_pExecutableInfo; in DispatchGetPipelineExecutableInternalRepresentationsKHR()