Searched refs:copy_token (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 73 copy_token(void *dst, const void *src) in copy_token() function 88 copy_token(token, &ctx->Tokens[ctx->Position]); in next_token() 108 copy_token(&decl->Declaration, &token); in tgsi_parse_token() 152 copy_token(&imm->Immediate, &token); in tgsi_parse_token() 187 copy_token(&inst->Instruction, &token); in tgsi_parse_token() 284 copy_token(&prop->Property, &token); in tgsi_parse_token()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 73 copy_token(void *dst, const void *src) in copy_token() function 88 copy_token(token, &ctx->Tokens[ctx->Position]); in next_token() 108 copy_token(&decl->Declaration, &token); in tgsi_parse_token() 152 copy_token(&imm->Immediate, &token); in tgsi_parse_token() 187 copy_token(&inst->Instruction, &token); in tgsi_parse_token() 284 copy_token(&prop->Property, &token); in tgsi_parse_token()
|
/external/oprofile/daemon/ |
D | opd_events.c | 44 static char * copy_token(char ** c, char delim) in copy_token() function 70 char * str = copy_token(c, delim); in copy_ulong() 107 if (!(event->name = copy_token(&c, ':'))) in opd_parse_events()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) in copy_token() function 260 copy_token(¤t , tgsi_current); in i915_fpc_useless_mov() 331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken); in i915_optimize()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 183 static void copy_token(union i915_full_token* o, union tgsi_full_token* i) in copy_token() function 260 copy_token(¤t , tgsi_current); in i915_fpc_useless_mov() 331 copy_token(&out_tokens->Tokens[i] , &parse.FullToken); in i915_optimize()
|