Home
last modified time | relevance | path

Searched refs:DDSTAT_HANDLE_DESTROY (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp264 DDSTAT_HANDLE_DESTROY(descriptorSetLayoutRequestCount, 1); in destroyDescriptorSetLayoutHandler()
265 DDSTAT_HANDLE_DESTROY(descriptorSetLayoutBindingRequestCount, it->second.bindingCount); in destroyDescriptorSetLayoutHandler()
318 DDSTAT_HANDLE_DESTROY(descriptorSetRequestCount, removedCount); in resetDescriptorPoolHandlerStat()
370 DDSTAT_HANDLE_DESTROY(imageViewRequestCount, 1); in destroyImageViewHandler()
372 DDSTAT_HANDLE_DESTROY(layeredImageViewRequestCount,1); in destroyImageViewHandler()
505 DDSTAT_HANDLE_DESTROY(graphicsPipelineRequestCount, 1); in destroyPipelineHandler()
514 DDSTAT_HANDLE_DESTROY(computePipelineRequestCount, 1); in destroyPipelineHandler()
637 DDSTAT_HANDLE_DESTROY(renderPassRequestCount, 1); in destroyRenderPassHandler()
638 DDSTAT_HANDLE_DESTROY(subpassDescriptionRequestCount, it->second.subpassCount); in destroyRenderPassHandler()
639 DDSTAT_HANDLE_DESTROY(attachmentDescriptionRequestCoun in destroyRenderPassHandler()
[all...]
H A DvkPlatform.hpp153 #define DDSTAT_HANDLE_DESTROY(VAR_NAME,VAR_VALUE) if( m_resourceInterface->isEnabledHandleDestroy() ) m_resourceInterface->getStatCurrent().VAR_NAME -= (VAR_VALUE) macro

Completed in 3 milliseconds