Home | History | Annotate | Download | only in vk

Lines Matching refs:Handle

62     // non null it will be set to a handle that can be used in the furutre to quickly return a
66 // The CompatibleRPHandle must be a valid handle previously set by a call to
72 // If this is non null it will be set to a handle that can be used in the furutre to quickly
79 // The CompatibleRPHandle must be a valid handle previously set by a call to findRenderPass or
110 GrVkDescriptorSetManager::Handle* handle);
113 GrVkDescriptorSetManager::Handle* handle);
120 // Returns the compatible VkDescriptorSetLayout to use for a specific sampler handle. The caller
123 VkDescriptorSetLayout getSamplerDSLayout(const GrVkDescriptorSetManager::Handle&) const;
130 // the GrVkDescriptorSetManager::Handle passed in. The GrVkDescriptorSet is already reffed for
132 const GrVkDescriptorSet* getSamplerDescriptorSet(const GrVkDescriptorSetManager::Handle&);
135 // Signals that the descriptor set passed it, which is compatible with the passed in handle,
138 const GrVkDescriptorSetManager::Handle&);
261 GrVkDescriptorSetManager::Handle fUniformDSHandle;