Home
last modified time | relevance | path

Searched refs:wave32 (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D20.1.8.rst120 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
D20.0.1.rst160 - aco: fix carry-out size for wave32 v_add_co_u32_e64
D20.0.0.rst2435 - radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups
2811 - aco/wave32: fix comparison optimizations
2812 - aco: improve jump threading with wave32
2813 - aco: fix vgpr alloc granule with wave32
3043 - radv/gfx10: enable wave32 for compute based on shader's wavesize
3081 - ac/llvm: fix the local invocation index for wave32
3406 - aco/wave32: Change uniform bool optimization to work with wave32.
3407 - aco/wave32: Replace hardcoded numbers in spiller with wave size.
3408 - aco/wave32: Introduce emit_mbcnt which takes wave size into account.
3409 - aco/wave32: Add wave size specific opcodes to aco_builder.
[all …]
D20.3.5.rst107 - aco: fix nir_intrinsic_ballot with wave32
D21.0.0.rst852 - aco: fix nir_intrinsic_ballot with wave32
2766 - aco: fix mbcnt_amd with wave32
D21.1.0.rst1369 - aco: fix nir_intrinsic_ballot with wave32
4748 - radv: switch MaxWaves statistic to wave32 waves
4752 - aco: fix waves calculation for wave32
D20.1.0.rst3507 - aco: fix carry-out size for wave32 v_add_co_u32_e64
D20.2.0.rst4634 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
D20.3.0.rst4501 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h389 bool wave32; member
Dradv_cmd_buffer.c2700 uint32_t wave32 : 1; member
2783 key.wave32 = vs_shader->info.wave_size == 32; in lookup_vs_prolog()
2791 header.wave32 = key.wave32; in lookup_vs_prolog()
Dradv_shader.c1954 info.wave_size = key->wave32 ? 32 : 64;
Dradv_device.c2702 key.wave32 = device->physical_device->ge_wave_size == 32; in radv_device_init_vs_prologs()
/third_party/mesa3d/docs/
Denvvars.rst704 enable wave32 for compute shaders (GFX10+)
711 enable wave32 for vertex/tess/geometry shaders (GFX10+)
717 enable wave32 for pixel shaders (GFX10+)