Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.cpp763 case OPCODE_NULL: return "null"; in operationString()
1506 instruction[i]->opcode = OPCODE_NULL; in optimizeLeave()
1542 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1561 instruction[0]->opcode = OPCODE_NULL; in optimizeCall()
1562 instruction[1]->opcode = OPCODE_NULL; in optimizeCall()
1568 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1580 if(instruction[i]->opcode != OPCODE_NULL) in removeNull()
DShader.hpp143 OPCODE_NULL = 0x10000000, // Dead instruction, to be eliminated enumerator
/external/swiftshader/src/Pipeline/
DShader.cpp763 case OPCODE_NULL: return "null"; in operationString()
1506 instruction[i]->opcode = OPCODE_NULL; in optimizeLeave()
1542 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1561 instruction[0]->opcode = OPCODE_NULL; in optimizeCall()
1562 instruction[1]->opcode = OPCODE_NULL; in optimizeCall()
1568 instruction[i]->opcode = OPCODE_NULL; in optimizeCall()
1580 if(instruction[i]->opcode != OPCODE_NULL) in removeNull()
DShader.hpp143 OPCODE_NULL = 0x10000000, // Dead instruction, to be eliminated enumerator