Home
last modified time | relevance | path

Searched defs:block_type (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_blocks.c108 enum block_type { enum
215 enum block_type block_type) in nir_interstage_cross_validate_uniform_blocks()
415 enum block_type block_type) in allocate_uniform_blocks()
545 enum block_type block_type) in link_linked_shader_uniform_blocks()
Dlink_uniform_block_active_visitor.cpp34 const glsl_type *const block_type = var->is_interface_instance() in process_block() local
Dlink_uniform_blocks.cpp369 const glsl_type *block_type = b->type; in create_buffer_blocks() local
Dast_to_hir.cpp8208 const glsl_type *block_type = in hir() local
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c18 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block()
81 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, in pkcs1_encrypt()
/external/skia/experimental/skrive/src/reader/
DJsonReader.cpp19 StreamReader::BlockType block_type(const char* type_name) { in block_type() function
22 StreamReader::BlockType block_type; in block_type() member
DBinaryReader.cpp110 uint8_t block_type; in openBlock() local
/external/tensorflow/tensorflow/python/keras/applications/
Dinception_resnet_v2.py295 def inception_resnet_block(x, scale, block_type, block_idx, activation='relu'): argument
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dextended_reports.cc69 uint8_t block_type = ByteReader<uint8_t>::ReadBigEndian(current_block); in Parse() local
/external/openscreen/cast/streaming/
Dcompound_rtcp_parser.cc327 const uint8_t block_type = ConsumeField<uint8_t>(&in); in ParseExtendedReports() local
/external/libpcap/
Dsf-pcapng.c54 bpf_u_int32 block_type; member
185 bpf_u_int32 block_type; member
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c490 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block()
553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1()
/external/zstd/doc/educational_decoder/
Dzstd_decompress.c605 const int block_type = (int)IO_read_bits(in, 2); in decompress_data() local
719 int block_type = (int)IO_read_bits(in, 2); in decode_literals() local
735 const int block_type, in decode_literals_simple()
793 const int block_type, in decode_literals_compressed()
/external/brotli/c/enc/
Dbrotli_bit_stream.c735 const uint8_t block_type, in StoreBlockSwitch()
879 uint8_t block_type = self->block_types_[block_ix]; in StoreSymbol() local
901 uint8_t block_type = self->block_types_[block_ix]; in StoreSymbolWithContext() local
/external/flac/src/metaflac/
Doptions.h178 Argument_BlockType block_type; member
/external/brotli/c/dec/
Ddecode.c1129 uint32_t block_type; in DecodeBlockTypeAndLength() local
1185 uint32_t block_type = s->block_type_rb[1]; in PrepareLiteralDecoding() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2126 QualType block_type = m_ast_up->getBlockPointerType( in CreateBlockPointerType() local
/external/python/cpython3/Parser/pegen/
Dparse.c136 #define block_type 1058 macro