Home
last modified time | relevance | path

Searched refs:OPCODE_ENDIF (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h134 OPCODE_ENDIF, /* opt */ enumerator
Dprog_instruction.c115 { OPCODE_ENDIF, "ENDIF", 0, 0 },
Dprog_print.c628 inst->Opcode == OPCODE_ENDIF || in _mesa_fprint_instruction_opt()
709 case OPCODE_ENDIF: in _mesa_fprint_instruction_opt()
Dprog_optimize.c377 case OPCODE_ENDIF: in find_next_use()
424 case OPCODE_ENDIF: in _mesa_is_flow_control_opcode()
740 case OPCODE_ENDIF: in _mesa_remove_extra_moves()
Dprog_execute.c652 == OPCODE_ENDIF); in _mesa_execute_program()
674 == OPCODE_ENDIF); in _mesa_execute_program()
678 case OPCODE_ENDIF: in _mesa_execute_program()
Dir_to_mesa.cpp2165 emit(ir->condition, OPCODE_ENDIF); in visit()
2259 case OPCODE_ENDIF: in set_branchtargets()
2715 case OPCODE_ENDIF: in copy_propagate()
2729 if (inst->op == OPCODE_ENDIF) in copy_propagate()
/external/swiftshader/src/Shader/
DShader.cpp856 case OPCODE_ENDIF: return "endif"; in operationString()
1696 else if(instruction[i]->opcode == OPCODE_ENDIF || instruction[i]->isEndLoop()) in analyzeDynamicBranching()
2057 case OPCODE_ENDIF: in analyzeLimits()
DShader.hpp82 OPCODE_ENDIF, enumerator
DVertexProgram.cpp306 case Shader::OPCODE_ENDIF: ENDIF(); break; in program()
DPixelProgram.cpp346 case Shader::OPCODE_ENDIF: ENDIF(); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp963 emit(sw::Shader::OPCODE_ENDIF); in visitBinary()
986 emit(sw::Shader::OPCODE_ENDIF); in visitBinary()
1791 emit(sw::Shader::OPCODE_ENDIF); in visitSelection()
1830 emit(sw::Shader::OPCODE_ENDIF); in visitSelection()
2078 emit(sw::Shader::OPCODE_ENDIF); in visitSwitch()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c984 case OPCODE_ENDIF: in upload_program()