Searched refs:containsDefineInstruction (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
H A DShader.hpp570 bool containsDefineInstruction() const;
H A DShader.cpp1396 bool Shader::containsDefineInstruction() const function in class:sw::Shader
H A DPixelProgram.cpp955 if(shader->containsDefineInstruction()) // Constant may be known at compile time
H A DVertexProgram.cpp807 if(shader->containsDefineInstruction()) // Constant may be known at compile time

Completed in 268 milliseconds