Searched refs:local_pCreateInfos (Results 1 – 1 of 1) sorted by relevance
169 safe_VkComputePipelineCreateInfo *local_pCreateInfos = NULL; in DispatchCreateComputePipelines() local171 local_pCreateInfos = new safe_VkComputePipelineCreateInfo[createInfoCount]; in DispatchCreateComputePipelines()173 local_pCreateInfos[idx0].initialize(&pCreateInfos[idx0]); in DispatchCreateComputePipelines()175 …local_pCreateInfos[idx0].basePipelineHandle = layer_data->Unwrap(pCreateInfos[idx0].basePipelineHa… in DispatchCreateComputePipelines()178 local_pCreateInfos[idx0].layout = layer_data->Unwrap(pCreateInfos[idx0].layout); in DispatchCreateComputePipelines()181 … local_pCreateInfos[idx0].stage.module = layer_data->Unwrap(pCreateInfos[idx0].stage.module); in DispatchCreateComputePipelines()190 … local_pCreateInfos->ptr(), pAllocator, pPipelines); in DispatchCreateComputePipelines()191 delete[] local_pCreateInfos; in DispatchCreateComputePipelines()208 safe_VkGraphicsPipelineCreateInfo *local_pCreateInfos = nullptr; in DispatchCreateGraphicsPipelines() local210 local_pCreateInfos = new safe_VkGraphicsPipelineCreateInfo[createInfoCount]; in DispatchCreateGraphicsPipelines()[all …]