/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 2591 // We are using an pack or unpack buffer, compute what the driver thinks is going to be the in ShouldApplyLastRowPaddingWorkaround()
|
/third_party/zlib/ |
H A D | deflate.c | 94 * the desired pack level (0..9). The values given below have been tuned to
|
/third_party/mesa3d/ |
H A D | .pick_status.json | 1984 "description": "radeonsi: pack code into si_assign_param_offsets", 9697 "description": "nir/lower_shader_calls: add a pass to sort/pack values on the stack", 10957 "description": "pvr: Change pvr_get_hw_clear_color() to pack based on accum formats.", 16177 "description": "agx: Emit trap at pack-time, not during isel", 19813 "description": "zink: lower 64bit pack when float64 not supported", 21991 "description": "mesa: reorder and pack gl_buffer_object", 26761 "description": "pan/va: Pack .rhadd bit", 26788 "description": "pan/va: Pack IADD.sat bit", 28165 "description": "u_transfer_helper: Pack Z24S8 to Z24-in-Z32F and S8", [all...] |
/third_party/openGLES/specs/es/3.2/ |
H A D | GLSL_ES_Specification_3.20.html | 644 <li><a href="#floating-point-pack-and-unpack-functions">8.4. Floating-Point Pack and Unpack Functions</a></li> 12417 <h3 id="floating-point-pack-and-unpack-functions">8.4. Floating-Point Pack and Unpack Functions</h3> 15694 <p>Example: pack the following types:</p> 17092 <pre>pack/unpack (conversion) -> pack/unpack in GLSL extended instructions 17093 pack/unpack (no conversion) -> OpBitcast</pre>
|
/third_party/node/doc/api/ |
H A D | http.json | 739 "desc": "<p>Flushes the request headers.</p>\n<p>For efficiency reasons, Node.js normally buffers the request headers until\n<code>request.end()</code> is called or the first chunk of request data is written. It\nthen tries to pack the request headers and data into a single TCP packet.</p>\n<p>That's usually desired (it saves a TCP round-trip), but not when the first\ndata is not sent until possibly much later. <code>request.flushHeaders()</code> bypasses\nthe optimization and kickstarts the request.</p>" 2958 "desc": "<p>Flushes the message headers.</p>\n<p>For efficiency reason, Node.js normally buffers the message headers\nuntil <code>outgoingMessage.end()</code> is called or the first chunk of message data\nis written. It then tries to pack the headers and data into a single TCP\npacket.</p>\n<p>It is usually desired (it saves a TCP round-trip), but not when the first\ndata is not sent until possibly much later. <code>outgoingMessage.flushHeaders()</code>\nbypasses the optimization and kickstarts the message.</p>"
|
/third_party/pulseaudio/speex/doc/ |
H A D | manual.lyx | 1742 n Pack n frames in each Ogg packet (this saves space at low bit-rates) 3283 Sometimes it is desirable to pack more than one frame per packet (or other
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 6927 * configuration (pixel pack/unpack settings, enables 'rasterizer discard' mode) 6969 /* Modify pack & unpack alignment settings */ in initTest()
|
H A D | gl4cDirectStateAccessTests.hpp | 6813 * Check that INVALID_OPERATION error is generated if a pixel pack buffer 6817 * Check that INVALID_OPERATION error is generated if a pixel pack buffer
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 65 // Returns number of components in Pack/Unpack extended instructions. 75 // Returns packed bit width in Pack/Unpack extended instructions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_ext_inst_test.cpp | 65 // Returns number of components in Pack/Unpack extended instructions. 75 // Returns packed bit width in Pack/Unpack extended instructions.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 7972 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 7985 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
|
H A D | IceTargetLoweringX8664.cpp | 7280 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 7293 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \
|
/third_party/rust/crates/regex/tests/ |
H A D | crates_regex.rs | 1393 // git-shell-enforce-directory-1.0.0: r"^(?P<command>git-(?:receive|upload)-pack) '(?P<path>.+)'$" 1396 r"^(?P<command>git-(?:receive|upload)-pack) '(?P<path>.+)'$"
|
/third_party/spirv-tools/test/val/ |
H A D | val_ext_inst_test.cpp | 65 // Returns number of components in Pack/Unpack extended instructions. 75 // Returns packed bit width in Pack/Unpack extended instructions.
|
/third_party/python/Doc/library/ |
H A D | stdtypes.rst | 4002 >>> buf = struct.pack("i"*12, *list(range(12))) 4027 >>> buf = struct.pack("L"*6, *list(range(6))) 4079 >>> buf = struct.pack("d"*12, *[1.5*x for x in range(12)])
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 2176 // Verify we can pack registers with one builtin varying. 2186 // Verify we can pack registers with two builtin varyings. 2196 // Verify we can pack registers with three builtin varyings.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2109 assert(!V->getType()->isVectorTy() && "Can't pack a vector"); 5025 assert(MaxVectorSize <= 256 && "Did not expect to pack so many elements" 7479 // By current pack/unpack logic we need to generate only a single phi node: if
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 2514 // Pack workitem IDs into a single register or pass it as is if already in passSpecialInputs() 2540 // If incoming ids are not packed we need to pack them. in passSpecialInputs() 5459 // Check for 16 bit addresses and pack if true. in lowerImage()
|
/third_party/backends/backend/ |
H A D | pie.c | 2656 /* now pack the pixels lines into RGB format */
in pie_reader_process_indexed()
|
H A D | kodakaio.c | 242 /* static int bitposn=0; was used to pack bits into bytes in lineart mode */
|
H A D | microtek.c | 3013 /* Pack processed image bytes into frontend destination buffer */
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 212 /* Might as well pack it in now if we can't even get a default NumberFormat... */ in TestNumberFormat()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 99 /* Because of how we pack combined images and samplers, we in tu6_load_state_size()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 1667 /* check if we can pack one register at once */ in handle_operands()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1581 /* Note that that we are using a single byte for this, so we could pack in get_texel_buffer_copy_pipeline_cache_key()
|