Searched refs:copy_token (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 77 copy_token(void *dst, const void *src) in copy_token() function 92 copy_token(token, &ctx->Tokens[ctx->Position]); in next_token() 112 copy_token(&decl->Declaration, &token); in tgsi_parse_token() 149 copy_token(&imm->Immediate, &token); in tgsi_parse_token() 185 copy_token(&inst->Instruction, &token); in tgsi_parse_token() 255 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() 145 copy_token(&imm->Immediate, &token); in tgsi_parse_token() 183 copy_token(&inst->Instruction, &token); in tgsi_parse_token() 253 copy_token(&prop->Property, &token); in tgsi_parse_token()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 252 static void copy_token(union i915_full_token *o, union tgsi_full_token *i) in copy_token() function 546 copy_token(¤t , tgsi_current); in i915_fpc_useless_mov() 627 copy_token(&out_tokens->Tokens[i] , &parse.FullToken); in i915_optimize()
|