Searched defs:regs_count (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir-a2xx.h68 unsigned regs_count; member in struct:ir2_instruction
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h193 unsigned regs_count; member in struct:ir3_instruction
498 for (i = 0; i < instr->regs_count; i++)
665 if (instr->regs_count > 0) {
674 if (instr->regs_count > 0) {
867 if ((__instr)->regs_count) \
868 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \
878 return instr->regs_count + 1;
879 return instr->regs_count;
884 if (n == (instr->regs_count + 0))
889 #define __src_cnt(__instr) ((__instr)->address ? (__instr)->regs_count
[all...]

Completed in 160 milliseconds