Lines Matching refs:GrVkDescriptorSet
184 // Returns a GrVkDescriptorSet that can be used for uniform buffers. The GrVkDescriptorSet
186 const GrVkDescriptorSet* getUniformDescriptorSet();
188 // Returns a GrVkDescriptorSet that can be used for sampler descriptors that are compatible with
189 // the GrVkDescriptorSetManager::Handle passed in. The GrVkDescriptorSet is already reffed for
191 const GrVkDescriptorSet* getSamplerDescriptorSet(const GrVkDescriptorSetManager::Handle&);
193 // Returns a GrVkDescriptorSet that can be used for input attachments. The GrVkDescriptorSet
195 const GrVkDescriptorSet* getInputDescriptorSet();
199 void recycleDescriptorSet(const GrVkDescriptorSet* descSet,