Home
last modified time | relevance | path

Searched refs:total_shared (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dgfx7_l3_state.c60 needs_slm |= prog_data && prog_data->total_shared; in get_pipeline_state_l3_weights()
DgenX_state_upload.c4389 prog_data->total_shared),
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h776 unsigned total_shared; member
Dbrw_fs.cpp9330 if (devinfo->is_haswell && prog_data->total_shared > 0) { in run_cs()
10108 prog_data->base.total_shared = nir->info.shared_size; in brw_compile_cs()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c2620 anv_pipeline_setup_l3_config(&pipeline->base, cs_prog_data->base.total_shared > 0);
2642 anv_pipeline_setup_l3_config(&pipeline->base, cs_prog_data->base.total_shared > 0);
2708 encode_slm_size(GFX_VER, cs_prog_data->base.total_shared),
Danv_pipeline.c3262 stat->value.u64 = prog_data->total_shared; in anv_GetPipelineExecutableStatisticsKHR()
DgenX_cmd_buffer.c4897 prog_data->base.total_shared), in emit_compute_walker()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h2137 encode_slm_size(GFX_VER, prog_data->total_shared), in blorp_exec_compute()
2206 prog_data->total_shared), in blorp_exec_compute()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c6949 encode_slm_size(GFX_VER, prog_data->total_shared), in iris_upload_compute_walker()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c8166 prog_data->total_shared);