Home
last modified time | relevance | path

Searched refs:opcode_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c92 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()
Dtgsi_scan.h64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3113 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 …]