Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp169 safe_VkComputePipelineCreateInfo *local_pCreateInfos = NULL; in DispatchCreateComputePipelines() local
171 local_pCreateInfos = new safe_VkComputePipelineCreateInfo[createInfoCount]; in DispatchCreateComputePipelines()
173 local_pCreateInfos[idx0].initialize(&pCreateInfos[idx0]); in DispatchCreateComputePipelines()
175local_pCreateInfos[idx0].basePipelineHandle = layer_data->Unwrap(pCreateInfos[idx0].basePipelineHa… in DispatchCreateComputePipelines()
178 local_pCreateInfos[idx0].layout = layer_data->Unwrap(pCreateInfos[idx0].layout); in DispatchCreateComputePipelines()
181local_pCreateInfos[idx0].stage.module = layer_data->Unwrap(pCreateInfos[idx0].stage.module); in DispatchCreateComputePipelines()
190local_pCreateInfos->ptr(), pAllocator, pPipelines); in DispatchCreateComputePipelines()
191 delete[] local_pCreateInfos; in DispatchCreateComputePipelines()
208 safe_VkGraphicsPipelineCreateInfo *local_pCreateInfos = nullptr; in DispatchCreateGraphicsPipelines() local
210 local_pCreateInfos = new safe_VkGraphicsPipelineCreateInfo[createInfoCount]; in DispatchCreateGraphicsPipelines()
[all …]