Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_binary.h41 unsigned spilled_sgprs; member
Dac_binary.c102 conf->spilled_sgprs = value; in ac_parse_shader_binary_config()
Dac_rtld.c533 config->spilled_sgprs = MAX2(config->spilled_sgprs, c.spilled_sgprs); in ac_rtld_read_config()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1024 conf->spilled_sgprs, conf->spilled_vgprs, shader->info.private_mem_vgprs); in si_shader_dump_stats_for_shader_db()
1053 conf->num_sgprs, conf->num_vgprs, conf->spilled_sgprs, conf->spilled_vgprs, in si_shader_dump_stats()
2075 shader->config.spilled_sgprs = in si_create_shader_variant()
2076 MAX2(shader->config.spilled_sgprs, shader->previous_stage->config.spilled_sgprs); in si_create_shader_variant()
/third_party/mesa3d/src/amd/compiler/
Daco_spill.cpp1692 ctx.program->config->spilled_sgprs += (*it)->operands[0].size(); in assign_spill_slots()
1878 program->config->spilled_sgprs = 0; in spill()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6018 s->value.u64 = shader->config.spilled_sgprs; in radv_GetPipelineExecutableStatisticsKHR()