Home
last modified time | relevance | path

Searched defs:max_waves (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h129 uint32_t max_waves; member
Dir3.c204 unsigned max_waves = compiler->max_waves; in ir3_get_reg_independent_max_waves() local
Dir3.h72 int8_t max_waves; member
/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp424 uint16_t max_waves = program->dev.max_wave64_per_simd * (64 / program->wave_size); in update_vgpr_sgpr_demand() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c758 unsigned max_waves, LLVMValueRef tid, in load_vertex_counts()
1017 unsigned max_waves = DIV_ROUND_UP(ctx->screen->ngg_subgroup_size, ctx->ac.wave_size); in gfx10_ngg_culling_build_end() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c279 unsigned max_waves = 0; in radv_pipeline_init_scratch() local
7508 unsigned max_waves = radv_get_max_waves(device, shader, stage); in radv_GetPipelineExecutableStatisticsKHR() local
Dradv_private.h2124 unsigned max_waves; member