Searched refs:dsai (Results 1 – 1 of 1) sorted by relevance
23 VkDescriptorSetAllocateInfo dsai; in allocate_descriptor_set() local24 memset((void *)&dsai, 0, sizeof(dsai)); in allocate_descriptor_set()25 dsai.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO; in allocate_descriptor_set()26 dsai.pNext = NULL; in allocate_descriptor_set()27 dsai.descriptorPool = batch->descpool; in allocate_descriptor_set()28 dsai.descriptorSetCount = 1; in allocate_descriptor_set()29 dsai.pSetLayouts = &prog->dsl; in allocate_descriptor_set()32 if (vkAllocateDescriptorSets(screen->dev, &dsai, &desc_set) != VK_SUCCESS) { in allocate_descriptor_set()