Searched refs:hout (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/lib/ |
D | headers.c | 45 struct curl_header *hout) in copy_header_external() argument 47 struct curl_header *h = hout; in copy_header_external() 66 struct curl_header **hout) in curl_easy_header() argument 75 if(!name || !hout || !data || in curl_easy_header() 122 *hout = &data->state.headerout[0]; in curl_easy_header() 373 struct curl_header **hout) in curl_easy_header() argument 380 (void)hout; in curl_easy_header()
|
/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()
|
/third_party/curl/include/curl/ |
D | header.h | 63 struct curl_header **hout);
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.h | 104 struct curl_header **hout,
|
D | ccsidcurl.c | 1512 struct curl_header **hout, unsigned int ccsid) in curl_easy_header_ccsid() argument 1521 result = curl_easy_header(easy, s, index, origin, request, hout); in curl_easy_header_ccsid()
|
D | README.OS400 | 214 hout parameter is kept in libcurl's encoding and should not be altered.
|
D | curl.inc.in | 3132 d hout * curl_header ** 3349 d hout * curl_header **
|