Home
last modified time | relevance | path

Searched refs:tp_core_count (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml_tp.c859 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_compile_operation_tp() local
862 … tp_cores_used = (operation->input_width > 8 || operation->input_channels > 1) ? tp_core_count : 1; in etna_ml_compile_operation_tp()
876 unsigned tp_cores_used = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_compile_operation_tp()
895 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_emit_operation_tp() local
900 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) { in etna_ml_emit_operation_tp()
903 if (more_than_one_tp_job && (j < tp_core_count - 1)) in etna_ml_emit_operation_tp()
911 etna_set_state(stream, VIVS_GL_UNK03950, j < tp_core_count - 1 ? 0x8 : 0x0); in etna_ml_emit_operation_tp()
Detnaviv_ml.c666 unsigned tp_core_count = etna_ml_get_core_info(ctx)->tp_core_count; in etna_ml_subgraph_invoke() local
713 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) { in etna_ml_subgraph_invoke()
738 for (unsigned j = 0; j < tp_core_count && operation->configs[j]; j++) in etna_ml_subgraph_invoke()
/external/mesa3d/src/etnaviv/common/
Detna_core_info.h92 unsigned tp_core_count; /* number of TP cores */ member
/external/mesa3d/src/etnaviv/hwdb/
Detna_hwdb.c112 info->npu.tp_core_count = db->TPEngine_CoreCount; in etna_query_feature_db()