/external/igt-gpu-tools/tests/i915/ |
D | gem_render_copy.c | 400 uint32_t req_tiling, bool ccs) in scratch_buf_init() argument 408 if (ccs) { in scratch_buf_init() 548 struct igt_buf dst, ccs, ref; in test() local 591 scratch_buf_init(data, &ccs, WIDTH, HEIGHT, ccs_modifier, true); in test() 634 &ccs, 0, 0); in test() 639 ccs_modifier ? &ccs : &dst, src[i].x, src[i].y); in test() 643 &ccs, 0, 0, WIDTH, HEIGHT, in test() 649 scratch_buf_write_to_png(data, &ccs, "compressed.png"); in test() 650 scratch_buf_aux_write_to_png(data, &ccs, "compressed-aux.png"); in test() 669 scratch_buf_aux_check(data, &ccs); in test() [all …]
|
/external/mesa3d/src/intel/isl/ |
D | isl_format_layout.csv | 340 …32BPP_X , 1, 16, 2, 1, , , , , , , , , , ccs 341 …64BPP_X , 1, 8, 2, 1, , , , , , , , , , ccs 342 …128BPP_X , 1, 4, 2, 1, , , , , , , , , , ccs 343 …32BPP_Y , 1, 8, 4, 1, , , , , , , , , , ccs 344 …64BPP_Y , 1, 4, 4, 1, , , , , , , , , , ccs 345 …128BPP_Y , 1, 2, 4, 1, , , , , , , , , , ccs 346 …32BPP , 2, 8, 4, 1, , , , , , , , , , ccs 347 …64BPP , 2, 4, 4, 1, , , , , , , , , , ccs 348 …128BPP , 2, 2, 4, 1, , , , , , , , , , ccs 349 …_8BPP_Y0 , 4, 32, 4, 1, , , , , , , , , , ccs [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_rfc822.py | 227 ccs = [('', a) for a in 231 eq(addrs, ccs) 235 eq(addrs, ccs)
|
/external/skia/src/c/ |
D | sk_imageinfo.cpp | 91 sk_colorspace_t* ccs) { in sk_imageinfo_new() argument 97 SkColorSpace* cs = (SkColorSpace*)ccs; in sk_imageinfo_new()
|
/external/skqp/src/c/ |
D | sk_imageinfo.cpp | 91 sk_colorspace_t* ccs) { in sk_imageinfo_new() argument 97 SkColorSpace* cs = (SkColorSpace*)ccs; in sk_imageinfo_new()
|
/external/autotest/client/tests/iozone/ |
D | makefile.patch | 13 CCS = /usr/ccs/bin/cc
|
/external/python/cpython3/Modules/ |
D | makexp_aix | 75 NM=/usr/ccs/bin/nm
|
/external/python/cpython2/Modules/ |
D | makexp_aix | 75 NM=/usr/ccs/bin/nm
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1408 …dst, ColorEndpointPair* colorEndpoints, TexelWeightPair* texelWeights, int ccs, deUint32 partition… in setTexelColors() argument 1455 const deUint32 w = weight.w[ccs == channelNdx ? 1 : 0]; in setTexelColors() 1468 const deUint32 w = weight.w[ccs == channelNdx ? 1 : 0]; in setTexelColors() 1565 …const int ccs = blockMode.isDualPlane ? (int)blockData.getBits(extraCemBitsStart-2, extraCem… in decompressBlock() local 1568 …return setTexelColors(dst, &colorEndpoints[0], &texelWeights[0], ccs, partitionIndexSeed, numParti… in decompressBlock() 1819 deUint32 ccs; //! \note Irrelevant if !isDualPlane. member 1831 , ccs ((deUint32)-1) in NormalBlockParams() 2259 block.setBits(extraCemBitsStart-2, extraCemBitsStart-1, blockParams.ccs); in generateNormalBlock() 2363 blockParams.ccs = rnd.getInt(0, 3); in generateRandomBlock() 2496 blockParams.ccs = 0; in generateBlockCaseTestData() [all …]
|
/external/icu/icu4c/source/data/coll/ |
D | hu.txt | 19 "&cs<<<ccs/cs"
|
/external/llvm/test/Object/ |
D | archive-toc.test | 19 Test reading an archive created on Solaris by /usr/ccs/bin/ar
|
/external/python/cpython2/Doc/library/ |
D | email.util.rst | 50 ccs = msg.get_all('cc', []) 53 all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)
|
/external/openssh/ |
D | buildpkg.sh.in | 110 [ -d /usr/ccs/bin ] && { 112 [ $? -ne 0 ] && PATH=$PATH:/usr/ccs/bin
|
/external/llvm-project/llvm/test/Object/ |
D | archive-toc.test | 21 Test reading an archive created on Solaris by /usr/ccs/bin/ar
|
/external/python/cpython3/Doc/library/ |
D | email.utils.rst | 97 ccs = msg.get_all('cc', []) 100 all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.3.rst | 113 - isl: only apply main surface ccs pitch constraint with CCS
|
D | 18.3.2.rst | 188 - anv: explictly specify format for blorp ccs/mcs op
|
/external/bzip2/ |
D | Makefile | 50 -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 2000 ccs := []byte{1} 2002 ccs = c.config.Bugs.BadChangeCipherSpec 2004 c.writeRecord(recordTypeChangeCipherSpec, ccs)
|
D | handshake_server.go | 2075 ccs := []byte{1} 2077 ccs = c.config.Bugs.BadChangeCipherSpec 2079 c.writeRecord(recordTypeChangeCipherSpec, ccs)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 1358 static CustomCreatorSingleton* ccs = new CustomCreatorSingleton; in GetCustomCreatorSingleton() local 1359 return ccs; in GetCustomCreatorSingleton()
|
/external/expat/ |
D | configure | 5786 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 12348 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 12653 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 12677 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 12679 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 17329 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 17634 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 17658 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 17660 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
/external/llvm-project/polly/lib/External/isl/interface/ |
D | configure | 7058 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 13216 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 13530 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 13554 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 13556 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 17193 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 17507 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 17531 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 17533 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
/external/llvm-project/polly/lib/External/isl/ |
D | configure | 8689 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 14875 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 15189 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 15213 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 15215 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 18852 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 19166 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 19190 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 19192 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
/external/scapy/test/ |
D | tls.uts | 918 ccs = t5.payload.msg[0] 930 assert(isinstance(ccs, TLSChangeCipherSpec)) 931 ccs.msgtype == 1 954 ccs = t6.payload.msg[0] 955 assert(isinstance(ccs, TLSChangeCipherSpec))
|