Home
last modified time | relevance | path

Searched refs:counterValue (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m.result89 @property (getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-ns-nonatomic-iosonly.m.result96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
Dobjcmt-property.m.result92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1188 const int counterValue = numHits[counterNdx]*numInvocations; in iterate() local
1189 counterMasks[counterNdx].resize(counterValue, false); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1734 const int counterValue = numHits[counterNdx]*numInvocations; in iterate() local
1735 counterMasks[counterNdx].resize(counterValue, false); in iterate()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp51369 uint64_t counterValue; in getSwapchainCounterEXT() local
51370 …SwapchainKHR>( swapchain ), static_cast<VkSurfaceCounterFlagBitsEXT>( counter ), &counterValue ) ); in getSwapchainCounterEXT()
51371 …return createResultValue( result, counterValue, VULKAN_HPP_NAMESPACE_STRING"::Device::getSwapchain… in getSwapchainCounterEXT()
/external/swiftshader/include/vulkan/
Dvulkan.hpp43916 uint64_t counterValue; in getSwapchainCounterEXT() local
43917 …SwapchainKHR>( swapchain ), static_cast<VkSurfaceCounterFlagBitsEXT>( counter ), &counterValue ) ); in getSwapchainCounterEXT()
43918 …return createResultValue( result, counterValue, VULKAN_HPP_NAMESPACE_STRING"::Device::getSwapchain… in getSwapchainCounterEXT()