Home
last modified time | relevance | path

Searched full:pack (Results 2301 - 2325 of 2921) sorted by relevance

1...<<919293949596979899100>>...117

/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java286 // Calculate error correction code and pack bits in drawFormatBits()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderLang.h724 // Returns true if the passed in variables pack in maxVectors followingthe packing rules from the
/third_party/skia/include/private/
H A DSkNx_sse.h718 // With SSE2, we have to sign extend our input, making _mm_packs_epi32 do the pack we want. in SkNx_cast()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp719 : TestCaseGroup(context, "pack_unpack", "Floating-point pack and unpack function tests") in ShaderPackingFunctionTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp348 // Pack an array of tcu::Float values into a buffer to be read from a shader, as if it was an array of vectors with each vector
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h301 // This makes a total of 9 bits. We can pack this easily into 32 bits:
H A Dformatutils.cpp1660 // Compressed images do not use pack/unpack parameters (rowLength). in computeRowPitch()
1680 // Compressed images do not use pack/unpack parameters (imageHeight). in computeDepthPitch()
1874 // renderable, our pixel pack routines don't handle it correctly. in MaybeOverrideLuminance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp502 // Pack the data when copying it, user could have supplied a very large stride that in streamAttributes()
/third_party/node/deps/corepack/dist/lib/
H A Dcorepack.cjs16115 // .yarn/cache/tar-npm-6.2.0-3eb25205a7-02ca064a1a.zip/node_modules/tar/lib/pack.js
16117 ".yarn/cache/tar-npm-6.2.0-3eb25205a7-02ca064a1a.zip/node_modules/tar/lib/pack.js"(exports, module2) {
16163 var Pack = warner(class Pack extends Minipass {
16440 var PackSync = class extends Pack {
16479 Pack.Sync = PackSync;
16480 module2.exports = Pack;
17402 var Pack = require_pack();
17427 const p = new Pack.Sync(opt);
17435 const p = new Pack(op
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c864 #pragma pack(1)
871 #pragma pack()
1010 #pragma pack(1)
1021 #pragma pack()
1059 #pragma pack(1)
1070 #pragma pack()
/third_party/mesa3d/docs/relnotes/
H A D22.1.0.rst319 - panfrost: Pack message preloads from compiler
346 - panfrost: Don't pack blend constants with blend shaders
479 - pan/va: Pack LEA_TEX_IMM
992 - util/format: add new z24/s8 packing helper to pack z32/s8.
1286 - gallium: rename pack half-float cap
1848 - d3d12: Lower [de]construction of doubles via math ops into pack/unpack ops
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp1753 stbtt_pack_range PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)
1754 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position.
1888 // 4. Gather glyphs sizes so we can pack them in our virtual canvas. in ImFontAtlasBuildWithStbTruetype()
1913 // Gather the sizes of all rectangles we will need to pack (this loop is based on stbtt_PackFontRangesGatherRects) in ImFontAtlasBuildWithStbTruetype()
1939 // Pack our extra data rectangles first, so it will be on the upper-left corner of our texture (UV will have small values). in ImFontAtlasBuildWithStbTruetype()
1945 // 6. Pack each source font. No rendering yet, we are working with rectangles in an infinitely tall texture at this point. in ImFontAtlasBuildWithStbTruetype()
/third_party/pcre2/pcre2/testdata/
H A Dtestoutput110130 Pack my box with five dozen liquor jugs.
10132 1: Pack my box with five dozen liquor jugs.
10139 Pack my fox with five dozen liquor jugs.
10149 Pack my box with five dozen liquor jugs.
10150 0: Pack my box with five dozen liquor jugs
10157 Pack my fox with five dozen liquor jugs.
/third_party/skia/src/core/
H A DSkVM.cpp1118 I32 Builder::pack(I32 x, I32 y, int bits) { in pack() function in skvm::Builder
1378 packed = pack(packed, encoded, shift); in pack32()
1387 packed = pack(packed, encoded, shift); in pack32()
1865 // Pack x86 opcode map selector to 5-bit VEX encoding.
1876 // Pack mandatory SSE opcode prefix byte to 2-bit VEX encoding.
4232 a->xtns2h(dst(x), r(x)); // pack even 16-bit lanes into bottom four lanes
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp2305 stbtt_pack_range PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)
2306 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position.
2439 // 4. Gather glyphs sizes so we can pack them in our virtual canvas. in ImFontAtlasBuildWithStbTruetype()
2464 // Gather the sizes of all rectangles we will need to pack (this loop is based on stbtt_PackFontRangesGatherRects) in ImFontAtlasBuildWithStbTruetype()
2490 // Pack our extra data rectangles first, so it will be on the upper-left corner of our texture (UV will have small values). in ImFontAtlasBuildWithStbTruetype()
2496 // 6. Pack each source font. No rendering yet, we are working with rectangles in an infinitely tall texture at this point. in ImFontAtlasBuildWithStbTruetype()
/third_party/openGLES/extensions/AMD/
H A DAMD_gpu_shader_half_float.txt62 * new built-in functions to pack and unpack half float types into a
615 Modify Section 8.4, Floating-Point Pack and Unpack Functions
617 (add to the table of pack and unpack functions on p. 149)
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2504 * as that is done as part of unpack / pack. in generate_unswizzled_blend()
2644 * Note: for 16bit sizes really need matching pack conversion code in generate_unswizzled_blend()
2812 * generate the most efficient code (could use some pack). in generate_unswizzled_blend()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c804 * interactions are dynamic state. Pack only the dynamic state here and OR
1554 /* Spurious (Midgard doesn't pack) */ in panfrost_emit_const_buf()
4199 * Given a pipe_vertex_element, pack the corresponding Valhall attribute
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
H A DAMD_gpu_shader_half_float.txt62 * new built-in functions to pack and unpack half float types into a
615 Modify Section 8.4, Floating-Point Pack and Unpack Functions
617 (add to the table of pack and unpack functions on p. 149)
/third_party/skia/tests/
H A DSkVMTest.cpp2435 // originally with a bad arm64 implementation of pack().
2445 _4444 = pack(_4444, r, 12);
2446 _4444 = pack(_4444, a, 0);
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
H A DKHR_texture_compression_astc_hdr.txt384 sequence encoding". This can pack adjacent values together, allowing us to
853 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has
855 Similarly, since 5^3 is 125, it is possible to pack three quints into
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
H A Dsm8550.dtsi2064 qcom,ports-block-pack-mode = /bits/ 8 <0x00 0x01 0x01 0x00 0x01 0x01 0x00 0x00 0x00 0x01 0x01 0x00 0x00>;
2110 qcom,ports-block-pack-mode = /bits/ 8 <0xff 0x00 0x01 0xff 0xff 0x00 0xff 0xff 0xff 0xff>;
2175 qcom,ports-block-pack-mode = /bits/ 8 <0x00 0x01 0x01 0x00 0x01 0x01 0x00 0x00 0x00 0x01 0x01 0x00 0x00>;
2203 qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0xff 0xff>;
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1718 cpl->pack = htons(0); in cxgb4_eth_xmit()
2008 cpl->pack = cpu_to_be16(0); in cxgb4_vf_eth_xmit()
2332 cpl->pack = 0; in ethofld_hard_xmit()
2706 cpl->pack = htons(0); in cxgb4_selftest_lb_pkt()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c760 #pragma pack(1)
771 #pragma pack()
809 #pragma pack(1)
820 #pragma pack()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1719 cpl->pack = htons(0); in cxgb4_eth_xmit()
2014 cpl->pack = cpu_to_be16(0); in cxgb4_vf_eth_xmit()
2338 cpl->pack = 0; in ethofld_hard_xmit()
2712 cpl->pack = htons(0); in cxgb4_selftest_lb_pkt()

Completed in 186 milliseconds

1...<<919293949596979899100>>...117