Home
last modified time | relevance | path

Searched refs:VertexRoutine (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Shader/
DVertexRoutine.hpp38 class VertexRoutine : public VertexRoutinePrototype class
41 VertexRoutine(const VertexProcessor::State &state, const VertexShader *shader);
42 virtual ~VertexRoutine();
DVertexRoutine.cpp29 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()
DVertexPipeline.hpp25 class VertexPipeline : public VertexRoutine
DVertexProgram.hpp30 class VertexProgram : public VertexRoutine, public ShaderCore
DVertexPipeline.cpp32 VertexPipeline::VertexPipeline(const VertexProcessor::State &state) : VertexRoutine(state, 0) in VertexPipeline()
DVertexProgram.cpp27 : VertexRoutine(state, shader), shader(shader), r(shader->dynamicallyIndexedTemporaries) in VertexProgram()
/external/swiftshader/src/
DAndroid.mk74 Shader/VertexRoutine.cpp \
/external/swiftshader/src/Renderer/
DVertexProcessor.cpp1034 VertexRoutine *generator = 0; in routine()