Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_l3_state.c60 needs_slm |= prog_data && prog_data->total_shared; in get_pipeline_state_l3_weights()
DgenX_state_upload.c4396 prog_data->total_shared),
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h721 unsigned total_shared; member
Dbrw_fs.cpp8442 if (devinfo->is_haswell && prog_data->total_shared > 0) { in run_cs()
9153 prog_data->base.total_shared = nir->info.cs.shared_size; in brw_compile_cs()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c2364 anv_pipeline_setup_l3_config(&pipeline->base, cs_prog_data->base.total_shared > 0);
2435 encode_slm_size(GEN_GEN, cs_prog_data->base.total_shared),
Danv_pipeline.c2411 stat->value.u64 = prog_data->total_shared; in anv_GetPipelineExecutableStatisticsKHR()