Searched refs:num_tokens (Results 1 – 15 of 15) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | data.c | 520 for (i = 0; i < tokens->num_tokens; i++) { in get_token_value() 1043 int num_tokens = 0, value; in tplg_parse_tokens() local 1050 num_tokens++; in tplg_parse_tokens() 1053 if (!num_tokens) in tplg_parse_tokens() 1056 tplg_dbg(" Vendor tokens: %s, %d tokens", elem->id, num_tokens); in tplg_parse_tokens() 1059 + num_tokens * sizeof(struct tplg_token)); in tplg_parse_tokens() 1073 snd_strlcpy(tokens->token[tokens->num_tokens].id, id, in tplg_parse_tokens() 1075 tokens->token[tokens->num_tokens].value = value; in tplg_parse_tokens() 1076 tplg_dbg("\t\t %s : %d", tokens->token[tokens->num_tokens].id, in tplg_parse_tokens() 1077 tokens->token[tokens->num_tokens].value); in tplg_parse_tokens() [all …]
|
D | tplg_local.h | 124 unsigned int num_tokens; member
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_serialize.cpp | 35 unsigned int num_tokens = tgsi_num_tokens(tokens); in nv50_ir_prog_info_serialize() local 37 blob_write_uint32(blob, num_tokens); in nv50_ir_prog_info_serialize() 38 blob_write_bytes(blob, tokens, num_tokens * sizeof(struct tgsi_token)); in nv50_ir_prog_info_serialize()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.h | 43 uint num_tokens );
|
D | tgsi_parse.c | 294 tgsi_alloc_tokens(unsigned num_tokens) in tgsi_alloc_tokens() argument 296 unsigned bytes = num_tokens * sizeof(struct tgsi_token); in tgsi_alloc_tokens()
|
D | tgsi_dump.c | 243 unsigned num_tokens, in dump_imm_data() argument 251 assert( num_tokens <= 4 ); in dump_imm_data() 252 for (i = 0; i < num_tokens; i++) { in dump_imm_data() 291 if (i < num_tokens - 1) in dump_imm_data()
|
D | tgsi_parse.h | 151 tgsi_alloc_tokens(unsigned num_tokens);
|
D | tgsi_scan.h | 45 uint num_tokens; member
|
D | tgsi_text.c | 1897 uint num_tokens ) in tgsi_text_translate() argument 1905 ctx.tokens_end = tokens + num_tokens; in tgsi_text_translate()
|
D | tgsi_scan.c | 890 info->num_tokens = tgsi_num_tokens(parse.Tokens); in tgsi_scan_shader()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8l_enc.c | 804 const HuffmanTreeToken* const tokens, const int num_tokens, in StoreHuffmanTreeToBitMask() argument 807 for (i = 0; i < num_tokens; ++i) { in StoreHuffmanTreeToBitMask() 833 int num_tokens; in StoreFullHuffmanCode() local 840 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens); in StoreFullHuffmanCode() 845 for (i = 0; i < num_tokens; ++i) { in StoreFullHuffmanCode() 856 int trimmed_length = num_tokens; in StoreFullHuffmanCode() 859 int i = num_tokens; in StoreFullHuffmanCode() 875 length = write_trimmed_length ? trimmed_length : num_tokens; in StoreFullHuffmanCode()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 487 uint32_t num_tokens) in virgl_emit_shader_header() argument 493 virgl_encoder_write_dword(ctx->cbuf, num_tokens); in virgl_emit_shader_header() 534 int num_tokens = tgsi_num_tokens(tokens); in virgl_encode_shader_state() local 570 num_tokens++; in virgl_encode_shader_state() 596 virgl_emit_shader_header(ctx, handle, len, type, offlen, num_tokens); in virgl_encode_shader_state()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi_info.c | 414 info->num_tokens = 2; /* indicate that the shader is non-empty */ in nir_tgsi_scan_shader()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4612 …<parameter type-id='type-id-52' name='num_tokens' filepath='../.././libcpp/line-map.c' line='306' …
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 7187 …<parameter type-id='type-id-52' name='num_tokens' filepath='../.././libcpp/line-map.c' line='306' …
|