HomeSort by relevance Sort by last modified time
    Searched refs:num_tokens (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.h 43 uint num_tokens );
tgsi_scan.h 41 uint num_tokens; member in struct:tgsi_shader_info
tgsi_parse.h 156 tgsi_alloc_tokens(unsigned num_tokens);
tgsi_parse.c 318 * Allocate memory for num_tokens tokens.
321 tgsi_alloc_tokens(unsigned num_tokens)
323 unsigned bytes = num_tokens * sizeof(struct tgsi_token);
tgsi_dump.c 209 unsigned num_tokens,
217 assert( num_tokens <= 4 );
218 for (i = 0; i < num_tokens; i++) {
233 if (i < num_tokens - 1)
tgsi_scan.c 80 info->num_tokens++;
tgsi_text.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.h 43 uint num_tokens );
tgsi_scan.h 41 uint num_tokens; member in struct:tgsi_shader_info
tgsi_parse.h 156 tgsi_alloc_tokens(unsigned num_tokens);
tgsi_parse.c 318 * Allocate memory for num_tokens tokens.
321 tgsi_alloc_tokens(unsigned num_tokens)
323 unsigned bytes = num_tokens * sizeof(struct tgsi_token);
tgsi_dump.c 209 unsigned num_tokens,
217 assert( num_tokens <= 4 );
218 for (i = 0; i < num_tokens; i++) {
233 if (i < num_tokens - 1)
tgsi_scan.c 80 info->num_tokens++;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
shaders_cache.c 76 static INLINE struct tgsi_token *tokens_from_assembly(const char *txt, int num_tokens)
80 tokens = (struct tgsi_token *) MALLOC(num_tokens * sizeof(tokens[0]));
82 tgsi_text_translate(txt, tokens, num_tokens);
432 const char *txt, int num_tokens,
437 struct tgsi_token *tokens = tokens_from_assembly(txt, num_tokens);
shaders_cache.h 113 const char *txt, int num_tokens,
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 198 size_t num_tokens = Tokenize(unparsed, ASCIIToUTF16("\n"), &tokens); local
199 if (num_tokens >= 2) {
205 << num_tokens << " tokens instead of 2.";
214 size_t num_tokens = Tokenize(unparsed, "\n", &tokens); local
215 if (!num_tokens) {
  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.c 76 static INLINE struct tgsi_token *tokens_from_assembly(const char *txt, int num_tokens)
80 tokens = (struct tgsi_token *) MALLOC(num_tokens * sizeof(tokens[0]));
82 tgsi_text_translate(txt, tokens, num_tokens);
432 const char *txt, int num_tokens,
437 struct tgsi_token *tokens = tokens_from_assembly(txt, num_tokens);
shaders_cache.h 113 const char *txt, int num_tokens,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vs.c 82 unsigned num_tokens; local
93 tokens = ureg_get_tokens(ureg, &num_tokens);
svga_state_fs.c 84 unsigned num_tokens; local
95 tokens = ureg_get_tokens(ureg, &num_tokens);
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_vs.c 82 unsigned num_tokens; local
93 tokens = ureg_get_tokens(ureg, &num_tokens);
svga_state_fs.c 84 unsigned num_tokens; local
95 tokens = ureg_get_tokens(ureg, &num_tokens);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_unittest.cc 116 void AssertConsumerTokensAndErrors(int num_tokens, int num_errors);
143 int num_tokens,
145 ASSERT_EQ(num_tokens, consumer_.number_of_successful_tokens_);
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 285 const HuffmanTreeToken* const tokens, const int num_tokens,
288 for (i = 0; i < num_tokens; ++i) {
312 int num_tokens; local
323 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
327 for (i = 0; i < num_tokens; ++i) {
340 int trimmed_length = num_tokens;
343 int i = num_tokens;
359 length = write_trimmed_length ? trimmed_length : num_tokens;
    [all...]
  /external/webp/src/enc/
vp8l.c 285 const HuffmanTreeToken* const tokens, const int num_tokens,
288 for (i = 0; i < num_tokens; ++i) {
312 int num_tokens; local
323 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
327 for (i = 0; i < num_tokens; ++i) {
340 int trimmed_length = num_tokens;
343 int i = num_tokens;
359 length = write_trimmed_length ? trimmed_length : num_tokens;
    [all...]

Completed in 7208 milliseconds

1 2