Home
last modified time | relevance | path

Searched full:pack (Results 601 - 625 of 1661) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImageView.hpp61 void pack(const State &data);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxWriter.java90 * Compress the blocks and pack them into the final container, as per section 2 of the spec.
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdfcommon.c138 * and use the above function to pack the values.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
H A DSGIX_ycrcb.txt34 following the unpack pixel store, and preceding the pack pixel store
H A DSGIX_ycrcba.txt41 pack pixel store operations, and is only available on transfers to
H A DSGIX_mpeg1.txt138 they update the pack and unpack state. Using and
538 termination of processing), except that the appropriate PACK
546 except that the appropriate PACK values are used in place of the
/third_party/protobuf/kokoro/release/
H A Dcollect_all_artifacts.sh57 nuget pack Google.Protobuf.Tools.nuspec
/third_party/skia/include/sksl/
H A DDSLFunction.h43 // We can't have a default parameter and a template parameter pack at the same time, so in DSLFunction()
/third_party/mesa3d/docs/relnotes/
H A D20.2.0.rst306 - pan/bi: Pack round opcodes (FMA, either 16 or 32)
348 - pan/bi: Pack ADD.DISCARD
350 - pan/bi: Pack ADD ICMP 32
351 - pan/bi: Pack ADD ICMP 16
352 - pan/bi: Don't pack ICMP on FMA
358 - pan/bi: Pack FMA IADD/ISUB 32
359 - pan/bi: Pack ADD IADD/ISUB for 8/16/32
430 - pan/mdg: Separately pack constants to the upper half
432 - pan/mdg: Pack barriers correctly
436 - pan/mdg: Pack
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c626 Pack binary data into a string
670 Pack 'void *' into a string buffer.
2036 void *pack; member
2046 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { in SwigPyPacked_print()
2059 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { in SwigPyPacked_repr()
2070 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){ in SwigPyPacked_str()
2083 return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size); in SwigPyPacked_compare()
2105 free(sobj->pack); in SwigPyPacked_dealloc()
2209 void *pack in SwigPyPacked_New() local
[all...]
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py66 /* Enums, structures and pack functions for %(platform)s.
755 # dict it occupies. Now that we're emitting the pack function,
762 # of the dword. In this case we pack directly into the
773 # Pack any fields of struct type first so we have integer values
/third_party/openGLES/extensions/NV/
H A DNV_fragment_program2.txt294 PK2H - - - - - v ssss pack two 16-bit floats
295 PK2US - - - - - v ssss pack two unsigned 16-bit scalars
296 PK4B - - - - - v ssss pack four signed 8-bit scalars
297 PK4UB - - - - - v ssss pack four unsigned 8-bit scalars
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp563 * false) elements needed to pack a type.
592 * mess. Hopefully a later pass over the code can pack scalars in type_size_xvec4()
632 * Returns the minimum number of vec4 elements needed to pack a type.
648 * Returns the minimum number of dvec4 elements needed to pack a type.
/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp164 // Pack the 4 16bit mask pixels into 4 32bit pixels, (p0, p1, p2, p3) in blend_lcd16_sse2()
214 // Pack into 4 32bit dst pixels. in blend_lcd16_sse2()
249 // Pack the 4 16bit mask pixels into 4 32bit pixels, (p0, p1, p2, p3) in blend_lcd16_opaque_sse2()
291 // Pack into 4 32bit dst pixels and force opaque. in blend_lcd16_opaque_sse2()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
H A DNV_fragment_program2.txt294 PK2H - - - - - v ssss pack two 16-bit floats
295 PK2US - - - - - v ssss pack two unsigned 16-bit scalars
296 PK4B - - - - - v ssss pack four signed 8-bit scalars
297 PK4UB - - - - - v ssss pack four unsigned 8-bit scalars
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c187 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
191 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
279 /* pack results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
282 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
345 /* pack strong results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
423 /* pack weak results to 8 bit */ in hevc_loopfilter_luma_hor_msa()
432 /* pack src to 8 bit */ in hevc_loopfilter_luma_hor_msa()
859 /* pack results to 8 bit */ in hevc_loopfilter_luma_ver_msa()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp2026 #pragma pack(push, 1) in TEST_F()
2028 #pragma pack(pop) in TEST_F()
2057 #pragma pack(push, 1) in TEST_F()
2059 #pragma pack(pop) in TEST_F()
2086 #pragma pack(push, 1) in TEST_F()
2088 #pragma pack(pop) in TEST_F()
2117 #pragma pack(push, 1) in TEST_F()
2119 #pragma pack(pop) in TEST_F()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h560 #pragma pack(push, 1)
768 /* Restore the pack alignment to default. */
769 #pragma pack(pop)
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py433 # dict it occupies. Now that we're emitting the pack function,
440 # of the dword. In this case we pack directly into the
452 # Pack any fields of struct type first so we have integer values
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp310 // Pack bits into bytes in big endian in encodeSegments()
417 // Calculate error correction code and pack bits in drawFormatBits()
447 // Calculate error correction code and pack bits in drawVersion()
/third_party/python/Lib/multiprocessing/
H A Dconnection.py392 pre_header = struct.pack("!i", -1)
393 header = struct.pack("!Q", n)
399 header = struct.pack("!i", n)
/third_party/openGLES/extensions/SGIX/
H A DSGIX_mpeg1.txt138 they update the pack and unpack state. Using and
538 termination of processing), except that the appropriate PACK
546 except that the appropriate PACK values are used in place of the
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp182 deUint32 version = pack(ApiVersion(0, 1, 0, 0)); in getTargetInstanceVersion()
188 version = pack(ApiVersion(1, 1, 0, 0)); in getTargetInstanceVersion()
813 { return isApiVersionSupported(m_device->getUsedApiVersion(), pack(version)); } in contextSupports()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_HardwareImpl.cpp176 // Pack join args for the tessellation control stage. in onEmitCode()
289 // Pack curve args for the tessellation control stage. in onEmitCode()
487 // Pack the args for the evaluation stage. in getTessControlShaderGLSL()
/third_party/python/Modules/_ctypes/
H A Dcfield.c50 int pack, int big_endian) in PyCField_FromDesc()
152 if (pack) in PyCField_FromDesc()
153 align = min(pack, dict->align); in PyCField_FromDesc()
47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, Py_ssize_t *pfield_size, int bitsize, int *pbitofs, Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, int pack, int big_endian) PyCField_FromDesc() argument

Completed in 73 milliseconds

1...<<21222324252627282930>>...67