Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp433 std::vector<VkDescriptorSetLayout> *new_layouts, in GpuPreCallCreatePipelineLayout() argument
452 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()
Dcore_validation.h123 std::vector<VkDescriptorSetLayout> new_layouts; member
640 std::vector<VkDescriptorSetLayout>* new_layouts,
Dcore_validation.cpp6029 …reatePipelineLayout(device_data, pCreateInfo, pAllocator, pPipelineLayout, &cpl_state->new_layouts, in PreCallRecordCreatePipelineLayout()