Home
last modified time | relevance | path

Searched defs:bsd (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/nix/src/mount/
Dmod.rs17 mod bsd; module
/third_party/rust/crates/nix/src/sys/ptrace/
Dmod.rs16 mod bsd; module
/third_party/astc-encoder/Source/
Dastcenc_partition_tables.cpp277 block_size_descriptor& bsd, in generate_one_partition_info_entry()
383 block_size_descriptor& bsd, in build_partition_table_for_one_partition_count()
461 block_size_descriptor& bsd, in init_partition_tables()
Dastcenc_decompress_symbolic.cpp90 const block_size_descriptor& bsd, in unpack_weights()
183 const block_size_descriptor& bsd, in decompress_symbolic_block()
326 const block_size_descriptor& bsd, in compute_symbolic_block_difference_2plane()
420 const block_size_descriptor& bsd, in compute_symbolic_block_difference_1plane()
518 const block_size_descriptor& bsd, in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_block_sizes.cpp689 block_size_descriptor& bsd in assign_kmeans_texels()
743 block_size_descriptor& bsd, in construct_dt_entry_2d()
802 block_size_descriptor& bsd in construct_block_size_descriptor_2d()
1040 block_size_descriptor& bsd in construct_block_size_descriptor_3d()
1220 block_size_descriptor& bsd in init_block_size_descriptor()
Dastcenc_image.cpp155 const block_size_descriptor& bsd, in load_image_block()
272 const block_size_descriptor& bsd, in load_image_block_fast_ldr()
338 const block_size_descriptor& bsd, in store_image_block()
Dastcenc_symbolic_physical.cpp105 const block_size_descriptor& bsd, in symbolic_to_physical()
321 const block_size_descriptor& bsd, in physical_to_symbolic()
Dastcenc_compress_symbolic.cpp75 const block_size_descriptor& bsd, in realign_weights_undecimated()
282 const block_size_descriptor& bsd, in realign_weights_undecimated()
402 const block_size_descriptor& bsd, in realign_weights_decimated()
568 const block_size_descriptor& bsd, in compress_symbolic_block_for_partition_1plane()
941 const block_size_descriptor& bsd, in compress_symbolic_block_for_partition_2planes()
1403 const block_size_descriptor& bsd = *ctx.bsd; in compress_block() local
Dastcenc_find_best_partitioning.cpp380 const block_size_descriptor& bsd, in count_partition_mismatch_bits()
473 const block_size_descriptor& bsd, in compute_kmeans_partition_ordering()
566 const block_size_descriptor& bsd, in find_best_partition_candidates()
Dastcenc_weight_align.cpp440 const block_size_descriptor& bsd, in compute_angular_endpoints_1plane()
509 const block_size_descriptor& bsd, in compute_angular_endpoints_2planes()
Dastcenc_entry.cpp846 const block_size_descriptor& bsd = *ctx.bsd; in compress_image() local
Dastcenc_ideal_endpoints_and_weights.cpp676 const block_size_descriptor& bsd, in compute_ideal_colors_and_weights_2planes()
1429 const block_size_descriptor& bsd, in recompute_ideal_colors_2planes()
Dastcenc_internal.h1232 block_size_descriptor* bsd; member
/third_party/rust/crates/nix/src/sys/ioctl/
Dmod.rs248 mod bsd; module
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp477 block_size_descriptor* bsd in construct_block_size_descriptor_2d()
556 block_size_descriptor * bsd in construct_block_size_descriptor_3d()
635 block_size_descriptor* bsd in init_block_size_descriptor()
646 block_size_descriptor* bsd) in term_block_size_descriptor()
Dastc_partition_tables.cpp226 const block_size_descriptor* bsd, in generate_one_partition_table()
269 block_size_descriptor* bsd in init_partition_tables()
Dastc_symbolic_physical.cpp48 const block_size_descriptor* bsd, in physical_to_symbolic()
Dastc_decompress_symbolic.cpp87 const block_size_descriptor* bsd, in decompress_symbolic_block()
Dastc_codec_internals.h275 const block_size_descriptor* bsd, in get_partition_table()
/third_party/cups/
DMakefile282 bsd deb epm pkg rpm slackware: target
/third_party/gptfdisk/
Dbsd.h40 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator
/third_party/skia/third_party/externals/swiftshader/src/Device/
DASTC_Decoder.cpp114 std::unique_ptr<block_size_descriptor> bsd(new block_size_descriptor); in Decode() local
/third_party/rust/crates/nix/test/sys/
Dtest_ioctl.rs145 mod bsd { module