Searched refs:opcode_count (Results 1 – 3 of 3) sorted by relevance
92 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader()246 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KIL] || in tgsi_scan_shader()247 info->opcode_count[TGSI_OPCODE_KILP]); in tgsi_scan_shader()
64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
3113 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_zero()3114 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_zero()3115 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_zero()3137 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_zero()3141 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_zero()3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_zero()3143 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_zero()3144 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_zero()3145 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_zero()3146 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_zero()[all …]