Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_CMPN (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.c630 { BRW_OPCODE_CMPN, 17, "cmpn", 2, 1, GFX_LT(GFX12) },
631 { BRW_OPCODE_CMPN, 113, "cmpn", 2, 1, GFX_GE(GFX12) },
Dbrw_vec4_cmod_propagation.cpp296 scan_inst->opcode == BRW_OPCODE_CMPN) in opt_cmod_propagation_local()
Dbrw_fs_cmod_propagation.cpp481 scan_inst->opcode == BRW_OPCODE_CMPN) in opt_cmod_propagation_local()
Dbrw_vec4_cse.cpp62 case BRW_OPCODE_CMPN: in is_expression()
Dbrw_vec4_builder.h492 emit(BRW_OPCODE_CMPN, retype(dst, src0.type), in CMPN()
Dbrw_fs_cse.cpp61 case BRW_OPCODE_CMPN: in is_expression()
Dbrw_eu_defines.h196 BRW_OPCODE_CMPN, enumerator
Dbrw_fs_builder.h702 emit(BRW_OPCODE_CMPN, retype(dst, src0.type), in CMPN()
Dbrw_shader.cpp1042 case BRW_OPCODE_CMPN: in can_do_cmod()
Dbrw_ir_performance.cpp308 case BRW_OPCODE_CMPN: in instruction_desc()
Dbrw_eu_validate.c2100 brw_inst_opcode(isa, inst) == BRW_OPCODE_CMPN) { in instruction_restrictions()
Dbrw_vec4_generator.cpp1642 case BRW_OPCODE_CMPN: in generate_code()
Dbrw_fs_generator.cpp2029 case BRW_OPCODE_CMPN: in generate_code()
Dbrw_eu_emit.c2020 brw_inst *insn = next_insn(p, BRW_OPCODE_CMPN); in brw_CMPN()
Dbrw_fs.cpp4825 case BRW_OPCODE_CMPN: in get_lowered_simd_width()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l70 cmpn { yylval.integer = BRW_OPCODE_CMPN; return CMPN; }