Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/etnaviv/common/
H A Detna_core_info.h96 unsigned nn_input_buffer_depth; /* Input buffer size, determines tile size */ member
/aosp_15_r20/external/mesa3d/src/etnaviv/hwdb/
H A Detna_hwdb.c117 info->npu.nn_input_buffer_depth = db->NNInputBufferDepth; in etna_query_feature_db()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_ml_nn.c593 unsigned nn_input_buffer_depth = ctx->screen->info->npu.nn_input_buffer_depth; in calculate_tiling() local
618 tile_height = nn_input_buffer_depth * interleave_mode - operation->weight_height + 1; in calculate_tiling()