Searched refs:channel_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ops.h100 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[op].props); local in function:effective_writemask
104 if (channel_count)
105 return (1 << channel_count) - 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1038 unsigned channel_count = GET_CHANNEL_COUNT(alu_opcode_props[alu->op].props); local in function:effective_writemask
1042 if (channel_count)
1043 return (1 << channel_count) - 1;

Completed in 7 milliseconds