Searched refs:allocDescriptorImageInfos (Results 1 – 3 of 3) sorted by relevance
609 VkDescriptorImageInfo *allocDescriptorImageInfos(size_t count);613 VkDescriptorImageInfo &allocDescriptorImageInfo() { return *allocDescriptorImageInfos(1); } in allocDescriptorImageInfo()
1457 VkDescriptorImageInfo *imageInfos = contextVk->allocDescriptorImageInfos(arraySize); in updateImagesDescriptorSet()1577 VkDescriptorImageInfo *imageInfos = contextVk->allocDescriptorImageInfos(1); in updateInputAttachmentDescriptorSet()1770 VkDescriptorImageInfo *imageInfos = contextVk->allocDescriptorImageInfos(arraySize); in updateTexturesDescriptorSet()
6005 VkDescriptorImageInfo *ContextVk::allocDescriptorImageInfos(size_t count) in allocDescriptorImageInfos() function in rx::ContextVk