Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp265 virtual VkDescriptorSet getDescriptorSet (void) const = 0;
310 const VkDescriptorSet descriptorSet = getDescriptorSet(); in iterate()
356 VkDescriptorSet getDescriptorSet (void) const { return *m_descriptorSet; } in getDescriptorSet() function in vkt::image::__anond721d1580111::ImageSizeTestInstance
432 VkDescriptorSet getDescriptorSet (void) const { return *m_descriptorSet; } in getDescriptorSet() function in vkt::image::__anond721d1580111::BufferSizeTestInstance
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h44 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
DGrVkResourceProvider.cpp376 return fDescriptorSetManagers[fUniformDSHandle.toIndex()]->getDescriptorSet(fGpu, in getUniformDescriptorSet()
382 return fDescriptorSetManagers[fInputDSHandle.toIndex()]->getDescriptorSet(fGpu, fInputDSHandle); in getInputDescriptorSet()
388 return fDescriptorSetManagers[handle.toIndex()]->getDescriptorSet(fGpu, handle); in getSamplerDescriptorSet()
DGrVkDescriptorSetManager.cpp226 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager
/third_party/flutter/skia/src/gpu/vk/
DGrVkDescriptorSetManager.h43 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
DGrVkResourceProvider.cpp290 return fDescriptorSetManagers[fUniformDSHandle.toIndex()]->getDescriptorSet(fGpu, in getUniformDescriptorSet()
297 return fDescriptorSetManagers[handle.toIndex()]->getDescriptorSet(fGpu, handle); in getSamplerDescriptorSet()
DGrVkDescriptorSetManager.cpp78 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp693 VkDescriptorSet getDescriptorSet (const DeviceInterface& vk, const VkDevice& device, VkDescriptorPo… in getDescriptorSet() function
1089 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[0].get()), in pipelineLayoutLifetimeTest()
1090 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[1].get()), in pipelineLayoutLifetimeTest()
1091 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[2].get()) in pipelineLayoutLifetimeTest()