Searched refs:OPCODE_AND (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Shader/ |
D | Shader.hpp | 202 OPCODE_AND, enumerator
|
D | Shader.cpp | 976 case OPCODE_AND: return "and"; in operationString()
|
D | VertexProgram.cpp | 331 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 366 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in applyShader()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 840 …case EOpBitwiseAndAssign: if(visit == PostVisit) emitAssign(sw::Shader::OPCODE_AND, result, lef… in visitBinary() 841 …case EOpBitwiseAnd: if(visit == PostVisit) emitBinary(sw::Shader::OPCODE_AND, result, lef… in visitBinary() 855 emit(sw::Shader::OPCODE_AND, result, result, &equal); in visitBinary() 973 emit(sw::Shader::OPCODE_AND, result, left, right); in visitBinary()
|