Home
last modified time | relevance | path

Searched refs:GET_CHANNEL_COUNT (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ops.h100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in effective_writemask()
H A Dhelpers.h131 #define GET_CHANNEL_COUNT(c) ((c & (0x3 << 0)) ? ((c & (0x3 << 0)) + 1) : 0) macro
H A Dmir.c304 unsigned channel_override = GET_CHANNEL_COUNT(props); in mir_bytemask_of_read_components_index()
H A Dmidgard_emit.c327 bool channeled = GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props); in mir_pack_vector_srcs()
H A Dmidgard_schedule.c903 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props)) in mir_comparison_mobile()
H A Dmidgard_ra.c759 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
H A Ddisassemble.c829 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in print_vector_field()

Completed in 11 milliseconds