Home
last modified time | relevance | path

Searched refs:passThrough (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/inlining/
Deager-reclamation-path-notes.c32 void passThrough(int *p) { in passThrough() function
41 passThrough(ptr); in testChainedCalls()
/external/swiftshader/src/Shader/
DVertexProgram.hpp68 void passThrough();
DVertexProgram.cpp80 passThrough(); in pipeline()
608 void VertexProgram::passThrough() in passThrough() function in sw::VertexProgram