Home
last modified time | relevance | path

Searched refs:wavesize (Results 1 – 25 of 87) sorted by relevance

1234

/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/stuck/
H A Dstuck.c39 uint16_t wavesize;//size of waveform member
122 plug->wavesize = plug->wave_max; in run_stuck()
230 plug->wavesize = plug->indx2; in run_stuck()
247 if(plug->indx2+chunk >= plug->wavesize) in run_stuck()
250 chunk = plug->wavesize - plug->indx2; in run_stuck()
290 if(plug->indx2+chunk >= plug->wavesize) in run_stuck()
292 chunk = plug->wavesize - plug->indx2; in run_stuck()
318 plug->indx2 = plug->indx2<plug->wavesize?plug->indx2:0; in run_stuck()
342 plug->wavesize = plug->wave_max; in run_stuck()
371 plug->wavesize = plug->wave_max; in run_stuck()
[all …]
/dports/emulators/ucon64/ucon64-2.2.2-src/src/console/
H A Dneogeo.c88 unsigned datasize, wavesize, riffsize, freq, bits, rate; in sam2wav() local
114 wavesize = /* "fmt " */ 4 + 4 + 4 + 2 + 2; in sam2wav()
115 riffsize = /* RIFF */ 4 + 4 + 4 + 4 + 4 + wavesize + datasize; in sam2wav()
128 buf[0] = wavesize & 0xff; in sam2wav()
129 buf[1] = (wavesize >> 8) & 0xff; in sam2wav()
130 buf[2] = (wavesize >> 16) & 0xff; in sam2wav()
131 buf[3] = (wavesize >> 24) & 0xff; in sam2wav()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Frontend/OpenMP/
H A DOMPGridValues.h102 template <unsigned wavesize> constexpr const GV &getAMDGPUGridValues() { in getAMDGPUGridValues()
103 static_assert(wavesize == 32 || wavesize == 64, ""); in getAMDGPUGridValues()
104 return wavesize == 32 ? AMDGPUGridValues32 : AMDGPUGridValues64; in getAMDGPUGridValues()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DRovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DRovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DRovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_stock/
H A DRovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_200/
H A DRovastar + Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop/
H A DRovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk70 …stery=if( equal(othereffects,1),-.6+.4*sin(time),if( equal(wavesize,1),-.2,if( equal(wavesize,2),-…
91 per_frame_28=wavesize = if(beat,rand(3),wavesize);
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dc352.c83 UINT32 wavesize; member
250 c->wavesize = 0x00; in device_start_c352()
381 if (c->wavesize != ROMSize) in c352_write_rom()
384 c->wavesize = ROMSize; in c352_write_rom()
385 for (c->wave_mask = 1; c->wave_mask < c->wavesize; c->wave_mask <<= 1) in c352_write_rom()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dsound.c490 chn[ch].size = wavesize[parm1]; in play_midi_sound()
493 parm1, waveaddr[parm1], wavesize[parm1], ch); in play_midi_sound()
752 wavesize[j] = 256 * (1 << ((ai.wal[0].size) & 0x07));
755 printf (" size = %d\n", wavesize[j]);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c697 const uint32_t wavesize = 64; in setup_stateobj() local
705 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
706 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
712 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c746 const uint32_t wavesize = 64; in setup_stateobj() local
754 uint32_t prims_per_wave = wavesize / hs_info->tess.tcs_vertices_out; in setup_stateobj()
755 uint32_t max_prims_per_wave = max_wave_input_size * wavesize / in setup_stateobj()
761 uint32_t wave_input_size = DIV_ROUND_UP(total_size, wavesize); in setup_stateobj()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.writelane.ll154 ; Lane index is larger than the wavesize
177 ; Lane index is larger than the wavesize for wave32
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.writelane.ll148 ; Lane index is larger than the wavesize
170 ; Lane index is larger than the wavesize for wave32
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.writelane.ll148 ; Lane index is larger than the wavesize
170 ; Lane index is larger than the wavesize for wave32
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.writelane.ll148 ; Lane index is larger than the wavesize
170 ; Lane index is larger than the wavesize for wave32

1234