Searched refs:opcode_count (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c96 if ((info->base.opcode_count[TGSI_OPCODE_TEX] != 4 &&
97 info->base.opcode_count[TGSI_OPCODE_SAMPLE] != 4) ||
190 (shader->info.base.opcode_count[TGSI_OPCODE_TEX] +
191 shader->info.base.opcode_count[TGSI_OPCODE_SAMPLE] +
192 shader->info.base.opcode_count[TGSI_OPCODE_MOV] +
193 shader->info.base.opcode_count[TGSI_OPCODE_MUL] +
194 shader->info.base.opcode_count[TGSI_OPCODE_RET] +
195 shader->info.base.opcode_count[TGSI_OPCODE_END] ==
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h85 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c338 info->opcode_count[fullinst->Instruction.Opcode]++;
895 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KILL_IF] ||
896 info->opcode_count[TGSI_OPCODE_KILL]);
H A Dtgsi_lowering.c1465 #define OPCS(x) ((config->lower_ ## x) ? info->opcode_count[TGSI_OPCODE_ ## x] : 0)
1548 n = info->opcode_count[TGSI_OPCODE_TEX] +
1549 info->opcode_count[TGSI_OPCODE_TXP] +
1550 info->opcode_count[TGSI_OPCODE_TXB] +
1551 info->opcode_count[TGSI_OPCODE_TXB2] +
1552 info->opcode_count[TGSI_OPCODE_TXL];
1554 n = info->opcode_count[TGSI_OPCODE_TXP];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h84 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c347 info->opcode_count[fullinst->Instruction.Opcode]++;
918 info->uses_kill = (info->opcode_count[TGSI_OPCODE_KILL_IF] ||
919 info->opcode_count[TGSI_OPCODE_KILL]);
H A Dtgsi_lowering.c1465 #define OPCS(x) ((config->lower_ ## x) ? info->opcode_count[TGSI_OPCODE_ ## x] : 0)
1548 n = info->opcode_count[TGSI_OPCODE_TEX] +
1549 info->opcode_count[TGSI_OPCODE_TXP] +
1550 info->opcode_count[TGSI_OPCODE_TXB] +
1551 info->opcode_count[TGSI_OPCODE_TXB2] +
1552 info->opcode_count[TGSI_OPCODE_TXL];
1554 n = info->opcode_count[TGSI_OPCODE_TXP];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c3478 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 ||
3479 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 ||
3480 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1)
3502 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1)
3509 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 ||
3510 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 ||
3511 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 ||
3512 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 ||
3513 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 ||
3514 emit->info.opcode_count[TGSI_OPCODE_SG
[all...]
H A Dsvga_tgsi_vgpu10.c6464 if (emit->info.opcode_count[TGSI_OPCODE_LIT] > 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c3476 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 ||
3477 emit->info.opcode_count[TGSI_OPCODE_SSG] >= 1 ||
3478 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1)
3500 if (emit->info.opcode_count[TGSI_OPCODE_CMP] >= 1)
3507 if (emit->info.opcode_count[TGSI_OPCODE_IF] >= 1 ||
3508 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 ||
3509 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 ||
3510 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 ||
3511 emit->info.opcode_count[TGSI_OPCODE_ROUND] >= 1 ||
3512 emit->info.opcode_count[TGSI_OPCODE_SG
[all...]
H A Dsvga_tgsi_vgpu10.c2983 if (emit->info.opcode_count[TGSI_OPCODE_LIT] > 0) {
2991 if (emit->info.opcode_count[TGSI_OPCODE_IMSB] > 0 ||
2992 emit->info.opcode_count[TGSI_OPCODE_UMSB] > 0) {
2997 if (emit->info.opcode_count[TGSI_OPCODE_UBFE] > 0 ||
2998 emit->info.opcode_count[TGSI_OPCODE_IBFE] > 0 ||
2999 emit->info.opcode_count[TGSI_OPCODE_BFI] > 0) {
3032 if (emit->info.opcode_count[TGSI_OPCODE_DNEG] > 0) {
3037 if (emit->info.opcode_count[TGSI_OPCODE_DSQRT] > 0) {
3044 if (emit->info.opcode_count[TGSI_OPCODE_INTERP_OFFSET] > 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c133 info.opcode_count[TGSI_OPCODE_BGNLOOP],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2029 (scan.opcode_count[TGSI_OPCODE_IF] +
2030 scan.opcode_count[TGSI_OPCODE_UIF]) * 2);
2032 scan.opcode_count[TGSI_OPCODE_BGNLOOP]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c882 sctx->ps_shader.cso->info.opcode_count[TGSI_OPCODE_FBFETCH] &&
H A Dsi_state_shaders.c1653 if (sel->info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE])

Completed in 144 milliseconds