Lines Matching defs:created
85 * \param pipeliens - vector of pipelines created
152 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
174 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
196 static const StringTemplate ERROR_MSG = {"Index ${0} is not in created pipelines (pipelines.size(): ${1})"};
902 auto created = vector<VkPipeline>{};
903 created.resize(createInfos.size());
906 std::vector<VkPipelineCreateFlags2CreateInfoKHR> flags2CreateInfo(created.size(), { VK_STRUCTURE_TYPE_PIPELINE_CREATE_FLAGS_2_CREATE_INFO_KHR, 0, 0 });
919 const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, created);
920 auto pipelines = wrapHandles(vk, device, created);
1101 auto created = vector<VkPipeline>{};
1102 created.resize(createInfos.size());
1104 const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, created);
1105 auto pipelines = wrapHandles(vk, device, created);