Searched refs:tse (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | thrd_yield.c | 24 double ustimer(struct timespec tss, struct timespec tse) in ustimer() argument 26 double sd = difftime(tse.tv_sec, tss.tv_sec); in ustimer() 27 long nsd = tse.tv_nsec - tss.tv_nsec; in ustimer() 37 struct timespec tss, tse; in yieldfunc() local 41 timespec_get(&tse, TIME_UTC); in yieldfunc() 42 } while (ustimer(tss, tse) < 100.0); in yieldfunc() 53 struct timespec tss, tse; in thrd_yield_0100() local 63 result = timespec_get(&tse, TIME_UTC); in thrd_yield_0100() 69 if ((ustimer(tss, tse) - 100.0) < 0) { in thrd_yield_0100()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 243 std::ostringstream tse; in initPrograms() local 244 tse in initPrograms() 255 sources.glslSources.add("tse") << glu::TessellationEvaluationSource(tse.str()); in initPrograms() 328 tseModule = ShaderWrapper(vkd, device, binaries.get("tse")); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 240 std::ostringstream tse; in initPrograms() local 241 tse in initPrograms() 252 sources.glslSources.add("tse") << glu::TessellationEvaluationSource(tse.str()); in initPrograms() 325 tseModule = createShaderModule(vkd, device, binaries.get("tse")); in iterate()
|
Completed in 8 milliseconds