/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 1428 // MSVC complains about the I parameter pack not being 1455 // MSVC complains about the I parameter pack not being
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 1074 v->value_int = ctx->Pack.BufferObj ? ctx->Pack.BufferObj->Name : 0; in find_custom_value()
|
H A D | mtypes.h | 3090 struct gl_pixelstore_attrib Pack; member 3422 struct gl_pixelstore_attrib Pack; /**< Pixel packing */ member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 28 * \brief Declares test classes for "Shading Language 420Pack" functionality. 2888 /** Group class for Shader Language 420Pack conformance tests */
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 724 const gl::PixelPackState &pack, in readPixels() 745 ANGLE_TRY(vk::ImageHelper::GetReadPixelsParams(contextVk, pack, packBuffer, format, type, area, in readPixels() 720 readPixels(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *pixels) readPixels() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 779 "\t[--no-420pack-extension]:\n\t\tDo not make use of GL_ARB_shading_language_420pack in older GL targets to support layout(binding).\n" in print_help_glsl() 1510 cbs.add("--no-420pack-extension", [&args](CLIParser &) { args.use_420pack_extension = false; }); in main_inner()
|
H A D | spirv_hlsl.cpp | 1588 // HLSL does not pack into a single word sadly :( in emit_resources() 1623 // HLSL does not pack into a single word sadly :( in emit_resources() 2080 SPIRV_CROSS_THROW("Cannot pack on tighter bounds than 4 bytes in HLSL."); in emit_struct_member()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 147 // We pack the 8x8 u-samples in the lower half of the uint8x16_t destination in Load8x8x2_NEON() 169 // We pack the 8x8 u-samples in the lower half of the uint8x16_t destination in Load8x8x2T_NEON()
|
/third_party/python/Modules/ |
H A D | _testbuffer.c | 297 /* Pack all items into the buffer of 'obj'. The 'format' parameter must be 393 /* Pack single element */
|
/third_party/python/Objects/ |
H A D | memoryobject.c | 1539 /* Optimized pack/unpack for all native format specifiers */ 1775 /* Pack a single item. 'fmt' can be any native format character in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6166 // Extract all the undef/constant element data and pack into single bitsets. 11025 // X86 has dedicated pack instructions that can handle specific truncation 14193 // Use dedicated pack instructions for masks that match their pattern. 14246 // Use dedicated pack instructions for masks that match their pattern. 14368 /// the existing lowering for v8i16 blends on each half, finally PACK-ing them 14388 // Use dedicated pack instructions for masks that match their pattern. 14615 // Now pack things back together. 14634 // with a pack. 16275 // Use dedicated pack instructions for masks that match their pattern. 16375 // Use dedicated pack instruction [all...] |
H A D | X86TargetTransformInfo.cpp | 670 { ISD::SHL, MVT::v16i16, 10 }, // extend/vpsrlvd/pack sequence. in getArithmeticInstrCost() 673 { ISD::SRL, MVT::v16i16, 10 }, // extend/vpsrlvd/pack sequence. in getArithmeticInstrCost() 676 { ISD::SRA, MVT::v16i16, 10 }, // extend/vpsravd/pack sequence. in getArithmeticInstrCost()
|
/third_party/backends/backend/ |
H A D | avision.c | 4521 DBG (3, "attach: [53] line difference (software color pack): %d\n", result[53]); in attach() 6578 /* line-pack - move to unified processing flow, later */ in get_background_raster() 6602 } /* end line pack */ in get_background_raster() 7837 if (s->avdimen.line_difference > 0) /* color-pack */ in reader_process() 7852 } /* end color pack */ in reader_process() 7853 else if (dev->inquiry_needs_line_pack) /* line-pack */ in reader_process() 7871 } /* end line pack */ in reader_process()
|
/third_party/lame/ |
H A D | aclocal.m4 | 1323 pushdef([PACK],[$2]) 1324 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 1329 popdef([PACK]) 1342 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) 1343 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 1354 AC_ARG_WITH(PACK[-prefix], 1355 [[ --with-]]PACK[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib 1356 --without-]]PACK[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], 1853 popdef([PACK])
|
/third_party/mesa3d/docs/relnotes/ |
H A D | 19.0.0.rst | 2207 - glsl: Add utility function to round and pack uint64_t value 2209 - glsl: Add utility function to round and pack int64_t value 2394 - nir: don't pack varyings ints with floats unless flat
|
H A D | 19.1.0.rst | 1370 - v3d: Fix pack/unpack of VFPACK operand unpacks. 2547 - iris: merge pack 4041 - ac/nir: implement 16-bit pack/unpack opcodes 4349 - nir: do not pack varying with different types
|
/third_party/openGLES/extensions/ARB/ |
H A D | ARB_direct_state_access.txt | 1507 pixel pack buffer or client memory pointed to by <pixels>, while 1526 An INVALID_OPERATION error is generated if a pixel pack buffer object is 4252 three-dimensional pixel pack state in this
|
/third_party/openGLES/extensions/KHR/ |
H A D | KHR_texture_compression_astc_hdr.txt | 395 sequence encoding". This can pack adjacent values together, allowing us to 864 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 866 Similarly, since 5^3 is 125, it is possible to pack three quints into
|
/third_party/openGLES/extensions/OES/ |
H A D | OES_texture_compression_astc.txt | 474 sequence encoding". This can pack adjacent values together, allowing us to 985 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 987 Similarly, since 5^3 is 125, it is possible to pack three quints into
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
H A D | ARB_direct_state_access.txt | 1476 pixel pack buffer or client memory pointed to by <pixels>, while 1495 An INVALID_OPERATION error is generated if a pixel pack buffer object is 4212 three-dimensional pixel pack state in this
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
H A D | OES_texture_compression_astc.txt | 461 sequence encoding". This can pack adjacent values together, allowing us to 972 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 974 Similarly, since 5^3 is 125, it is possible to pack three quints into
|
/third_party/mindspore/patches/ |
H A D | 0001-build-gn-c-api-for-OHOS.patch | [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | libpng-manual.txt | 1859 PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as 3387 PNG_TRANSFORM_PACKING Pack 1, 2 and 4-bit samples 3477 PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as 3480 correctly pack the pixels into a single byte:
|
H A D | libpng.3 | 2378 PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as 3906 PNG_TRANSFORM_PACKING Pack 1, 2 and 4-bit samples 3996 PNG files pack pixels of bit depths 1, 2, and 4 into bytes as small as 3999 correctly pack the pixels into a single byte:
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 2088 can_filter = struct.pack("=II", can_id, can_mask) 2107 return struct.pack(cls.can_frame_fmt, can_id, can_dlc, data) 2171 header = struct.pack(self.bcm_cmd_msg_fmt, 6448 pack_uint32 = struct.Struct('I').pack
|