Searched refs:VertexRoutine (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexRoutine.hpp | 38 class VertexRoutine : public VertexRoutinePrototype class 41 VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader); 42 virtual ~VertexRoutine();
|
D | VertexRoutine.cpp | 29 VertexRoutine::VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader) in VertexRoutine() function in sw::VertexRoutine 36 VertexRoutine::~VertexRoutine() in ~VertexRoutine() 40 void VertexRoutine::generate() in generate() 98 void VertexRoutine::readInput(UInt &index) in readInput() 109 void VertexRoutine::computeClipFlags() in computeClipFlags() 140 …Vector4f VertexRoutine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, cons… in readStream() 546 void VertexRoutine::postTransform() in postTransform() 579 void VertexRoutine::writeCache(Pointer<Byte> &cacheLine) in writeCache() 676 void VertexRoutine::writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cache) in writeVertex() 690 …void VertexRoutine::transformFeedback(const Pointer<Byte> &vertex, const UInt &primitiveNumber, co… in transformFeedback()
|
D | VertexPipeline.hpp | 25 class VertexPipeline : public VertexRoutine
|
D | VertexProgram.hpp | 30 class VertexProgram : public VertexRoutine, public ShaderCore
|
D | VertexPipeline.cpp | 32 VertexPipeline::VertexPipeline(const VertexProcessor::State &state) : VertexRoutine(state, 0) in VertexPipeline()
|
D | VertexProgram.cpp | 27 : VertexRoutine(state, shader), shader(shader), r(shader->dynamicallyIndexedTemporaries) in VertexProgram()
|
/external/swiftshader/src/ |
D | Android.mk | 74 Shader/VertexRoutine.cpp \
|
/external/swiftshader/src/Renderer/ |
D | VertexProcessor.cpp | 1034 VertexRoutine *generator = 0; in routine()
|