Home
last modified time | relevance | path

Searched refs:nir_op_ubfe (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h339 nir_op_ubfe, enumerator
Dnir_opt_algebraic.c29052 nir_op_ubfe,
29078 nir_op_ubfe,
29104 nir_op_ubfe,
29130 nir_op_ubfe,
29368 nir_op_ubfe,
29387 nir_op_ubfe,
34048 nir_op_ubfe,
34099 nir_op_ubfe,
34130 nir_op_ubfe,
34260 nir_op_ubfe,
[all …]
Dnir_builder_opcodes.h1566 return nir_build_alu(build, nir_op_ubfe, src0, src1, src2, NULL); in nir_ubfe()
Dnir_constant_expressions.c47386 case nir_op_ubfe: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1325 case nir_op_ubfe: in nir_unsigned_upper_bound()
1407 case nir_op_ubfe: in nir_unsigned_upper_bound()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1722 case nir_op_ubfe: in nir_emit_alu()
Dbrw_fs_nir.cpp1792 case nir_op_ubfe: in nir_emit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp2819 case nir_op_ubfe: in visit_alu_instr()
2831 … aco_opcode opcode = instr->op == nir_op_ubfe ? aco_opcode::s_bfe_u32 : aco_opcode::s_bfe_i32; in visit_alu_instr()
2838 if (instr->op == nir_op_ubfe) { in visit_alu_instr()
2853 … aco_opcode opcode = instr->op == nir_op_ubfe ? aco_opcode::v_bfe_u32 : aco_opcode::v_bfe_i32; in visit_alu_instr()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c868 case nir_op_ubfe: in visit_alu()