Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c119 case nir_op_b32any_inequal2: in analyze_boolean_resolves_block()
Dbrw_vec4_nir.cpp776 case nir_op_b32any_inequal2: in optimize_predicate()
1485 case nir_op_b32any_inequal2: in nir_emit_alu()
Dbrw_nir.c1320 case nir_op_b32any_inequal2: in brw_cmod_for_nir_comparison()
Dbrw_fs_nir.cpp1537 case nir_op_b32any_inequal2: in nir_emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_int32.c99 case nir_op_bany_inequal2: alu->op = nir_op_b32any_inequal2; break; in lower_alu_instr()
Dnir_lower_bool_to_bitsize.c291 nir_op_b32any_inequal2; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h82 nir_op_b32any_inequal2, enumerator
Dnir_builder_opcodes.h281 return nir_build_alu(build, nir_op_b32any_inequal2, src0, src1, NULL, NULL); in nir_b32any_inequal2()
Dnir_constant_expressions.c46615 case nir_op_b32any_inequal2: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c76 case nir_op_b32any_inequal2: in etna_alu_to_scalar_filter_cb()