Home
last modified time | relevance | path

Searched refs:OPCODE_RET (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp837 case OPCODE_RET: return "ret"; in operationString()
1508 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET)
1548 if(oldOpcode == OPCODE_RET)
1561 if(instruction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET)
1570 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET)
1780 else if(instruction[i]->opcode == OPCODE_RET) // End of the function
1815 if(inst->opcode == OPCODE_RET)
1987 case OPCODE_RET:
2063 case OPCODE_RET:
1489 ASSERT(i < instruction.size()); return instruction[i]; } void Shader::optimize() { optimizeLeave(); optimizeCall(); removeNull(); } void Shader::optimizeLeave() { for(unsigned int i = 0; i < instruction.size(); i++) { if(instruction[i]->opcode == OPCODE_LEAVE) { if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) getInstruction() argument
H A DShader.hpp67 OPCODE_RET, enumerator
H A DVertexProgram.cpp318 case Shader::OPCODE_RET: RET(); break; in program()
H A DPixelProgram.cpp358 case Shader::OPCODE_RET: RET(); break; in applyShader()
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.h158 OPCODE_RET, /* 2 2 opt */ enumerator
H A Dprog_instruction.c139 { OPCODE_RET, "RET", 0, 0 },
H A Dprog_print.c726 case OPCODE_RET: in _mesa_fprint_instruction_opt()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp536 emit(sw::Shader::OPCODE_RET); in output()
1319 emit(sw::Shader::OPCODE_RET); in visitAggregate()

Completed in 18 milliseconds