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/
Dmidgard_ops.h100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in effective_writemask()
Dhelpers.h131 #define GET_CHANNEL_COUNT(c) ((c & (0x3 << 0)) ? ((c & (0x3 << 0)) + 1) : 0) macro
Dmir.c298 unsigned channel_override = GET_CHANNEL_COUNT(props); in mir_bytemask_of_read_components_index()
Dmidgard_emit.c333 bool channeled = GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props); in mir_pack_vector_srcs()
Dmidgard_ra.c714 GET_CHANNEL_COUNT(alu_opcode_props[ins->op].props) ? 0 : in install_registers_instr()
Dmidgard_schedule.c903 if (GET_CHANNEL_COUNT(alu_opcode_props[instructions[i]->op].props)) in mir_comparison_mobile()
Ddisassemble.c851 unsigned rep = GET_CHANNEL_COUNT(alu_opcode_props[op].props); in print_vector_field()