Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3478 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 …]
Dsvga_tgsi_vgpu10.c2983 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()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c102 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()
Dtgsi_scan.h78 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member
Dtgsi_lowering.c1465 #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()
Dtgsi_scan.c347 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()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c133 info.opcode_count[TGSI_OPCODE_BGNLOOP], in softpipe_shader_db()