Home
last modified time | relevance | path

Searched refs:OPCODE_NULL (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp767 case OPCODE_NULL: return "null"; in operationString()
1510 instruction[i]->opcode = OPCODE_NULL; in optimizeLeave()
1546 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1565 instruction[0]->opcode = OPCODE_NULL; in optimizeCall()
1566 instruction[1]->opcode = OPCODE_NULL; in optimizeCall()
1572 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1584 if(instruction[i]->opcode != OPCODE_NULL) in removeNull()
DShader.hpp144 OPCODE_NULL = 0x10000000, // Dead instruction, to be eliminated enumerator