Searched refs:getDescriptorSet (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 265 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/ |
D | GrVkDescriptorSetManager.h | 44 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
|
D | GrVkResourceProvider.cpp | 376 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()
|
D | GrVkDescriptorSetManager.cpp | 226 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.h | 43 const GrVkDescriptorSet* getDescriptorSet(GrVkGpu* gpu, const Handle& handle);
|
D | GrVkResourceProvider.cpp | 290 return fDescriptorSetManagers[fUniformDSHandle.toIndex()]->getDescriptorSet(fGpu, in getUniformDescriptorSet() 297 return fDescriptorSetManagers[handle.toIndex()]->getDescriptorSet(fGpu, handle); in getSamplerDescriptorSet()
|
D | GrVkDescriptorSetManager.cpp | 78 const GrVkDescriptorSet* GrVkDescriptorSetManager::getDescriptorSet(GrVkGpu* gpu, in getDescriptorSet() function in GrVkDescriptorSetManager
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 693 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()
|