HomeSort by relevance Sort by last modified time
    Searched defs:block_type (Results 1 - 8 of 8) 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 365 const glsl_type *block_type = b->type; local
373 block_type->without_array()->name);
382 process_block_array_leaf(block_type->name, blocks, &parcel,
ast_to_hir.cpp 7581 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:__anon45390
  /external/libpcap/
sf-pcap-ng.c 71 bpf_u_int32 block_type; member in struct:block_header
202 bpf_u_int32 block_type; member in struct:block_cursor
272 bhdr.block_type = SWAPLONG(bhdr.block_type);
335 cursor->block_type = bhdr.block_type;
352 cursor->block_type);
875 bhdrp->block_type = magic;
927 switch (cursor.block_type) {
1048 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 1068 uint32_t block_type; local
1121 uint32_t block_type = s->block_type_rb[1]; local
    [all...]
  /external/brotli/c/enc/
brotli_bit_stream.c 748 const uint8_t block_type,
752 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type);
891 uint8_t block_type = self->block_types_[block_ix]; local
893 self->entropy_ix_ = block_type * self->alphabet_size_;
894 StoreBlockSwitch(&self->block_split_code_, block_len, block_type, 0,
913 uint8_t block_type = self->block_types_[block_ix]; local
    [all...]

Completed in 135 milliseconds