Home
last modified time | relevance | path

Searched refs:numCalls (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimerTest.c34 volatile int* numCalls = (volatile int*)arg; in timerCallback() local
35 ++(*numCalls); in timerCallback()
47 volatile int numCalls = 0; in deTimer_selfTest() local
51 timer = deTimer_create(timerCallback, (void*)&numCalls); in deTimer_selfTest()
62 numCalls = 0; in deTimer_selfTest()
75 printf(" timer fired %d times, expected %d\n", numCalls, expectedCalls); in deTimer_selfTest()
76 DE_TEST_ASSERT(!isSingle || numCalls == 1); in deTimer_selfTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp77 deUint32 numCalls; // Number of draw or dispatch calls member
298 , m_vertices (createQuads(params.numCalls, 0.25f)) in PushDescriptorBufferGraphicsTestInstance()
559 for (deUint32 quadNdx = 0; quadNdx < m_params.numCalls; quadNdx++) in init()
616 for (deUint32 quadIdx = 0; quadIdx < m_params.numCalls; quadIdx++) in verifyImage()
825 m_testColors.resize(m_params.numCalls); in init()
826 for (deUint32 colorIdx = 0; colorIdx < m_params.numCalls; colorIdx++) in init()
832 const float mix = static_cast<float>(colorIdx) / static_cast<float>(m_params.numCalls - 1); in init()
842 for (deUint32 bufIdx = 0; bufIdx < m_params.numCalls; bufIdx++) in init()
874 m_itemSize * m_params.numCalls, // VkDeviceSize size; in init()
929 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNd in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp76 deUint32 numCalls; // Number of draw or dispatch calls member
295 , m_vertices (createQuads(params.numCalls, 0.25f)) in PushDescriptorBufferGraphicsTestInstance()
548 for (deUint32 quadNdx = 0; quadNdx < m_params.numCalls; quadNdx++) in init()
605 for (deUint32 quadIdx = 0; quadIdx < m_params.numCalls; quadIdx++) in verifyImage()
812 m_testColors.resize(m_params.numCalls); in init()
813 for (deUint32 colorIdx = 0; colorIdx < m_params.numCalls; colorIdx++) in init()
819 const float mix = static_cast<float>(colorIdx) / static_cast<float>(m_params.numCalls - 1); in init()
829 for (deUint32 bufIdx = 0; bufIdx < m_params.numCalls; bufIdx++) in init()
861 m_itemSize * m_params.numCalls, // VkDeviceSize size; in init()
916 for (deUint32 dispatchNdx = 0; dispatchNdx < m_params.numCalls; dispatchNd in init()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Derrors.c177 static int numCalls = 0; in _mesa_problem() local
181 if (numCalls < 50) { in _mesa_problem()
182 numCalls++; in _mesa_problem()
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp71 numCalls(0) in TPoolAllocator()
229 ++numCalls; in allocate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp68 int numCalls; member
144 , m_numCalls(testSpec.numCalls) in ConditionalDispatchTestInstance()
383 testSpec.numCalls = 3; in init()
485 spec.numCalls = 1; in init()
594 1, // int numCalls; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp68 int numCalls; member
146 , m_numCalls(testSpec.numCalls) in ConditionalDispatchTestInstance()
385 testSpec.numCalls = 3; in init()
487 spec.numCalls = 1; in init()
596 1, // int numCalls; in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp344 int numCalls = m_calibrator.getCallCount(); in iterate() local
347 for (int i = 0; i < numCalls; i++) in iterate()
445 int numCalls = m_calibrator.getCallCount(); in iterate() local
450 for (int i = 0; i < numCalls; i++) in iterate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp66 numCalls(0), in TPoolAllocator()
246 ++numCalls; in allocate()
H A DPoolAlloc.h219 int numCalls; // just an interesting statistic member in TPoolAllocator
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp2151 SSBOConcurrentAtomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2168 SSBOConcurrentAtomicCase::SSBOConcurrentAtomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize)
2170 , m_numCalls (numCalls)
2384 ConcurrentAtomicCounterCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2402 ConcurrentAtomicCounterCase::ConcurrentAtomicCounterCase (Context& context, const char* name, const char* description, int numCalls, int workSize)
2404 , m_numCalls (numCalls)
2603 ConcurrentImageAtomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2626 ConcurrentImageAtomicCase::ConcurrentImageAtomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize)
2628 , m_numCalls (numCalls)
2972 ConcurrentSSBOAtomicCounterMixedCase (Context& context, const char* name, const char* description, int numCalls, in
[all...]
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h246 int numCalls; // just an interesting statistic in initializeAllocation() member in glslang::TPoolAllocator
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4692 int32_t numCalls; member
4694 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;} in reset()
4705 info->numCalls++; in testCallBackFn()
4706 return (info->numCalls < info->maxCalls); in testCallBackFn()
4750 REGEX_ASSERT(cbInfo.numCalls == 0); in Callbacks()
4760 REGEX_ASSERT(cbInfo.numCalls > 0); in Callbacks()
4769 REGEX_ASSERT(cbInfo.numCalls == 4); in Callbacks()
4778 REGEX_ASSERT(cbInfo.numCalls == 4); in Callbacks()
4796 int32_t numCalls; member
4797 void reset(int32_t max) {maxCalls=max; numCalls
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c195 int32_t numCalls; member
206 info->numCalls++; in TestCallbackFn()
207 return (info->numCalls < info->maxCalls); in TestCallbackFn()
1348 TEST_ASSERT(cbInfo.numCalls == 0); in TestRegexCAPI()
1351 TEST_ASSERT(cbInfo.numCalls > 0); in TestRegexCAPI()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1026 int numCalls;
1048 const DrawCall* end = s_iterations[m_iterNdx].calls + s_iterations[m_iterNdx].numCalls;
1054 log << TestLog::Message << "Testing " << s_iterations[m_iterNdx].numCalls << " draw calls, (element count, TF state): " << tcu::formatArray(first, end) << TestLog::EndMessage;

Completed in 29 milliseconds