Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp308 uint16_t get_addr_sgpr_from_waves(Program *program, uint16_t max_waves) in get_addr_sgpr_from_waves()
315 uint16_t get_addr_vgpr_from_waves(Program *program, uint16_t max_waves) in get_addr_vgpr_from_waves()
Daco_ir.h1621 uint16_t max_waves = 0; /* maximum number of waves, regardless of register usage */ variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc678 const int max_waves = GetMaximumPossibleWavesCount(apple_info, dst_shape); in GetRecommendedBlockSize() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c744 unsigned max_waves = ctx->ac.wave_size == 64 ? 2 : 4; in gfx10_emit_ngg_culling_epilogue() local
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c236 unsigned max_waves = 0; in radv_pipeline_init_scratch() local
5686 unsigned max_waves = radv_get_max_waves(device, shader, stage); in radv_GetPipelineExecutableStatisticsKHR() local
Dradv_private.h1762 unsigned max_waves; member