Home
last modified time | relevance | path

Searched defs:sema (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h78 pipe_semaphore_init(pipe_semaphore *sema, int init_val) in pipe_semaphore_init()
86 pipe_semaphore_destroy(pipe_semaphore *sema) in pipe_semaphore_destroy()
94 pipe_semaphore_signal(pipe_semaphore *sema) in pipe_semaphore_signal()
104 pipe_semaphore_wait(pipe_semaphore *sema) in pipe_semaphore_wait()
/external/igt-gpu-tools/overlay/
Dgpu-top.h46 uint8_t sema; member
56 uint64_t sema[MAX_RINGS]; member
/external/skia/src/gpu/ganesh/gl/
DGrGLSemaphore.h26 auto sema = std::unique_ptr<GrGLSemaphore>( in MakeWrapped() local
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py110 def semaphore_func(sema, mutex, running): argument
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp70 clang::Sema &sema = Instance.getSema(); in HandleTranslationUnit() local
/external/clang/lib/ARCMigrate/
DInternals.h157 Sema &sema, TransformActions &TA, in MigrationPass()
/external/python/cpython2/Lib/test/
Dtest_threading.py36 def __init__(self, name, testcase, sema, mutex, nrunning): argument
/external/igt-gpu-tools/tests/i915/
Dgem_exec_schedule.c490 uint32_t semaphore, outer, inner, *sema; in semaphore_resolve() local
1604 igt_spin_t *sema; in measure_semaphore_power() local
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c773 uint32_t *sema; in test_semaphore() local
/external/skia/src/image/
DSkImage_Gpu.cpp715 std::unique_ptr<GrSemaphore> sema = gpu->prepareTextureForCrossContextUsage(texture.get()); in MakeCrossContextFromPixmap() local
/external/python/cpython3/Lib/test/
Dtest_threading.py56 def __init__(self, name, testcase, sema, mutex, nrunning): argument
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp381 std::unique_ptr<GrSemaphore> sema = fResourceProvider->wrapBackendSemaphore( in wait() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1561 struct lvp_semaphore *sema = vk_alloc2(&device->vk.alloc, pAllocator, in lvp_CreateSemaphore() local
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c69 struct pmu_counter sema; member
/external/clang/lib/Sema/
DSemaType.cpp142 Sema &sema; member in __anon846eccfe0111::TypeProcessingState
166 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
DSemaTemplateInstantiate.cpp1841 namespace sema { namespace
DTreeTransform.h41 using namespace sema; variable