Lines Matching refs:pExecutableInfo
4893 const VkPipelineExecutableInfoKHR* pExecutableInfo, in DispatchGetPipelineExecutableStatisticsKHR() argument
4898 …ta->device_dispatch_table.GetPipelineExecutableStatisticsKHR(device, pExecutableInfo, pStatisticCo… in DispatchGetPipelineExecutableStatisticsKHR()
4901 if (pExecutableInfo) { in DispatchGetPipelineExecutableStatisticsKHR()
4902 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableStatisticsKHR()
4903 if (pExecutableInfo->pipeline) { in DispatchGetPipelineExecutableStatisticsKHR()
4904 local_pExecutableInfo->pipeline = layer_data->Unwrap(pExecutableInfo->pipeline); in DispatchGetPipelineExecutableStatisticsKHR()
4917 const VkPipelineExecutableInfoKHR* pExecutableInfo, in DispatchGetPipelineExecutableInternalRepresentationsKHR() argument
4922 …spatch_table.GetPipelineExecutableInternalRepresentationsKHR(device, pExecutableInfo, pInternalRep… in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4925 if (pExecutableInfo) { in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4926 local_pExecutableInfo = new safe_VkPipelineExecutableInfoKHR(pExecutableInfo); in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4927 if (pExecutableInfo->pipeline) { in DispatchGetPipelineExecutableInternalRepresentationsKHR()
4928 local_pExecutableInfo->pipeline = layer_data->Unwrap(pExecutableInfo->pipeline); in DispatchGetPipelineExecutableInternalRepresentationsKHR()