HomeSort by relevance Sort by last modified time
    Searched refs:copy_token (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 73 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/drivers/i915/
i915_fpc_optimize.c 183 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 91 milliseconds