Searched refs:copy_token (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c73 copy_token(void *dst, const void *src) function
88 copy_token(token, &ctx->Tokens[ctx->Position]);
108 copy_token(&decl->Declaration, &token);
152 copy_token(&imm->Immediate, &token);
187 copy_token(&inst->Instruction, &token);
284 copy_token(&prop->Property, &token);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c73 copy_token(void *dst, const void *src) function
88 copy_token(token, &ctx->Tokens[ctx->Position]);
108 copy_token(&decl->Declaration, &token);
152 copy_token(&imm->Immediate, &token);
187 copy_token(&inst->Instruction, &token);
284 copy_token(&prop->Property, &token);
/external/oprofile/daemon/
H A Dopd_events.c44 static char * copy_token(char ** c, char delim) function
70 char * str = copy_token(c, delim);
107 if (!(event->name = copy_token(&c, ':')))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) function
260 copy_token(&current , tgsi_current);
331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) function
260 copy_token(&current , tgsi_current);
331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken);

Completed in 262 milliseconds