/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | mod.rs | 16 mod bsd; modules
|
/third_party/rust/crates/nix/src/mount/ |
H A D | mod.rs | 17 mod bsd; modules
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | mod.rs | 248 mod bsd; modules
|
/third_party/gptfdisk/ |
H A D | bsd.h | 40 enum BSDValidity {unknown, bsd_invalid, bsd}; enumerator
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_partition_tables.cpp | 276 generate_one_partition_info_entry( block_size_descriptor& bsd, unsigned int partition_count, unsigned int partition_index, unsigned int partition_remap_index, partition_info& pi ) generate_one_partition_info_entry() argument [all...] |
H A D | astcenc_symbolic_physical.cpp | 104 symbolic_to_physical( const block_size_descriptor& bsd, const symbolic_compressed_block& scb, uint8_t pcb[16] ) symbolic_to_physical() argument 320 physical_to_symbolic( const block_size_descriptor& bsd, const uint8_t pcb[16], symbolic_compressed_block& scb ) physical_to_symbolic() argument
|
H A D | astcenc_find_best_partitioning.cpp | 379 count_partition_mismatch_bits( const block_size_descriptor& bsd, unsigned int partition_count, const uint64_t bitmaps[BLOCK_MAX_PARTITIONS], uint8_t mismatch_counts[BLOCK_MAX_PARTITIONINGS] ) count_partition_mismatch_bits() argument [all...] |
H A D | astcenc_image.cpp | 151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument 268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument 335 store_image_block( astcenc_image& img, const image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) store_image_block() argument [all...] |
H A D | astcenc_weight_align.cpp | 435 compute_angular_endpoints_1plane( QualityProfile privateProfile, bool only_always, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_1plane() argument 505 compute_angular_endpoints_2planes( QualityProfile privateProfile, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_2planes() argument [all...] |
H A D | astcenc_block_sizes.cpp | 738 construct_dt_entry_2d( unsigned int x_texels, unsigned int y_texels, unsigned int x_weights, unsigned int y_weights, block_size_descriptor& bsd, dt_init_working_buffers& wb, unsigned int index ) construct_dt_entry_2d() argument [all...] |
H A D | astcenc_decompress_symbolic.cpp | 89 unpack_weights( const block_size_descriptor& bsd, const symbolic_compressed_block& scb, const decimation_info& di, bool is_dual_plane, int weights_plane1[BLOCK_MAX_TEXELS], int weights_plane2[BLOCK_MAX_TEXELS] ) unpack_weights() argument 181 decompress_symbolic_block( astcenc_profile decode_mode, const block_size_descriptor& bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block& scb, image_block& blk ) decompress_symbolic_block() argument 324 compute_symbolic_block_difference_2plane( const astcenc_config& config, const block_size_descriptor& bsd, const symbolic_compressed_block& scb, const image_block& blk ) compute_symbolic_block_difference_2plane() argument 418 compute_symbolic_block_difference_1plane( const astcenc_config& config, const block_size_descriptor& bsd, const symbolic_compressed_block& scb, const image_block& blk ) compute_symbolic_block_difference_1plane() argument 516 compute_symbolic_block_difference_1plane_1partition( const astcenc_config& config, const block_size_descriptor& bsd, const symbolic_compressed_block& scb, const image_block& blk ) compute_symbolic_block_difference_1plane_1partition() argument [all...] |
H A D | astcenc_entry.cpp | 840 const block_size_descriptor& bsd in compress_image() local [all...] |
H A D | astcenc_internal.h | 1231 block_size_descriptor* bsd; member [all...] |
H A D | astcenc_compress_symbolic.cpp | 73 realign_weights_undecimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_undecimated() argument 280 realign_weights_undecimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_undecimated() argument 400 realign_weights_decimated( astcenc_profile decode_mode, const block_size_descriptor& bsd, const image_block& blk, symbolic_compressed_block& scb ) realign_weights_decimated() argument 565 compress_symbolic_block_for_partition_1plane( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, bool only_always, float tune_errorval_threshold, unsigned int partition_count, unsigned int partition_index, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_1plane() argument 937 compress_symbolic_block_for_partition_2planes( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, float tune_errorval_threshold, unsigned int plane2_component, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_2planes() argument 1402 const block_size_descriptor& bsd = *ctx.bsd; compress_block() local [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ioctl.rs | 145 mod bsd { modules
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_decompress_symbolic.cpp | 85 decompress_symbolic_block( astc_decode_mode decode_mode, const block_size_descriptor* bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block* scb, imageblock* blk ) decompress_symbolic_block() argument [all...] |
H A D | astc_partition_tables.cpp | 225 generate_one_partition_table( const block_size_descriptor* bsd, int partition_count, int partition_index, partition_info* pt ) generate_one_partition_table() argument [all...] |
H A D | astc_symbolic_physical.cpp | 47 physical_to_symbolic( const block_size_descriptor* bsd, physical_compressed_block pb, symbolic_compressed_block* res ) physical_to_symbolic() argument
|
H A D | astc_block_sizes2.cpp | 645 term_block_size_descriptor( block_size_descriptor* bsd) term_block_size_descriptor() argument [all...] |
H A D | astc_codec_internals.h | 274 get_partition_table( const block_size_descriptor* bsd, int partition_count ) get_partition_table() argument
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1558 mod bsd; modules
|