Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c224 nir_op_ushr,
251 nir_op_ushr,
276 nir_op_ushr,
303 nir_op_ushr,
328 nir_op_ushr,
380 nir_op_ushr,
6808 nir_op_ushr,
6897 nir_op_ushr,
7051 nir_op_ushr,
12257 nir_op_ushr,
[all …]
Dnir_opcodes.h226 nir_op_ushr, enumerator
Dnir_builder_opcodes.h1001 return nir_build_alu(build, nir_op_ushr, src0, src1, NULL, NULL); in nir_ushr()
Dnir_constant_expressions.c13730 case nir_op_ushr: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c304 case SpvOpShiftRightLogical: return nir_op_ushr; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1592 [TGSI_OPCODE_USHR] = nir_op_ushr,
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c728 case nir_op_ushr: in ntq_emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1887 case nir_op_ushr: in nir_emit_alu()
Dbrw_fs_nir.cpp1386 case nir_op_ushr: { in nir_emit_alu()
1407 case nir_op_ushr: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1184 case nir_op_ushr: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1087 case nir_op_ushr: in emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1801 case nir_op_ushr: in visit_alu()