Searched refs:counterValue (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/ARCMT/ |
D | objcmt-atomic-property.m.result | 89 @property (getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-ns-nonatomic-iosonly.m.result | 96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
|
D | objcmt-property.m.result | 92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 1188 const int counterValue = numHits[counterNdx]*numInvocations; in iterate() local 1189 counterMasks[counterNdx].resize(counterValue, false); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 1734 const int counterValue = numHits[counterNdx]*numInvocations; in iterate() local 1735 counterMasks[counterNdx].resize(counterValue, false); in iterate()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 51369 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/ |
D | vulkan.hpp | 43916 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()
|