Home | History | Annotate | Download | only in layers

Lines Matching refs:DescriptorSetLayout

149     unordered_map<VkDescriptorSetLayout, cvdescriptorset::DescriptorSetLayout *> descriptorSetLayoutMap;
2241 cvdescriptorset::DescriptorSetLayout const *getDescriptorSetLayout(layer_data const *my_data, VkDescriptorSetLayout dsLayout) {
6057 DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator) {
6060 ->dispatch_table.DestroyDescriptorSetLayout(device, descriptorSetLayout, pAllocator);
6708 return cvdescriptorset::DescriptorSetLayout::ValidateCreateInfo(dev_data->report_data, create_info);
6714 dev_data->descriptorSetLayoutMap[set_layout] = new cvdescriptorset::DescriptorSetLayout(create_info, set_layout);
6895 // as well as DescriptorSetLayout ptrs used for later update.
7512 "descriptorSet #%u being bound is not compatible with overlapping descriptorSetLayout "