Home
last modified time | relevance | path

Searched refs:getDescriptorSet (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp256 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::ImageSizeTestInstance
423 VkDescriptorSet getDescriptorSet (void) const { return *m_descriptorSet; } in getDescriptorSet() function in vkt::image::__anona4fe04b70111::BufferSizeTestInstance
/external/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h44 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
DGrVkResourceProvider.cpp231 return fDescriptorSetManagers[fUniformDSHandle.toIndex()].getDescriptorSet(fGpu, in getUniformDescriptorSet()
238 return fDescriptorSetManagers[handle.toIndex()].getDescriptorSet(fGpu, handle); in getSamplerDescriptorSet()
DGrVkDescriptorSetManager.cpp53 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager