Searched refs:hout (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/ |
D | SDL_winmm.c | 132 waveOutWrite(this->hidden->hout, in WINMM_PlayDevice() 184 if (this->hidden->hout) { in WINMM_CloseDevice() 185 waveOutReset(this->hidden->hout); in WINMM_CloseDevice() 190 waveOutUnprepareHeader(this->hidden->hout, in WINMM_CloseDevice() 196 waveOutClose(this->hidden->hout); in WINMM_CloseDevice() 312 result = waveOutOpen(&this->hidden->hout, devId, &waveformat, in WINMM_OpenDevice() 325 result = waveInGetDevCaps((UINT) this->hidden->hout, in WINMM_OpenDevice() 333 result = waveOutGetDevCaps((UINT) this->hidden->hout, in WINMM_OpenDevice() 379 result = waveOutPrepareHeader(this->hidden->hout, in WINMM_OpenDevice()
|
D | SDL_winmm.h | 35 HWAVEOUT hout; member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_surface_meta_address_test.c | 429 ADDR2_COMPUTE_HTILE_INFO_OUTPUT hout = {0}; in one_htile_address_test() local 434 hout.pMipInfo = meta_mip_info; in one_htile_address_test() 449 int ret = Addr2ComputeHtileInfo(addrlib, &hin, &hout); in one_htile_address_test() 481 gfx10_htile_addr_from_coord(info, hout.equation.gfx10_bits, in one_htile_address_test() 482 hout.metaBlkWidth, hout.metaBlkHeight, in one_htile_address_test() 483 hout.pitch, hout.sliceSize, in one_htile_address_test()
|
D | ac_surface.c | 1804 ADDR2_COMPUTE_HTILE_INFO_OUTPUT hout = {0}; in gfx9_compute_miptree() local 1808 hout.size = sizeof(ADDR2_COMPUTE_HTILE_INFO_OUTPUT); in gfx9_compute_miptree() 1809 hout.pMipInfo = meta_mip_info; in gfx9_compute_miptree() 1824 ret = Addr2ComputeHtileInfo(addrlib->handle, &hin, &hout); in gfx9_compute_miptree() 1828 surf->meta_size = hout.htileBytes; in gfx9_compute_miptree() 1829 surf->meta_slice_size = hout.sliceSize; in gfx9_compute_miptree() 1830 surf->meta_alignment_log2 = util_logbase2(hout.baseAlign); in gfx9_compute_miptree() 1831 surf->meta_pitch = hout.pitch; in gfx9_compute_miptree() 1851 ac_copy_htile_equation(info, &hout, &surf->u.gfx9.zs.htile_equation); in gfx9_compute_miptree()
|