| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MemoryBarrierTest.cpp | 3393 // Test GL_SHADER_IMAGE_ACCESS_BARRIER_BIT; pixel pack -> shader write 3585 // Test GL_PIXEL_BUFFER_BARRIER_BIT; shader write -> pixel pack 3834 // Test GL_SHADER_STORAGE_BARRIER_BIT; pixel pack -> shader write
|
| H A D | MultisampledRenderToTextureTest.cpp | 923 // Bind Pack Pixel Buffer and read to it in readPixelsTestCommon() 941 // Read pixels with pack buffer. ES3+. 947 // Read pixels with pack buffer from renderbuffer. ES3+.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| H A D | NV_gpu_shader5.txt | 104 * new built-in functions to pack and unpack 64-bit integer types into a 107 * new built-in functions to pack and unpack 32-bit unsigned integer 1721 other option would be to pack multiple values into a 32-bit integer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstX8632.cpp | 68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld}, 107 case InstX86Base::SseSuffix::Pack: in getSseSuffixString()
|
| H A D | IceInstX8664.cpp | 68 #define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld) \ 69 {IceType_##elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld}, 95 case InstX86Base::SseSuffix::Pack: in getSseSuffixString()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 742 // Vector Pack. 1297 // Vector doubleword integer pack and unpack. 1313 // Shuffle patterns for unary and swapped (LE) vector pack modulo.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 379 // Pack 385 // Pack saturate. 394 // Pack saturate logical.
|
| /third_party/python/Lib/test/ |
| H A D | test_mailbox.py | 1261 # Pack the contents of the mailbox 1281 self._box.pack() 1298 self._box.pack()
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
| H A D | graphicsfuzz.txt | 276 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack 286 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack 291 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir.h | 772 * This is used by the linker to decide if it's safe to pack the varying. 779 * This is used by the linker to decide if its safe to pack the varying.
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 1547 * Need to figure out how to pack the compare value in Shader_tgsi_translate() 1600 * Need to figure out how to pack the compare value in Shader_tgsi_translate()
|
| /third_party/node/deps/v8/tools/ |
| H A D | windbg.js | 143 // Throws if the ordinal part of the 64-bit number does not pack into JavaScript 146 // Does NOT throw if the ordinal part of the 64-bit number does not pack into
|
| /third_party/openGLES/extensions/ARB/ |
| H A D | ARB_fragment_shader.txt | 192 Combined with the proposed pack/unpack language, and the proposed pack
|
| /third_party/node/deps/npm/docs/output/commands/ |
| H A D | npm-install.html | 610 <li>Default: <code>false</code> unless when using <code>npm pack</code> or <code>npm publish</code> where it 663 <code>dedupe</code>, <code>uninstall</code>, as well as <code>pack</code> and <code>publish</code>.</p>
|
| /third_party/node/deps/npm/docs/output/configuring-npm/ |
| H A D | package-json.html | 799 array and executing <code>npm pack</code>.</p> 811 <p>we can obtain <code>awesome-web-framework-1.0.0.tgz</code> file by running <code>npm pack</code>.
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_rogue_pds_defs.h | 1499 * The issues are pack, Issue 0, followed by Issue 1. 1514 * The issues are pack, Issue 0, followed by Issue 1.
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_schedule.c | 1390 * convention before pack time. (This is safe, since if you in bi_rewrite_constants_to_pass() 1828 /* Constant has been demoted to FAU, so don't pack it separately */ in bi_schedule_clause()
|
| /third_party/qrcodegen/rust-no-heap/src/ |
| H A D | lib.rs | 570 // Calculate error correction code and pack bits in draw_light_function_modules() 596 // Calculate error correction code and pack bits in draw_format_bits()
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-equalizer-sink.c | 883 static void pack(char **strs, size_t len, char **packed, size_t *length) { in pack() function 956 pack(u->base_profiles, u->channels, &packed, &packed_length); in save_state()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Attributes.cpp | 52 // pack them into one 64-bit value, at the cost of making said value 63 "Attempting to pack a reserved value"); in packAllocSizeArgs()
|
| /third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
| H A D | DeqpTestRunner.java | 1187 // select one test (leading test) that is going to be executed and then pack along as many in selectRunBatch() 1242 // pack along only cases in the same stability category. Packing more dangerous in selectRunBatch()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| H A D | ARB_fragment_shader.txt | 182 Combined with the proposed pack/unpack language, and the proposed pack
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 1082 // #pragma pack(1) in splitGEP() 1087 // #pragma pack() in splitGEP()
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_message.cc | 1375 "public static <T extends com.google.protobuf.Message> Any pack(\n" in GenerateAnyMethods() 1390 "public static <T extends com.google.protobuf.Message> Any pack(\n" in GenerateAnyMethods()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | ieee802_11_defs.h | 909 #pragma pack(push, 1) 1189 #pragma pack(pop)
|