Home
last modified time | relevance | path

Searched full:pack (Results 901 - 925 of 1661) sorted by relevance

1...<<31323334353637383940>>...67

/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5149 storage += struct.pack( "B", 0 )
5155 storage += struct.pack( "B", val )
5164 storage += struct.pack( "!BH", count + 128, self.value )
5166 storage += struct.pack( "B", count )
5169 storage += struct.pack( "!H", child.index )
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp9460 /* Doesn't need get_ssa_temp_tex because we pack it into its own dword anyway. */
9525 Temp acc, pack = Temp();
9548 if (pack == Temp()) {
9549 pack = acc;
9551 pack = bld.sop2(aco_opcode::s_or_b32, bld.def(s1), bld.def(s1, scc), pack, acc);
9555 if (pack_const && pack != Temp())
9556 pack = bld.sop2(aco_opcode::s_or_b32, bld.def(s1), bld.def(s1, scc),
9557 Operand::c32(pack_const), pack);
9570 if (pack
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp988 // Pack color attachments in InitializeRenderPassFromDesc()
1040 // Pack depth/stencil attachment, if any in InitializeRenderPassFromDesc()
1061 // Pack color resolve attachments in InitializeRenderPassFromDesc()
1096 // Pack depth/stencil resolve attachment, if any in InitializeRenderPassFromDesc()
1424 // Force the user to pack the depth/stencil attachment last. in packColorAttachment()
1442 // Force the user to pack the depth/stencil attachment last.
/third_party/mesa3d/docs/relnotes/
H A D19.3.0.rst372 - pan/midgard: Tightly pack 32-bit constants
649 - mesa: Pack gl_program_parameter struct
1099 - gallium: Skip generating the pack/unpack union if we don't use it.
1100 - gallium: Drop the useless union wrapper on pack/unpack.
1101 - gallium: Drop a bit of dead code from the pack/unpack python.
1103 - gallium: Don't emit identical endian-dependent pack/unpack code.
2441 - st/mesa: always allocate pack/unpack buffers as staging
3193 - intel/genxml: generate pack files for gen12 on android builds
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c999 * to select encoding, lets us pack the entire bitfield in 5 bits. in encode_deref_modes()
1206 /* Pack all const indices into 8 bits. */ in write_intrinsic()
1318 /* Try to pack 1-component constants into the 19 free bits in the header. */ in write_load_const()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c447 /* Pack values. */ in build_tfb_query_shader()
555 /* Pack the timestamp. */ in build_timestamp_query_shader()
681 /* Pack values. */ in build_pg_query_shader()
H A Dradv_nir_to_llvm.c693 /* Pack f16 or norm_i16/u16. */ in si_llvm_init_export_args()
705 /* Pack i16/u16. */ in si_llvm_init_export_args()
773 /* Pack the output. */ in radv_emit_stream_output()
/third_party/openGLES/extensions/AMD/
H A DAMD_gpu_shader_int16.txt53 * new built-in functions to pack and unpack 32-bit integer types into a
481 Modify Section 8.4, Floating-Point and Integer Pack and Unpack Functions
483 (add to the table of pack and unpack functions on p. 149
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_generator.cpp460 * them to WORDs, and then pack them into DWORD 2 of dst. in generate_gs_set_vertex_count()
464 * contents of WORDs 0 and 8 from src, and pack them into WORDs 4 and 5 in generate_gs_set_vertex_count()
2074 * where they pack the four bytes from the low and high four DW. in generate_code()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl495 srl %i4,%g0,%i4 ! pack last arguments
549 sllx %o4, 32, $pwr ! re-pack $pwr
574 sllx %o4, 32, $pwr ! re-pack $pwr
/third_party/qrcodegen/rust/src/
H A Dlib.rs267 // Pack bits into bytes in big endian in encode_segments_advanced()
413 // Calculate error correction code and pack bits in draw_format_bits()
455 // Calculate error correction code and pack bits in draw_version()
/third_party/qrcodegen/typescript-javascript/
H A Dqrcodegen.ts137 // Pack bits into bytes in big endian
275 // Calculate error correction code and pack bits
307 // Calculate error correction code and pack bits
/third_party/qrcodegen/python/
H A Dqrcodegen.py126 # Pack bits into bytes in big endian
263 # Calculate error correction code and pack bits
294 # Calculate error correction code and pack bits
/third_party/python/Lib/idlelib/
H A Deditor.py221 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
437 self.status_bar.pack(side=BOTTOM, fill=X)
438 sep.pack(side=BOTTOM, fill=X)
/third_party/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl495 srl %i4,%g0,%i4 ! pack last arguments
549 sllx %o4, 32, $pwr ! re-pack $pwr
574 sllx %o4, 32, $pwr ! re-pack $pwr
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp904 // If a pixel pack buffer is bound, this is an offset, not a pointer in CaptureReadPixelsRobustANGLE_pixels()
3521 // If a pixel pack buffer is bound, this is an offset, not a pointer in CaptureGetTexImageANGLE_pixels()
3557 // If a pixel pack buffer is bound, this is an offset, not a pointer in CaptureGetRenderbufferImageANGLE_pixels()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderBitfieldOperationTests.cpp399 static GLuint pack(float x, float y, float z, float w, float range) in pack() function
409 GLuint expected = pack(input[0], input[1], input[2], input[3], range); in checkOutData()
411 GLuint expected_mp = pack(reduce32PrecisionTo16(input[0]), in checkOutData()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
H A DAMD_gpu_shader_int16.txt53 * new built-in functions to pack and unpack 32-bit integer types into a
481 Modify Section 8.4, Floating-Point and Integer Pack and Unpack Functions
483 (add to the table of pack and unpack functions on p. 149
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py222 f.pack()
226 b.pack()
1042 lb.pack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h936 // having predicated instructions also pack their values into a vector by
953 void setAlsoPack(bool Pack) { AlsoPack = Pack; }
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
H A Dgraphicsfuzz.txt216 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack
230 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack
232 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
/third_party/python/Lib/test/
H A Dtest_sys.py1019 self.pack = struct.pack
1021 self.pack('I', -42)
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
H A Dgraphicsfuzz.txt216 dEQP-VK.graphicsfuzz.cov-inst-combine-and-or-xor-pack-unpack
230 dEQP-VK.graphicsfuzz.cov-inst-combine-pack-unpack
232 dEQP-VK.graphicsfuzz.cov-inst-combine-simplify-demanded-pack-unpack
/third_party/e2fsprogs/
H A DBUILD.gn528 "e2fsprogs/lib/uuid/pack.c",
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c225 /* The first part is for work (+2 for (UN)PACK), the latter for pi_wraps. */ in fir_to_phase()

Completed in 85 milliseconds

1...<<31323334353637383940>>...67