Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 25 of 32) 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 …]
/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.hpp53 explicit RoutineT(const std::shared_ptr<Routine> &routine) in RoutineT()
84 std::shared_ptr<Routine> routine; member in rr::RoutineT
DReactor.hpp2870 auto routine = core->acquireRoutine(fullName, nullptr); in operator ()() local
2886 auto routine = core->acquireRoutine(fullName, &cfg); in operator ()() local
/external/swiftshader/src/Device/
DSetupProcessor.cpp97 SetupProcessor::RoutineType SetupProcessor::routine(const State &state) in routine() function in sw::SetupProcessor
99 auto routine = routineCache->lookup(state); in routine() local
DVertexProcessor.cpp91 VertexProcessor::RoutineType VertexProcessor::routine(const State &state, in routine() function in sw::VertexProcessor
96 auto routine = routineCache->lookup(state); in routine() local
DPixelProcessor.cpp179 PixelProcessor::RoutineType PixelProcessor::routine(const State &state, in routine() function in sw::PixelProcessor
184 auto routine = routineCache->lookup(state); in routine() local
/external/swiftshader/tests/PipelineBenchmarks/
DPipelineBenchmarks.cpp52 auto routine = function("one"); in Transcendental1() local
80 auto routine = function("two"); in Transcendental2() local
/external/swiftshader/src/Pipeline/
DComputeProgram.cpp57 SpirvRoutine routine(pipelineLayout); in generate() local
64 void ComputeProgram::setWorkgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupI… in setWorkgroupBuiltins()
111 void ComputeProgram::setSubgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupID… in setSubgroupBuiltins()
173 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
DSpirvShaderMemory.cpp122 auto routine = state->routine; in EmitVariable() local
383 auto routine = state->routine; in GetPointerToData() local
DSpirvShaderSampling.cpp123 auto routine = cache->getOrCreate(key, createSamplingRoutine); in getImageSampler() local
DSpirvShaderImage.cpp489 auto routine = state->routine; in GetImageDimensions() local
DSpirvShader.cpp1359 auto routine = state->routine; in WalkAccessChain() local
1770 void SpirvShader::emit(SpirvRoutine *routine, RValue<SIMD::Int> const &activeLaneMask, RValue<SIMD:… in emit()
DSpirvShader.hpp1053 EmitState(SpirvRoutine *routine, in EmitState()
1111 SpirvRoutine *routine = nullptr; // The current routine being built. member in sw::SpirvShader::EmitState
/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/rust/crates/criterion/src/
Dbenchmark.rs300 let routine = NamedRoutine { in with_function() localVariable
456 let routine = NamedRoutine { in with_function() localVariable
Dlib.rs72 mod routine; module
198 let routine = NamedRoutine { in new() localVariable
/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
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3640 for (GLint routine = 0; routine < n_active_subroutines; ++routine) in inspectSubroutineBinding() local
3986 for (GLuint routine = 0; routine < n_subroutines_per_type; ++routine) in iterate() local
4536 for (GLuint routine = 0; routine < n_subroutine_names; ++routine) in iterate() local
5261 for (GLuint routine = 0; routine < n_subroutine_names; ++routine) in iterate() local
5797 const GLuint routine = routine_configuration[i]; in testDraw() local
/external/python/cpython2/Lib/test/
Dtest_inspect.py496 def assertArgSpecEquals(self, routine, args_e, varargs_e = None, argument

12