Searched refs:getDescriptorSet (Results 1 – 4 of 4) sorted by relevance
256 virtual VkDescriptorSet getDescriptorSet (void) const = 0;301 const VkDescriptorSet descriptorSet = getDescriptorSet(); in iterate()347 VkDescriptorSet getDescriptorSet (void) const { return *m_descriptorSet; } in getDescriptorSet() function in vkt::image::__anona4fe04b70111::ImageSizeTestInstance423 VkDescriptorSet getDescriptorSet (void) const { return *m_descriptorSet; } in getDescriptorSet() function in vkt::image::__anona4fe04b70111::BufferSizeTestInstance
44 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
231 return fDescriptorSetManagers[fUniformDSHandle.toIndex()].getDescriptorSet(fGpu, in getUniformDescriptorSet()238 return fDescriptorSetManagers[handle.toIndex()].getDescriptorSet(fGpu, handle); in getSamplerDescriptorSet()
53 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager