Home
last modified time | relevance | path

Searched refs:waves (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/amd/vulkan/
Dradv_debug.c374 struct ac_wave_info *waves, unsigned num_waves, in radv_dump_annotated_shader() argument
388 if (start_addr <= waves[i].pc && waves[i].pc <= end_addr) in radv_dump_annotated_shader()
396 waves = &waves[i]; in radv_dump_annotated_shader()
419 while (num_waves && start_addr + inst->offset == waves->pc) { in radv_dump_annotated_shader()
423 waves->se, waves->sh, waves->cu, waves->simd, in radv_dump_annotated_shader()
424 waves->wave, waves->exec); in radv_dump_annotated_shader()
428 waves->inst_dw0); in radv_dump_annotated_shader()
431 waves->inst_dw0, waves->inst_dw1); in radv_dump_annotated_shader()
434 waves->matched = true; in radv_dump_annotated_shader()
435 waves = &waves[1]; in radv_dump_annotated_shader()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll13 attributes #0 = {"amdgpu-waves-per-eu"="1,1"}
15 ; Exactly 5 waves per execution unit.
25 attributes #1 = {"amdgpu-waves-per-eu"="5,5"}
27 ; Exactly 10 waves per execution unit.
37 attributes #2 = {"amdgpu-waves-per-eu"="10,10"}
49 attributes #3 = {"amdgpu-waves-per-eu"="1"}
51 ; At least 5 waves per execution unit.
61 attributes #4 = {"amdgpu-waves-per-eu"="5"}
63 ; At least 10 waves per execution unit.
73 attributes #5 = {"amdgpu-waves-per-eu"="10"}
[all …]
Dlarge-work-group-promote-alloca.ll268 attributes #1 = { nounwind "amdgpu-waves-per-eu"="1,3" "amdgpu-flat-work-group-size"="256,256" }
269 attributes #2 = { nounwind "amdgpu-waves-per-eu"="1,1" "amdgpu-flat-work-group-size"="1600,1600" }
270 attributes #3 = { nounwind "amdgpu-waves-per-eu"="1,10" }
271 attributes #4 = { nounwind "amdgpu-waves-per-eu"="1,10" }
272 attributes #5 = { nounwind "amdgpu-waves-per-eu"="1,6" "amdgpu-flat-work-group-size"="64,64" }
273 attributes #6 = { nounwind "amdgpu-waves-per-eu"="1,8" "amdgpu-flat-work-group-size"="64,64" }
274 attributes #7 = { nounwind "amdgpu-waves-per-eu"="1,9" "amdgpu-flat-work-group-size"="64,64" }
Dtarget-cpu.ll111 attributes #5 = { nounwind "target-features"="+promote-alloca" "amdgpu-waves-per-eu"="1,3" }
112 attributes #6 = { nounwind "target-features"="-promote-alloca" "amdgpu-waves-per-eu"="1,3" }
Darray-ptr-calc-i32.ll46 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
Dpromote-alloca-to-lds-icmp.ll64 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
Dpromote-alloca-mem-intrinsics.ll64 attributes #0 = { nounwind "amdgpu-flat-work-group-size"="64,64" "amdgpu-waves-per-eu"="1,3" }
Dindirect-private-64.ll124 attributes #1 = { nounwind "amdgpu-waves-per-eu"="1,2" "amdgpu-flat-work-group-size"="64,128" }
Dpromote-alloca-to-lds-select.ll132 attributes #0 = { norecurse nounwind "amdgpu-waves-per-eu"="1,1" }
Dpromote-alloca-to-lds-phi.ll204 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,1" }
Dpromote-alloca-padding-size-estimate.ll130 attributes #0 = { nounwind "amdgpu-flat-work-group-size"="64,64" "amdgpu-waves-per-eu"="1,7" }
Dprivate-memory-r600.ll303 attributes #0 = { nounwind "amdgpu-waves-per-eu"="1,2" }
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c837 struct ac_wave_info *waves, in si_print_annotated_shader() argument
850 if (start_addr <= waves[i].pc && waves[i].pc <= end_addr) in si_print_annotated_shader()
857 waves = &waves[i]; in si_print_annotated_shader()
896 while (num_waves && start_addr + inst->offset == waves->pc) { in si_print_annotated_shader()
900 waves->se, waves->sh, waves->cu, waves->simd, in si_print_annotated_shader()
901 waves->wave, waves->exec); in si_print_annotated_shader()
905 waves->inst_dw0); in si_print_annotated_shader()
908 waves->inst_dw0, waves->inst_dw1); in si_print_annotated_shader()
911 waves->matched = true; in si_print_annotated_shader()
912 waves = &waves[1]; in si_print_annotated_shader()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dlarge-work-group-promote-alloca.ll114 attributes #1 = { nounwind "amdgpu-max-waves-per-eu"="3" "amdgpu-max-work-group-size"="256" }
115 attributes #2 = { nounwind "amdgpu-max-waves-per-eu"="1" "amdgpu-max-work-group-size"="1600" }
116 attributes #3 = { nounwind "amdgpu-max-waves-per-eu"="0" }
117 attributes #4 = { nounwind "amdgpu-max-waves-per-eu"="-1" }
Dtarget-cpu.ll111 attributes #5 = { nounwind "target-features"="+promote-alloca" "amdgpu-max-waves-per-eu"="3" }
112 attributes #6 = { nounwind "target-features"="-promote-alloca" "amdgpu-max-waves-per-eu"="3" }
Darray-ptr-calc-i32.ll50 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
Dpromote-alloca-to-lds-icmp.ll64 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
Dpromote-alloca-mem-intrinsics.ll64 attributes #0 = { nounwind "amdgpu-max-work-group-size"="64" "amdgpu-max-waves-per-eu"="3" }
Dindirect-private-64.ll124 attributes #1 = { nounwind "amdgpu-max-waves-per-eu"="2" "amdgpu-max-work-group-size"="64" }
Dpromote-alloca-to-lds-select.ll132 attributes #0 = { norecurse nounwind "amdgpu-max-waves-per-eu"="1" }
Dpromote-alloca-to-lds-phi.ll204 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="1" }
Dprivate-memory-r600.ll300 attributes #0 = { nounwind "amdgpu-max-waves-per-eu"="2" }
/external/mesa3d/src/amd/common/
Dac_debug.h67 unsigned ac_get_wave_info(struct ac_wave_info waves[AC_MAX_WAVES_PER_CHIP]);
Dac_debug.c759 unsigned ac_get_wave_info(struct ac_wave_info waves[AC_MAX_WAVES_PER_CHIP]) in ac_get_wave_info()
779 w = &waves[num_waves]; in ac_get_wave_info()
792 qsort(waves, num_waves, sizeof(struct ac_wave_info), compare_wave); in ac_get_wave_info()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2764 波>'[waves]';
2817 涛>'[large waves]';
2879 湃>'[sound of waves]';
2997 濤>'[large waves]';
3007 瀁>'[waves]';
3023 瀲>'[waves]';

12