Home
last modified time | relevance | path

Searched defs:new_tokens (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tgsi_transform.c152 struct tgsi_token *new_tokens = NULL; in write_vpos() local
197 struct tgsi_token *new_tokens = NULL; in transform_dynamic_indexing() local
236 struct tgsi_token *new_tokens; in emulate_point_sprite() local
Dsvga_tgsi_insn.c3761 const struct tgsi_token *new_tokens = NULL; in svga_shader_emit_instructions() local
Dsvga_tgsi_vgpu10.c12680 const struct tgsi_token *new_tokens; in transform_fs_pstipple() local
12979 const struct tgsi_token *new_tokens = in svga_tgsi_vgpu10_translate() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); in tgsi_dup_tokens() local
Dtgsi_transform.c57 struct tgsi_token *new_tokens = tgsi_alloc_tokens(new_len); in need_re_emit() local
Dtgsi_point_sprite.c531 struct tgsi_token *new_tokens; in tgsi_add_point_sprite() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c382 struct tgsi_token *new_tokens; in util_pstipple_create_fragment_shader() local
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c452 struct tgsi_token *new_tokens = tgsi_transform_shader(tokens_in, newLen, &transform.base); in virgl_tgsi_transform() local
Dvirgl_context.c683 struct tgsi_token *new_tokens; in virgl_shader_encoder() local
1388 void *new_tokens = virgl_tgsi_transform((struct virgl_screen *)vctx->base.screen, tokens, false); in virgl_create_compute_state() local
/third_party/python/Parser/
Dpegen.c722 Token **new_tokens = PyMem_Realloc(p->tokens, newsize * sizeof(Token *)); in _resize_tokens_array() local