Searched refs:ancillary (Results 1 – 25 of 27) sorted by relevance
12
/external/mesa3d/src/amd/common/ |
D | ac_shader_abi.h | 54 LLVMValueRef ancillary; member
|
D | ac_nir_to_llvm.c | 1052 add_arg(&args, ARG_VGPR, ctx->ac.i32, &ctx->abi.ancillary); in create_function() 4100 sample_id = unpack_param(&ctx->ac, ctx->abi->ancillary, 8, 4); in load_sample_mask_in() 4404 result = unpack_param(&ctx->ac, ctx->abi->ancillary, 8, 4); in visit_intrinsic()
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 891 Return the total length, without trailing padding, of an ancillary 894 receive a single item of ancillary data, but :rfc:`3542` requires 908 receive an ancillary data item with associated data of the given 915 Note that some systems might support ancillary data without 918 amount of ancillary data that can be received, since additional 1247 Receive normal data (up to *bufsize* bytes) and ancillary data from 1249 the internal buffer used to receive the ancillary data; it defaults 1250 to 0, meaning that no ancillary data will be received. Appropriate 1251 buffer sizes for ancillary data can be calculated using 1259 non-ancillary data received. The *ancdata* item is a list of zero [all …]
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 380 ancillary(const char *name) in ancillary() function 931 if (ancillary(chunk_info[i].name)) in check_handling() 977 if (ancillary(chunk_info[i].name)) in check_handling()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.1rc2.rst | 106 Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
|
/external/libpng/contrib/pngsuite/ |
D | README | 13 a variety of images to test interlacing, gamma settings, ancillary
|
/external/mesa3d/docs/relnotes/ |
D | 3.3 | 231 core Mesa which ancillary buffers (depth, stencil, accum, alpha)
|
/external/libpng/ |
D | INSTALL | 257 You can also turn all of the transforms and ancillary chunk capabilities 265 that is incapable of reading or writing ancillary chunks. If you are
|
D | README | 61 critical or an ancillary chunk.
|
D | libpng-manual.txt | 469 ancillary and critical chunks, and whether to use the data contained 677 The PNG specification sets no limit on the number of ancillary chunks 4188 indexed (paletted) images, or most ancillary chunks. 4846 does not account for any palette index used by ancillary chunks such as the
|
D | CHANGES | 129 Made CRC errors/warnings on critical and ancillary chunks configurable 786 Changed several png_errors about malformed ancillary chunks to png_warnings. 2273 Reordered ancillary chunks in pngtest.png to be the same as what 4065 This works round a bug introduced in 1.5.4 where compressed ancillary
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 36 # Enable chunk processing for the given ancillary chunk; any 63 # optional ('ancillary') chunks. This does not prevent PNG 834 # png_save_int_32 is required internally for writing the ancillary chunks oFFs
|
/external/antlr/runtime/C/doxygen/ |
D | build.dox | 23 /// - Other ancillary directories used by the build or documentation process.
|
/external/openssh/ |
D | config.h.in | 273 /* Define if your system uses ancillary data style file descriptor passing */
|
D | configure.ac | 3978 [Define if your system uses ancillary data style
|
/external/mesa3d/docs/ |
D | VERSIONS | 288 - GLX does garbage collection of ancillary buffers
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1878 ancillary data when supported by the underlying platform:
|
/external/syzkaller/dashboard/config/ |
D | upstream-kmsan.config | 3374 # Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
|
D | upstream-kasan.config | 3419 # Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 4914 &ctx->abi.ancillary, SI_PARAM_ANCILLARY); in create_function()
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 877 ) and some other ancillary information. 969 ancillary information.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 4691 Given the constraints of time, WEIBEL omitted a large number of ancillary
|
/external/strace/ |
D | ChangeLog | 27640 struct msghdr.msg_controllen is greater than the maximum ancillary 27681 tests: check decoding of struct msghdr ancillary data.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9252 ancillary data in pure Python code. Patch by David Watson and Heiko Wundram.
|
12