/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 78 auto routine = function(testName().c_str()); in TEST() local 116 static auto routine = secondary((testName() + "_secondary").c_str()); in TEST() local 137 auto routine = primary((testName() + "_primary").c_str()); in TEST() local 172 auto routine = function(testName().c_str()); in TEST() local 211 auto routine = function(testName().c_str()); in TEST() local 242 auto routine = function(testName().c_str()); in TEST() local 277 auto routine = function(testName().c_str()); in TEST() local 297 auto routine = function(testName().c_str()); in TEST() local 325 auto routine = function(testName().c_str()); in TEST() local 359 auto routine = function(testName().c_str()); in TEST() local [all …]
|
H A D | ReactorSIMD.cpp | 51 auto routine = function(testName().c_str()); in TEST() local 83 auto routine = function(testName().c_str()); in TEST() local 118 auto routine = function(testName().c_str()); in TEST() local 160 auto routine = function(testName().c_str()); in TEST() local 198 auto routine = function(testName().c_str()); in TEST() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | pthread.h | 566 # define pthread_cleanup_push(routine, arg) \ argument 580 # define pthread_cleanup_push_defer_np(routine, arg) \ argument 612 # define pthread_cleanup_push(routine, arg) \ argument 629 # define pthread_cleanup_push_defer_np(routine, arg) \ argument 655 # define pthread_cleanup_push(routine, arg) \ argument 690 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Coroutine.hpp | 28 StreamBase(const std::shared_ptr<Routine> &routine, Nucleus::CoroutineHandle handle) in StreamBase() 46 std::shared_ptr<Routine> routine; member in rr::StreamBase 57 inline Stream(const std::shared_ptr<Routine> &routine, Nucleus::CoroutineHandle handle) in Stream() 151 std::shared_ptr<Routine> routine; member in rr::Coroutine
|
H A D | Routine.hpp | 43 explicit RoutineT(const std::shared_ptr<Routine> &routine) in RoutineT() 69 std::shared_ptr<Routine> routine; member in rr::RoutineT
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.cpp | 46 SpirvRoutine routine(pipelineLayout); in generate() local 52 void ComputeProgram::setWorkgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupI… in setWorkgroupBuiltins() 90 void ComputeProgram::setSubgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupID… in setSubgroupBuiltins() 151 void ComputeProgram::emit(SpirvRoutine *routine) in emit()
|
H A D | SpirvShaderImage.cpp | 644 …ion, SIMD::Int coordinate[], SIMD::Int sample, vk::Format imageFormat, const SpirvRoutine *routine) in setupTexelAddressData() 704 …at, OutOfBoundsBehavior outOfBoundsBehavior, SIMD::Int activeLaneMask, const SpirvRoutine *routine) in GetNonUniformTexelAddress() 765 …mple, vk::Format imageFormat, OutOfBoundsBehavior outOfBoundsBehavior, const SpirvRoutine *routine) in GetTexelAddress() 1487 const SpirvRoutine *routine = nullptr; in WriteImage() local
|
H A D | SetupRoutine.hpp | 43 SetupFunction::RoutineType routine; member in sw::SetupRoutine
|
H A D | PixelRoutine.hpp | 45 SpirvRoutine routine; member in sw::PixelRoutine
|
H A D | VertexRoutine.hpp | 65 SpirvRoutine routine; member in sw::VertexRoutine
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | VertexProcessor.cpp | 95 VertexProcessor::RoutineType VertexProcessor::routine(const State &state, in routine() function in sw::VertexProcessor 100 auto routine = routineCache->lookup(state); in routine() local
|
H A D | SetupProcessor.cpp | 105 SetupProcessor::RoutineType SetupProcessor::routine(const State &state) in routine() function in sw::SetupProcessor 107 auto routine = routineCache->lookup(state); in routine() local
|
H A D | PixelProcessor.cpp | 189 PixelProcessor::RoutineType PixelProcessor::routine(const State &state, in routine() function in sw::PixelProcessor 195 auto routine = routineCache->lookup(state); in routine() local
|
/aosp_15_r20/external/swiftshader/tests/PipelineBenchmarks/ |
H A D | PipelineBenchmarks.cpp | 51 auto routine = function("one"); in Transcendental1() local 79 auto routine = function("two"); in Transcendental2() local
|
/aosp_15_r20/external/swiftshader/tests/ReactorBenchmarks/ |
H A D | ReactorBenchmarks.cpp | 92 auto routine = function("one"); in Transcedental1() local 113 auto routine = function("two"); in Transcedental2() local
|
/aosp_15_r20/external/googleapis/google/cloud/workflows/executions/v1/ |
H A D | executions.proto | 134 string routine = 2; field 180 string routine = 1; field
|
/aosp_15_r20/external/googleapis/google/cloud/audit/ |
H A D | bigquery_audit_metadata.proto | 238 Routine routine = 1; field 384 Routine routine = 1; field 548 Routine routine = 1; field
|
/aosp_15_r20/external/jemalloc_new/test/src/ |
H A D | thd.c | 6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | pthread_exit.cpp | 53 void __pthread_cleanup_push(__pthread_cleanup_t* c, __pthread_cleanup_func_t routine, void* arg) { in __pthread_cleanup_push()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/include/ |
H A D | pthread.h | 333 #define pthread_cleanup_push(routine, arg) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_shared/gen/include/ |
D | pthread.h | 380 #define pthread_cleanup_push(routine, arg) \ argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/ |
D | pthread.h | 380 #define pthread_cleanup_push(routine, arg) \ argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/include/ |
H A D | pthread.h | 333 #define pthread_cleanup_push(routine, arg) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm64_armv8-a_shared/gen/include/ |
D | pthread.h | 380 #define pthread_cleanup_push(routine, arg) \ argument
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkSpanTest.cpp | 71 auto routine = [&](SkSpan<const int> a) { in DEF_TEST() local
|