Searched refs:wave32 (Results 1 – 14 of 14) sorted by relevance
120 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
160 - aco: fix carry-out size for wave32 v_add_co_u32_e64
2435 - radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups2811 - aco/wave32: fix comparison optimizations2812 - aco: improve jump threading with wave322813 - aco: fix vgpr alloc granule with wave323043 - radv/gfx10: enable wave32 for compute based on shader's wavesize3081 - ac/llvm: fix the local invocation index for wave323406 - 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 …]
107 - aco: fix nir_intrinsic_ballot with wave32
852 - aco: fix nir_intrinsic_ballot with wave322766 - aco: fix mbcnt_amd with wave32
1369 - aco: fix nir_intrinsic_ballot with wave324748 - radv: switch MaxWaves statistic to wave32 waves4752 - aco: fix waves calculation for wave32
3507 - aco: fix carry-out size for wave32 v_add_co_u32_e64
4634 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
4501 - aco: Fix emit_boolean_exclusive_scan in wave32 mode.
389 bool wave32; member
2700 uint32_t wave32 : 1; member2783 key.wave32 = vs_shader->info.wave_size == 32; in lookup_vs_prolog()2791 header.wave32 = key.wave32; in lookup_vs_prolog()
1954 info.wave_size = key->wave32 ? 32 : 64;
2702 key.wave32 = device->physical_device->ge_wave_size == 32; in radv_device_init_vs_prologs()
704 enable wave32 for compute shaders (GFX10+)711 enable wave32 for vertex/tess/geometry shaders (GFX10+)717 enable wave32 for pixel shaders (GFX10+)