Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c132 struct tgsi_token *new_tokens = NULL; in write_vpos() local
177 struct tgsi_token *new_tokens = NULL; in transform_dynamic_indexing() local
216 struct tgsi_token *new_tokens; in emulate_point_sprite() local
H A Dsvga_tgsi_insn.c3743 const struct tgsi_token *new_tokens = NULL; in svga_shader_emit_instructions() local
H A Dsvga_tgsi_vgpu10.c12759 const struct tgsi_token *new_tokens; in transform_fs_pstipple() local
13058 const struct tgsi_token *new_tokens = in svga_tgsi_vgpu10_translate() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); in tgsi_dup_tokens() local
H A Dtgsi_transform.c57 struct tgsi_token *new_tokens = tgsi_alloc_tokens(new_len); in need_re_emit() local
H A Dtgsi_point_sprite.c531 struct tgsi_token *new_tokens; in tgsi_add_point_sprite() local
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); in tgsi_dup_tokens() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c381 struct tgsi_token *new_tokens; in util_pstipple_create_fragment_shader() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c453 struct tgsi_token *new_tokens = tgsi_transform_shader(tokens_in, newLen, &transform.base); in virgl_tgsi_transform() local
H A Dvirgl_context.c706 struct tgsi_token *new_tokens; in virgl_shader_encoder() local
1498 void *new_tokens = virgl_tgsi_transform((struct virgl_screen *)vctx->base.screen, tokens, false); in virgl_create_compute_state() local
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dlib.rs159 let new_tokens = match self { in to_tokens() localVariable
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c189 Token **new_tokens = PyMem_Realloc(p->tokens, newsize * sizeof(Token *)); in _resize_tokens_array() local