Home
last modified time | relevance | path

Searched refs:OPCODE_ENDLOOP (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h135 OPCODE_ENDLOOP, /* opt */ enumerator
Dprog_optimize.c378 case OPCODE_ENDLOOP: in find_next_use()
425 case OPCODE_ENDLOOP: in _mesa_is_flow_control_opcode()
738 case OPCODE_ENDLOOP: in _mesa_remove_extra_moves()
979 else if (inst->Opcode == OPCODE_ENDLOOP) { in _mesa_find_temp_intervals()
Dprog_instruction.c114 { OPCODE_ENDLOOP,"ENDLOOP", 0, 0 },
Dprog_execute.c442 == OPCODE_ENDLOOP); in _mesa_execute_program()
444 case OPCODE_ENDLOOP: in _mesa_execute_program()
456 == OPCODE_ENDLOOP); in _mesa_execute_program()
463 == OPCODE_ENDLOOP); in _mesa_execute_program()
Dprog_print.c614 inst->Opcode == OPCODE_ENDLOOP || in _mesa_fprint_instruction_opt()
700 case OPCODE_ENDLOOP: in _mesa_fprint_instruction_opt()
Dir_to_mesa.cpp701 emit(NULL, OPCODE_ENDLOOP); in visit()
2323 case OPCODE_ENDLOOP: in set_branchtargets()
2713 case OPCODE_ENDLOOP: in copy_propagate()
/external/swiftshader/src/Shader/
DShader.hpp67 OPCODE_ENDLOOP, enumerator
DShader.cpp834 case OPCODE_ENDLOOP: return "endloop"; in operationString()
1120 return opcode == OPCODE_ENDLOOP || opcode == OPCODE_ENDREP || opcode == OPCODE_ENDWHILE; in isEndLoop()
DVertexProgram.cpp299 case Shader::OPCODE_ENDLOOP: ENDLOOP(); break; in program()
DPixelProgram.cpp318 case Shader::OPCODE_ENDLOOP: ENDLOOP(); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.hpp67 OPCODE_ENDLOOP, enumerator
DShader.cpp834 case OPCODE_ENDLOOP: return "endloop"; in operationString()
1120 return opcode == OPCODE_ENDLOOP || opcode == OPCODE_ENDREP || opcode == OPCODE_ENDWHILE; in isEndLoop()
DVertexProgram.cpp291 case Shader::OPCODE_ENDLOOP: ENDLOOP(); break; in program()
DPixelProgram.cpp317 case Shader::OPCODE_ENDLOOP: ENDLOOP(); break; in applyShader()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c984 case OPCODE_ENDLOOP: in upload_program()