Home
last modified time | relevance | path

Searched full:pack (Results 1201 - 1225 of 1661) sorted by relevance

1...<<41424344454647484950>>...67

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMemoryBarrierTest.cpp3393 // 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 DMultisampledRenderToTextureTest.cpp923 // 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 DNV_gpu_shader5.txt104 * 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 DIceInstX8632.cpp68 #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 DIceInstX8664.cpp68 #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 DPPCInstrAltivec.td742 // 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 DSystemZInstrVector.td379 // Pack
385 // Pack saturate.
394 // Pack saturate logical.
/third_party/python/Lib/test/
H A Dtest_mailbox.py1261 # 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 Dgraphicsfuzz.txt276 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 Dir.h772 * 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 DShaderTGSI.c1547 * 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 Dwindbg.js143 // 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 DARB_fragment_shader.txt192 Combined with the proposed pack/unpack language, and the proposed pack
/third_party/node/deps/npm/docs/output/commands/
H A Dnpm-install.html610 <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 Dpackage-json.html799 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 Dpvr_rogue_pds_defs.h1499 * 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 Dbi_schedule.c1390 * 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 Dlib.rs570 // 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 Dmodule-equalizer-sink.c883 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 DAttributes.cpp52 // 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 DDeqpTestRunner.java1187 // 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 DARB_fragment_shader.txt182 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 DSeparateConstOffsetFromGEP.cpp1082 // #pragma pack(1) in splitGEP()
1087 // #pragma pack() in splitGEP()
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc1375 "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 Dieee802_11_defs.h909 #pragma pack(push, 1)
1189 #pragma pack(pop)

Completed in 87 milliseconds

1...<<41424344454647484950>>...67