Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h122 OPCODE_CMP, /* X X */ enumerator
Dprog_instruction.c103 { OPCODE_CMP, "CMP", 3, 1 },
Dprog_opt_constant_fold.c159 case OPCODE_CMP: in _mesa_constant_fold()
Dprog_optimize.c72 case OPCODE_CMP: in get_src_arg_mask()
1284 if (inst->Opcode == OPCODE_CMP in _mesa_simplify_cmp()
Dprog_to_nir.c630 [OPCODE_CMP] = 0,
775 case OPCODE_CMP: in ptn_emit_instruction()
Dir_to_mesa.cpp1166 emit(ir, OPCODE_CMP, result_dst, in visit()
1279 emit(ir, OPCODE_CMP, result_dst, op[0], op[1], op[2]); in visit()
1787 emit(ir, OPCODE_CMP, l, condition, src_reg(l), r); in visit()
1789 emit(ir, OPCODE_CMP, l, condition, r, src_reg(l)); in visit()
Dprog_execute.c481 case OPCODE_CMP: in _mesa_execute_program()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp901 case OPCODE_CMP: return "cmp"; in operationString()
1004 …f(opcode != OPCODE_LOOP && opcode != OPCODE_BREAKC && opcode != OPCODE_IFC && opcode != OPCODE_CMP) in controlString()
1650 case OPCODE_CMP: in analyzeDynamicBranching()
DShader.hpp119 OPCODE_CMP, // D3DSIO_SETP enumerator
DPixelShader.cpp628 case Shader::OPCODE_CMP: in analyzeInterpolants()
DVertexProgram.cpp320 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in program()
DPixelProgram.cpp360 case Shader::OPCODE_CMP: cmp(d, s0, s1, control); break; in applyShader()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c437 case OPCODE_CMP: in upload_program()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp2199 opcode = sw::Shader::OPCODE_CMP; in emitCmp()