Home
last modified time | relevance | path

Searched refs:clearPhis (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Pipeline/
DVertexProgram.cpp86 spirvShader->clearPhis(&routine); in program()
DComputeProgram.cpp60 shader->clearPhis(&routine); in generate()
DPixelProgram.cpp199 spirvShader->clearPhis(&routine); in applyShader()
DSpirvShader.hpp789 void clearPhis(SpirvRoutine *routine) const;
DSpirvShader.cpp2500 void SpirvShader::clearPhis(SpirvRoutine *routine) const in clearPhis() function in sw::SpirvShader