Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp78 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 …]
DReactorSIMD.cpp51 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
/external/swiftshader/src/Reactor/
DCoroutine.hpp28 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
DRoutine.hpp43 explicit RoutineT(const std::shared_ptr<Routine> &routine) in RoutineT()
69 std::shared_ptr<Routine> routine; member in rr::RoutineT
/external/swiftshader/src/Device/
DVertexProcessor.cpp95 VertexProcessor::RoutineType VertexProcessor::routine(const State &state, in routine() function in sw::VertexProcessor
100 auto routine = routineCache->lookup(state); in routine() local
DSetupProcessor.cpp105 SetupProcessor::RoutineType SetupProcessor::routine(const State &state) in routine() function in sw::SetupProcessor
107 auto routine = routineCache->lookup(state); in routine() local
DPixelProcessor.cpp188 PixelProcessor::RoutineType PixelProcessor::routine(const State &state, in routine() function in sw::PixelProcessor
193 auto routine = routineCache->lookup(state); in routine() local
/external/swiftshader/tests/PipelineBenchmarks/
DPipelineBenchmarks.cpp51 auto routine = function("one"); in Transcendental1() local
79 auto routine = function("two"); in Transcendental2() local
/external/swiftshader/src/Pipeline/
DComputeProgram.cpp46 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()
DSetupRoutine.hpp43 SetupFunction::RoutineType routine; member in sw::SetupRoutine
DPixelRoutine.hpp44 SpirvRoutine routine; member in sw::PixelRoutine
DVertexRoutine.hpp65 SpirvRoutine routine; member in sw::VertexRoutine
DSpirvShaderImage.cpp644 …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()
1486 const SpirvRoutine *routine = nullptr; in WriteImage() local
DSpirvShaderSampling.cpp132 auto routine = cache->getOrCreate(key, createSamplingRoutine); in getImageSampler() local
DSpirvShader.cpp1800 void SpirvShader::emit(SpirvRoutine *routine, const RValue<SIMD::Int> &activeLaneMask, const RValue… in emit()
1834 SpirvRoutine *routine, in SpirvEmitter()
1851 SpirvRoutine *routine, in emit()
/external/swiftshader/tests/ReactorBenchmarks/
DReactorBenchmarks.cpp92 auto routine = function("one"); in Transcedental1() local
113 auto routine = function("two"); in Transcedental2() local
/external/jemalloc_new/test/src/
Dthd.c6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create() local
/external/googleapis/google/cloud/workflows/executions/v1/
Dexecutions.proto134 string routine = 2; field
180 string routine = 1; field
/external/pigweed/pw_thread_freertos/
Dthread.cc196 ThreadRoutine routine, in Thread()
/external/skia/tests/
DSkSpanTest.cpp71 auto routine = [&](SkSpan<const int> a) { in DEF_TEST() local
/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/proto/google/cloud/workflows/executions/v1/
Dexecutions.proto107 string routine = 2; field
/external/googleapis/google/cloud/bigquery/datapolicies/v1/
Ddatapolicy.proto366 string routine = 3; field
/external/googleapis/google/cloud/audit/
Dbigquery_audit_metadata.proto238 Routine routine = 1; field
384 Routine routine = 1; field
548 Routine routine = 1; field
/external/libjpeg-turbo/
Djdmarker.c1364 jpeg_marker_parser_method routine) in jpeg_set_marker_processor()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp79 #define CATCH_XMP(routine, fatal)\ argument

12