Home
last modified time | relevance | path

Searched refs:target_count (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dbarrier.hpp55 unsigned target_count = divisor * target_iteration; in wait() local
61 if (c + 1 == target_count) in wait()
/third_party/ninja/src/
Dclean.cc195 int Cleaner::CleanTargets(int target_count, char* targets[]) { in CleanTargets() argument
199 for (int i = 0; i < target_count; ++i) { in CleanTargets()
Dclean.h44 int CleanTargets(int target_count, char* targets[]);
/third_party/ffmpeg/libavcodec/
Ddxva2.c178 unsigned j, target_count; in dxva2_validate_output() local
180 …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()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp1217 static const glw::GLuint target_count = sizeof(target) / sizeof(target[0]); in testExtension3() local
1219 for (glw::GLuint i = 0; i < target_count; ++i) in testExtension3()