Searched refs:target_count (Results 1 – 5 of 5) sorted by relevance
55 unsigned target_count = divisor * target_iteration; in wait() local61 if (c + 1 == target_count) in wait()
195 int Cleaner::CleanTargets(int target_count, char* targets[]) { in CleanTargets() argument199 for (int i = 0; i < target_count; ++i) { in CleanTargets()
44 int CleanTargets(int target_count, char* targets[]);
178 unsigned j, target_count; in dxva2_validate_output() local180 …rRenderTargets((IDirectXVideoDecoderService *)decoder_service, &guid, &target_count, &target_list); in dxva2_validate_output()182 for (j = 0; j < target_count; j++) { in dxva2_validate_output()
1217 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]); in testExtension3() local1219 for (glw::GLuint i = 0; i < target_count; ++i) in testExtension3()