Home
last modified time | relevance | path

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

/external/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.c3691 const struct tgsi_token *new_tokens = NULL; in svga_shader_emit_instructions() local
Dsvga_tgsi_vgpu10.c10819 const struct tgsi_token *new_tokens; in transform_fs_pstipple() local
11092 const struct tgsi_token *new_tokens = in svga_tgsi_vgpu10_translate() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_vpos.c90 struct tgsi_token *new_tokens; in tgsi_write_vpos() local
Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); in tgsi_dup_tokens() local
Dtgsi_two_side.c205 struct tgsi_token *new_tokens; in tgsi_add_two_side() local
Dtgsi_aa_point.c279 struct tgsi_token *new_tokens; in tgsi_add_aa_point() local
Dtgsi_dynamic_indexing.c335 struct tgsi_token *new_tokens; in tgsi_remove_dynamic_indexing() local
Dtgsi_point_sprite.c511 struct tgsi_token *new_tokens; in tgsi_add_point_sprite() local
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c109 struct tgsi_token *new_tokens; in virgl_tgsi_transform() local
Dvirgl_context.c671 struct tgsi_token *new_tokens; in virgl_shader_encoder() local
1303 const struct tgsi_token *new_tokens = state->prog; in virgl_create_compute_state() local
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c281 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); in tgsi_dup_tokens() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c382 struct tgsi_token *new_tokens; in util_pstipple_create_fragment_shader() local
/external/python/cpython3/Parser/pegen/
Dpegen.c618 Token **new_tokens = PyMem_Realloc(p->tokens, newsize * sizeof(Token *)); in _PyPegen_fill_token() local