HomeSort by relevance Sort by last modified time
    Searched defs:block_type (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_uniform_block_active_visitor.cpp 33 const glsl_type *const block_type = var->is_interface_instance() local
45 b->type = block_type;
63 if (b->type != block_type
link_uniform_blocks.cpp 368 const glsl_type *block_type = b->type; local
376 block_type->without_array()->name);
385 process_block_array_leaf(block_type->name, blocks, &parcel,
ast_to_hir.cpp 7946 const glsl_type *block_type = local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 145 uint32 block_type; member in struct:__anon51228
  /external/libpcap/
sf-pcapng.c 54 bpf_u_int32 block_type; member in struct:block_header
185 bpf_u_int32 block_type; member in struct:block_cursor
289 bhdr.block_type = SWAPLONG(bhdr.block_type);
357 cursor->block_type = bhdr.block_type;
374 cursor->block_type);
911 bhdrp->block_type = magic;
963 switch (cursor.block_type) {
1092 switch (cursor.block_type) {
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 950 uint8_t block_type = *_ptrRTCPData++; local
956 switch (block_type) {
    [all...]
  /external/brotli/c/dec/
decode.c 1119 uint32_t block_type; local
1175 uint32_t block_type = s->block_type_rb[1]; local
    [all...]
  /external/brotli/c/enc/
brotli_bit_stream.c 750 const uint8_t block_type,
754 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type);
894 uint8_t block_type = self->block_types_[block_ix]; local
896 self->entropy_ix_ = block_type * self->histogram_length_;
897 StoreBlockSwitch(&self->block_split_code_, block_len, block_type, 0,
916 uint8_t block_type = self->block_types_[block_ix]; local
    [all...]
  /external/u-boot/fs/zfs/
zfs.c 1036 uint64_t block_type; local
1048 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian);
1050 if (block_type == ZBT_MICRO) {
1054 } else if (block_type == ZBT_HEADER) {
1072 uint64_t block_type; local
1084 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian);
1086 if (block_type == ZBT_MICRO) {
1090 } else if (block_type == ZBT_HEADER) {
    [all...]

Completed in 1554 milliseconds