Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h141 OPCODE_IF, /* opt */ enumerator
Dprog_instruction.c122 { OPCODE_IF, "IF", 1, 0 },
Dprog_optimize.c375 case OPCODE_IF: in find_next_use()
421 case OPCODE_IF: in _mesa_is_flow_control_opcode()
735 case OPCODE_IF: in _mesa_remove_extra_moves()
Dir_to_mesa.cpp2154 if_inst = emit(ir->condition, OPCODE_IF, undef_dst, this->result); in visit()
2231 case OPCODE_IF: in set_branchtargets()
2251 case OPCODE_IF: in set_branchtargets()
2711 case OPCODE_IF: in copy_propagate()
2885 case OPCODE_IF: in get_mesa_program()
Dprog_print.c699 case OPCODE_IF: in _mesa_fprint_instruction_opt()
Dprog_execute.c646 case OPCODE_IF: in _mesa_execute_program()
/external/swiftshader/src/Shader/
DShader.cpp141 if(opcode == OPCODE_IF || in Instruction()
853 case OPCODE_IF: return "if"; in operationString()
1104 return opcode == OPCODE_IF || opcode == OPCODE_IFC; in isBranch()
1646 case OPCODE_IF: in analyzeDynamicBranching()
2048 case OPCODE_IF: in analyzeLimits()
DShader.hpp79 OPCODE_IF, enumerator
DVertexProgram.cpp311 case Shader::OPCODE_IF: IF(src0); break; in program()
DPixelProgram.cpp351 case Shader::OPCODE_IF: IF(src0); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp957 Instruction *ifnot = emit(sw::Shader::OPCODE_IF, 0, result); in visitBinary()
981 emit(sw::Shader::OPCODE_IF, 0, result); in visitBinary()
1776 emit(sw::Shader::OPCODE_IF, 0, condition); in visitSelection()
1817 emit(sw::Shader::OPCODE_IF, 0, condition); in visitSelection()
2033 emit(sw::Shader::OPCODE_IF, 0, &result); in visitSwitch()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c987 case OPCODE_IF: in upload_program()