Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c116 case nir_op_b32all_fequal4: in analyze_boolean_resolves_block()
Dbrw_vec4_nir.cpp787 case nir_op_b32all_fequal4: in optimize_predicate()
1473 case nir_op_b32all_fequal4: { in nir_emit_alu()
Dbrw_nir.c1311 case nir_op_b32all_fequal4: in brw_cmod_for_nir_comparison()
Dbrw_fs_nir.cpp1534 case nir_op_b32all_fequal4: in nir_emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_int32.c92 case nir_op_ball_fequal4: alu->op = nir_op_b32all_fequal4; break; in lower_alu_instr()
Dnir_lower_bool_to_bitsize.c249 nir_op_b32all_fequal4; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h69 nir_op_b32all_fequal4, enumerator
Dnir_builder_opcodes.h216 return nir_build_alu(build, nir_op_b32all_fequal4, src0, src1, NULL, NULL); in nir_b32all_fequal4()
Dnir_constant_expressions.c46576 case nir_op_b32all_fequal4: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c69 case nir_op_b32all_fequal4: in etna_alu_to_scalar_filter_cb()