Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl189 uint8 pack; member
199 uint8 pack; member
211 uint16 pack; member
222 uint16 pack; member
234 uint16 pack; member
246 uint32 pack; member
258 uint32 pack; member
270 uint32 pack; member
280 GLM_FUNC_QUALIFIER static tvec1<uint16, P> pack(tvec1<float, P> const & v) function
299 GLM_FUNC_QUALIFIER static tvec2<uint16, P> pack(tvec2<float, P> const & v) function
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.cc29 absl::Span<const FormatArgImpl> pack) { in BindFromPosition()
40 explicit ArgContext(absl::Span<const FormatArgImpl> pack) : pack_(pack) {} in ArgContext()
105 ConverterConsumer(Converter converter, absl::Span<const FormatArgImpl> pack) in ConverterConsumer()
175 absl::Span<const FormatArgImpl> pack, in BindWithPack()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_disasm.c265 vc4_qpu_disasm_pack_mul(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_mul()
271 vc4_qpu_disasm_pack_a(FILE *out, uint32_t pack) in vc4_qpu_disasm_pack_a()
303 uint32_t pack = QPU_GET_FIELD(inst, QPU_PACK); in print_alu_dst() local
/third_party/node/deps/npm/node_modules/json-stringify-safe/
DMakefile19 pack: target
/third_party/mesa3d/src/mesa/main/
Dpbo.c67 const struct gl_pixelstore_attrib *pack, in _mesa_validate_pbo_access()
301 const struct gl_pixelstore_attrib *pack, in _mesa_map_pbo_dest()
379 const struct gl_pixelstore_attrib *pack) in _mesa_unmap_pbo_dest()
Dformat_pack.h48 const struct util_format_pack_description *pack = util_format_pack_description(format); in _mesa_pack_ubyte_rgba_row() local
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c281 const struct util_format_pack_description *pack = in test_format_pack_rgba_float() local
404 const struct util_format_pack_description *pack = in test_format_pack_rgba_8unorm() local
500 const struct util_format_pack_description *pack = in test_format_pack_z_float() local
578 const struct util_format_pack_description *pack = in test_format_pack_z_32unorm() local
657 const struct util_format_pack_description *pack = in test_format_pack_s_8uint() local
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c766 mxf_partition_pack_parse (const MXFUL * ul, MXFPartitionPack * pack, in mxf_partition_pack_parse()
899 mxf_partition_pack_reset (MXFPartitionPack * pack) in mxf_partition_pack_reset()
909 mxf_partition_pack_to_buffer (const MXFPartitionPack * pack) in mxf_partition_pack_to_buffer()
1459 mxf_primer_pack_parse (const MXFUL * ul, MXFPrimerPack * pack, in mxf_primer_pack_parse()
1523 mxf_primer_pack_reset (MXFPrimerPack * pack) in mxf_primer_pack_reset()
1592 mxf_primer_pack_to_buffer (const MXFPrimerPack * pack) in mxf_primer_pack_to_buffer()
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php291 public function pack($msg) function in Google\\Protobuf\\Any
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c65 struct impl_thrd_param pack = *((struct impl_thrd_param *)p); in impl_thrd_routine() local
257 struct impl_thrd_param *pack; in thrd_create() local
Dthreads_win32.c89 struct impl_thrd_param pack; in impl_thrd_routine() local
313 struct impl_thrd_param *pack; in thrd_create() local
/third_party/node/deps/npm/lib/
Dci.js7 const pack = require('./pack.js') constant
Dpublish.js15 const pack = require('./pack') constant
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c101 const struct gl_pixelstore_attrib *pack, void *pixels) in try_pbo_readpixels()
415 const struct gl_pixelstore_attrib *pack, in st_ReadPixels()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkApiVersion.cpp40 deUint32 pack (const ApiVersion& version) in pack() function
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.c590 gst_rtp_h263_pay_package_destroy (GstRtpH263PayPackage * pack) in gst_rtp_h263_pay_package_destroy()
1344 GstRtpH263PayPackage *pack; in gst_rtp_h263_pay_A_fragment_push() local
1377 GstRtpH263PayPackage *pack; in gst_rtp_h263_pay_B_fragment_push() local
1636 GstRtpH263PayPackage *pack; in gst_rtp_h263_send_entire_frame() local
Dgstrtpqdmdepay.c153 QDM2Packet *pack = depay->packets[i]; in flush_data() local
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c122 pan_unpack_pure_32(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_32()
142 pan_unpack_pure_16(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_16()
202 pan_unpack_pure_8(nir_builder *b, nir_ssa_def *pack, unsigned num_components) in pan_unpack_pure_8()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCollectAPI.java68 String pack = ""; in writeHTML() local
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp116 inline deUint32 ApiType::pack (int major, int minor, Profile profile) in pack() function in glu::ApiType
182 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack() function in glu::ContextType
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/
Dslowstrconv.go365 func (h *highPrecisionDecimal) pack(exp2 int32, expBits uint32, manBits uint32) uint64 { func
/third_party/node/deps/npm/lib/config/
Dfiggy-config.js9 const pack = require('../pack.js') constant
/third_party/mbedtls/scripts/mbedtls_dev/
Dpsa_storage.py126 def pack( member in Key
/third_party/python/Lib/idlelib/
Dtextview.py24 def pack(self, **kwargs): member in AutoHideScrollbar
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp2561 static constexpr uint8_t pack(VkFormat format) in pack() function

12345