Searched refs:new_layouts (Results 1 – 3 of 3) sorted by relevance
433 std::vector<VkDescriptorSetLayout> *new_layouts, in GpuPreCallCreatePipelineLayout() argument452 new_layouts->reserve(gpu_state->adjusted_max_desc_sets); in GpuPreCallCreatePipelineLayout()453 new_layouts->insert(new_layouts->end(), &pCreateInfo->pSetLayouts[0], in GpuPreCallCreatePipelineLayout()456 new_layouts->push_back(gpu_state->dummy_desc_layout); in GpuPreCallCreatePipelineLayout()458 new_layouts->push_back(gpu_state->debug_desc_layout); in GpuPreCallCreatePipelineLayout()459 modified_create_info->pSetLayouts = new_layouts->data(); in GpuPreCallCreatePipelineLayout()
123 std::vector<VkDescriptorSetLayout> new_layouts; member640 std::vector<VkDescriptorSetLayout>* new_layouts,
6029 …reatePipelineLayout(device_data, pCreateInfo, pAllocator, pPipelineLayout, &cpl_state->new_layouts, in PreCallRecordCreatePipelineLayout()