Home
last modified time | relevance | path

Searched refs:nir_op_ushr (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c620 nir_op_ushr,
633 nir_op_ushr,
772 nir_op_ushr,
786 nir_op_ushr,
2250 [nir_op_ushr] = {
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h387 nir_op_ushr, enumerator
Dnir_opt_algebraic.c1944 nir_op_ushr,
1987 nir_op_ushr,
2025 nir_op_ushr,
6300 nir_op_ushr,
6310 nir_op_ushr,
6339 nir_op_ushr,
6536 nir_op_ushr,
6546 nir_op_ushr,
6575 nir_op_ushr,
6769 nir_op_ushr,
[all …]
Dnir_builder_opcodes.h1806 return nir_build_alu(build, nir_op_ushr, src0, src1, NULL, NULL); in nir_ushr()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c286 case SpvOpShiftRightLogical: return nir_op_ushr; in vtn_nir_alu_op_for_spirv_opcode()
720 assert (op == nir_op_ushr || op == nir_op_ishr || op == nir_op_ishl || in vtn_handle_alu()
780 case nir_op_ushr: in vtn_handle_alu()
Dspirv_to_nir.c2132 case nir_op_ushr: { in vtn_handle_constant()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_io_offsets.c152 case nir_op_ushr: in ir3_nir_try_propagate_bit_shift()
Dir3_compiler_nir.c587 case nir_op_ushr: in emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir_lower_bit_size.c65 if (i == 1 && (op == nir_op_ishl || op == nir_op_ishr || op == nir_op_ushr)) { in lower_alu_instr()
Dnir_lower_int64.c860 case nir_op_ushr: in nir_lower_int64_op_to_options_mask()
966 case nir_op_ushr: in lower_int64_alu_instr()
Dnir_range_analysis.c1318 case nir_op_ushr: in nir_unsigned_upper_bound()
1370 case nir_op_ushr: { in nir_unsigned_upper_bound()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c936 case nir_op_ushr: in bi_class_for_nir_alu()
1244 case nir_op_ushr: in emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp482 case nir_op_ushr: in getOperation()
601 case nir_op_ushr: in getSubOp()
2506 case nir_op_ushr: in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp128 case nir_op_ushr: return emit_alu_op2_int(instr, op2_lshr_int); in do_emit()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1812 case nir_op_ushr: in nir_emit_alu()
Dbrw_fs_nir.cpp1815 case nir_op_ushr: in nir_emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c646 [nir_op_ushr] = { TGSI_OPCODE_USHR, TGSI_OPCODE_U64SHR }, in ntt_emit_alu()
Dtgsi_to_nir.c1911 [TGSI_OPCODE_USHR] = nir_op_ushr,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c919 case nir_op_ushr: { in do_alu_action()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1307 BINOP(nir_op_ushr, SpvOpShiftRightLogical) in emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1041 case nir_op_ushr: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1176 case nir_op_ushr: in ntq_emit_alu()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3005 case nir_op_ushr: in lower_bit_size_callback()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c691 case nir_op_ushr: in visit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1415 case nir_op_ushr: { in visit_alu_instr()

12