Searched refs:SetupRoutine (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SetupRoutine.hpp | 25 class SetupRoutine class 28 SetupRoutine(const SetupProcessor::State &state); 30 virtual ~SetupRoutine();
|
D | BUILD.gn | 24 "SetupRoutine.hpp", 40 "SetupRoutine.cpp",
|
D | SetupRoutine.cpp | 26 SetupRoutine::SetupRoutine(const SetupProcessor::State &state) in SetupRoutine() function in sw::SetupRoutine 31 SetupRoutine::~SetupRoutine() in ~SetupRoutine() 35 void SetupRoutine::generate() in generate() 524 void SetupRoutine::setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, F… in setupGradient() 564 void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya… in edge() 632 void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer… in conditionalRotate1() 652 void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer… in conditionalRotate2() 672 SetupFunction::RoutineType SetupRoutine::getRoutine() in getRoutine()
|
D | CMakeLists.txt | 31 SetupRoutine.cpp 32 SetupRoutine.hpp
|
/external/swiftshader/src/Shader/ |
D | SetupRoutine.hpp | 25 class SetupRoutine class 28 SetupRoutine(const SetupProcessor::State &state); 30 virtual ~SetupRoutine();
|
D | SetupRoutine.cpp | 29 SetupRoutine::SetupRoutine(const SetupProcessor::State &state) : state(state) in SetupRoutine() function in sw::SetupRoutine 34 SetupRoutine::~SetupRoutine() in ~SetupRoutine() 38 void SetupRoutine::generate() in generate() 485 …void SetupRoutine::setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, … in setupGradient() 563 …void SetupRoutine::edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Y… in edge() 628 …void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointe… in conditionalRotate1() 648 …void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointe… in conditionalRotate2() 668 std::shared_ptr<Routine> SetupRoutine::getRoutine() in getRoutine()
|
D | CMakeLists.txt | 27 SetupRoutine.cpp 40 SetupRoutine.hpp
|
D | BUILD.gn | 44 "SetupRoutine.cpp",
|
/external/swiftshader/src/Device/ |
D | SetupProcessor.cpp | 103 SetupRoutine *generator = new SetupRoutine(state); in routine()
|
/external/swiftshader/src/Renderer/ |
D | SetupProcessor.cpp | 230 SetupRoutine *generator = new SetupRoutine(state); in routine()
|
/external/swiftshader/docs/ |
D | Index.md | 44 The [SetupRoutine](../src/Shader/SetupRoutine.cpp) performs primitive setup. This constitutes back-…
|
/external/swiftshader/src/ |
D | Android.bp | 172 "Shader/SetupRoutine.cpp",
|