Home
last modified time | relevance | path

Searched refs:OPCODE_CMP (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h122 OPCODE_CMP, /* X X */ enumerator
Dprog_instruction.c101 { OPCODE_CMP, "CMP", 3, 1 },
Dprog_opt_constant_fold.c158 case OPCODE_CMP: in _mesa_constant_fold()
Dprog_optimize.c72 case OPCODE_CMP: in get_src_arg_mask()
1285 if (inst->Opcode == OPCODE_CMP in _mesa_simplify_cmp()
Dprog_to_nir.c655 [OPCODE_CMP] = 0,
800 case OPCODE_CMP: in ptn_emit_instruction()
Dir_to_mesa.cpp1250 emit(ir, OPCODE_CMP, result_dst, in visit()
1363 emit(ir, OPCODE_CMP, result_dst, op[0], op[1], op[2]); in visit()
1852 emit(ir, OPCODE_CMP, l, condition, src_reg(l), r); in visit()
1854 emit(ir, OPCODE_CMP, l, condition, r, src_reg(l)); in visit()
Dprog_execute.c477 case OPCODE_CMP: in _mesa_execute_program()
/external/swiftshader/src/Shader/
DShader.cpp897 case OPCODE_CMP: return "cmp"; in operationString()
1000 …f(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CMP) in controlString()
1646 case OPCODE_CMP: in analyzeDynamicBranching()
DShader.hpp118 OPCODE_CMP, // D3DSIO_SETP enumerator
DPixelShader.cpp627 case Shader::OPCODE_CMP: in analyzeInterpolants()
DVertexProgram.cpp312 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in program()
DPixelProgram.cpp331 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.cpp897 case OPCODE_CMP: return "cmp"; in operationString()
1000 …f(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CMP) in controlString()
1646 case OPCODE_CMP: in analyzeDynamicBranching()
DShader.hpp118 OPCODE_CMP, // D3DSIO_SETP enumerator
DPixelShader.cpp627 case Shader::OPCODE_CMP: in analyzeInterpolants()
DVertexProgram.cpp304 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in program()
DPixelProgram.cpp330 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in applyShader()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c447 case OPCODE_CMP: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c436 case OPCODE_CMP: in upload_program()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2195 opcode = sw::Shader::OPCODE_CMP; in emitCmp()