Home
last modified time | relevance | path

Searched refs:OPCODE_RET (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp837 case OPCODE_RET: return "ret"; in operationString()
1508 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) in optimizeLeave()
1548 if(oldOpcode == OPCODE_RET) in optimizeCall()
1561 …ction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET) in optimizeCall()
1570 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()
1780 else if(instruction[i]->opcode == OPCODE_RET) // End of the function in analyzeDynamicBranching()
1815 if(inst->opcode == OPCODE_RET) in markFunctionAnalysis()
1987 case OPCODE_RET: in analyzeLimits()
2063 case OPCODE_RET: in analyzeLimits()
DShader.hpp67 OPCODE_RET, enumerator
DVertexProgram.cpp318 case Shader::OPCODE_RET: RET(); break; in program()
DPixelProgram.cpp358 case Shader::OPCODE_RET: RET(); break; in applyShader()
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.c139 { OPCODE_RET, "RET", 0, 0 },
Dprog_instruction.h158 OPCODE_RET, /* 2 2 opt */ enumerator
Dprog_print.c726 case OPCODE_RET: in _mesa_fprint_instruction_opt()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp536 emit(sw::Shader::OPCODE_RET); in output()
1319 emit(sw::Shader::OPCODE_RET); in visitAggregate()
/third_party/mesa3d/docs/relnotes/
D7.10.rst2304 - r300g: remove the hack with OPCODE_RET