Home
last modified time | relevance | path

Searched refs:nir_op_b32all_fequal2 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c112 case nir_op_b32all_fequal2: in analyze_boolean_resolves_block()
Dbrw_vec4_nir.cpp783 case nir_op_b32all_fequal2: in optimize_predicate()
1471 case nir_op_b32all_fequal2: in nir_emit_alu()
Dbrw_nir.c1307 case nir_op_b32all_fequal2: in brw_cmod_for_nir_comparison()
Dbrw_fs_nir.cpp1530 case nir_op_b32all_fequal2: in nir_emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_int32.c90 case nir_op_ball_fequal2: alu->op = nir_op_b32all_fequal2; break; in lower_alu_instr()
Dnir_lower_bool_to_bitsize.c237 nir_op_b32all_fequal2; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h67 nir_op_b32all_fequal2, enumerator
Dnir_builder_opcodes.h206 return nir_build_alu(build, nir_op_b32all_fequal2, src0, src1, NULL, NULL); in nir_b32all_fequal2()
Dnir_constant_expressions.c46570 case nir_op_b32all_fequal2: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c67 case nir_op_b32all_fequal2: in etna_alu_to_scalar_filter_cb()