Searched refs:opcode_count (Results 1 – 8 of 8) sorted by relevance
3478 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_common_immediate()3479 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 || in needs_to_create_common_immediate()3480 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_common_immediate()3502 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1) in needs_to_create_common_immediate()3509 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 || in needs_to_create_common_immediate()3510 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_common_immediate()3511 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_common_immediate()3512 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_common_immediate()3513 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 || in needs_to_create_common_immediate()3514 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_common_immediate()[all …]
2983 if (emit->info.opcode_count[TGSI_OPCODE_LIT] > 0) { in alloc_common_immediates()2991 if (emit->info.opcode_count[TGSI_OPCODE_IMSB] > 0 || in alloc_common_immediates()2992 emit->info.opcode_count[TGSI_OPCODE_UMSB] > 0) { in alloc_common_immediates()2997 if (emit->info.opcode_count[TGSI_OPCODE_UBFE] > 0 || in alloc_common_immediates()2998 emit->info.opcode_count[TGSI_OPCODE_IBFE] > 0 || in alloc_common_immediates()2999 emit->info.opcode_count[TGSI_OPCODE_BFI] > 0) { in alloc_common_immediates()3032 if (emit->info.opcode_count[TGSI_OPCODE_DNEG] > 0) { in alloc_common_immediates()3037 if (emit->info.opcode_count[TGSI_OPCODE_DSQRT] > 0) { in alloc_common_immediates()3044 if (emit->info.opcode_count[TGSI_OPCODE_INTERP_OFFSET] > 0) { in alloc_common_immediates()
102 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader()454 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KILL_IF] || in tgsi_scan_shader()455 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
78 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
1465 #define OPCS(x) ((config->lower_ ## x) ? info->opcode_count[TGSI_OPCODE_ ## x] : 0) in tgsi_transform_lowering()1548 n = info->opcode_count[TGSI_OPCODE_TEX] + in tgsi_transform_lowering()1549 info->opcode_count[TGSI_OPCODE_TXP] + in tgsi_transform_lowering()1550 info->opcode_count[TGSI_OPCODE_TXB] + in tgsi_transform_lowering()1551 info->opcode_count[TGSI_OPCODE_TXB2] + in tgsi_transform_lowering()1552 info->opcode_count[TGSI_OPCODE_TXL]; in tgsi_transform_lowering()1554 n = info->opcode_count[TGSI_OPCODE_TXP]; in tgsi_transform_lowering()
347 info->opcode_count[fullinst->Instruction.Opcode]++; in scan_instruction()919 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KILL_IF] || in tgsi_scan_shader()920 info->opcode_count[TGSI_OPCODE_KILL]); in tgsi_scan_shader()
133 info.opcode_count[TGSI_OPCODE_BGNLOOP], in softpipe_shader_db()