Searched refs:new_tokens (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_vpos.c90 struct tgsi_token *new_tokens; local in function:tgsi_write_vpos
99 new_tokens = tgsi_alloc_tokens(new_len);
100 if (!new_tokens)
104 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
106 return new_tokens;
H A Dtgsi_aa_point.c279 struct tgsi_token *new_tokens; local in function:tgsi_add_aa_point
282 new_tokens = tgsi_alloc_tokens(new_len);
283 if (!new_tokens)
306 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
308 return new_tokens;
H A Dtgsi_two_side.c205 struct tgsi_token *new_tokens; local in function:tgsi_add_two_side
221 new_tokens = tgsi_alloc_tokens(new_len);
222 if (!new_tokens)
226 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
228 return new_tokens;
H A Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); local in function:tgsi_dup_tokens
284 if (new_tokens)
285 memcpy(new_tokens, tokens, bytes);
286 return new_tokens;
H A Dtgsi_dynamic_indexing.c335 struct tgsi_token *new_tokens; local in function:tgsi_remove_dynamic_indexing
351 new_tokens = tgsi_alloc_tokens(new_len);
352 if (!new_tokens)
356 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
358 return new_tokens;
H A Dtgsi_point_sprite.c511 struct tgsi_token *new_tokens; local in function:tgsi_add_point_sprite
572 new_tokens = tgsi_alloc_tokens(new_len);
573 if (!new_tokens)
577 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
582 return new_tokens;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c152 struct tgsi_token *new_tokens = NULL; local in function:write_vpos
154 new_tokens = tgsi_write_vpos(shader->tokens,
156 if (!new_tokens)
159 pipe_shader_state_from_tgsi(&state, new_tokens);
163 FREE(new_tokens);
197 struct tgsi_token *new_tokens = NULL; local in function:transform_dynamic_indexing
201 new_tokens = tgsi_remove_dynamic_indexing(shader->tokens,
205 if (!new_tokens)
208 pipe_shader_state_from_tgsi(&state, new_tokens);
215 if (new_tokens)
236 struct tgsi_token *new_tokens; local in function:emulate_point_sprite
[all...]
H A Dsvga_tgsi_insn.c3689 const struct tgsi_token *new_tokens = NULL; local in function:svga_shader_emit_instructions
3697 new_tokens = util_pstipple_create_fragment_shader(tokens, &unit, 0,
3700 if (new_tokens) {
3710 tokens = new_tokens;
3780 if (new_tokens) {
3781 tgsi_free_tokens(new_tokens);
H A Dsvga_tgsi_vgpu10.c10874 const struct tgsi_token *new_tokens; local in function:transform_fs_pstipple
10882 new_tokens = util_pstipple_create_fragment_shader(tokens, &unit, 0,
10897 tgsi_dump(new_tokens, 0);
10900 return new_tokens;
11148 const struct tgsi_token *new_tokens = local in function:svga_tgsi_vgpu10_translate
11154 tokens = new_tokens;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c109 struct tgsi_token *new_tokens; local in function:virgl_tgsi_transform
111 new_tokens = tgsi_alloc_tokens(newLen);
112 if (!new_tokens)
123 tgsi_transform_shader(tokens_in, new_tokens, newLen, &transform.base);
125 return new_tokens;
H A Dvirgl_context.c556 struct tgsi_token *new_tokens; local in function:virgl_shader_encoder
559 new_tokens = virgl_tgsi_transform(vctx, shader->tokens);
560 if (!new_tokens)
567 new_tokens);
572 FREE(new_tokens);
1138 const struct tgsi_token *new_tokens = state->prog; local in function:virgl_create_compute_state
1146 new_tokens);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c108 struct tgsi_token *new_tokens; local in function:virgl_tgsi_transform
110 new_tokens = tgsi_alloc_tokens(newLen);
111 if (!new_tokens)
122 tgsi_transform_shader(tokens_in, new_tokens, newLen, &transform.base);
124 return new_tokens;
H A Dvirgl_context.c687 struct tgsi_token *new_tokens; local in function:virgl_shader_encoder
697 new_tokens = virgl_tgsi_transform((struct virgl_screen *)vctx->base.screen, tokens);
698 if (!new_tokens)
705 new_tokens);
712 FREE(new_tokens);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c68 struct tgsi_token *new_tokens; local in function:emulate_point_sprite
115 new_tokens = tgsi_add_point_sprite(orig_tokens,
122 if (!new_tokens) {
131 tgsi_dump(new_tokens, 0);
134 templ.tokens = new_tokens;
157 FREE(new_tokens);
H A Dsvga_tgsi_insn.c3691 const struct tgsi_token *new_tokens = NULL; local in function:svga_shader_emit_instructions
3699 new_tokens = util_pstipple_create_fragment_shader(tokens, &unit, 0,
3702 if (new_tokens) {
3712 tokens = new_tokens;
3782 if (new_tokens) {
3783 tgsi_free_tokens(new_tokens);
H A Dsvga_tgsi_vgpu10.c6864 const struct tgsi_token *new_tokens; local in function:transform_fs_pstipple
6872 new_tokens = util_pstipple_create_fragment_shader(tokens, &unit, 0,
6886 tgsi_dump(new_tokens, 0);
6889 return new_tokens;
6974 const struct tgsi_token *new_tokens = local in function:svga_tgsi_vgpu10_translate
6980 tokens = new_tokens;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c279 struct tgsi_token *new_tokens; local in function:tgsi_add_aa_point
282 new_tokens = tgsi_alloc_tokens(new_len);
283 if (!new_tokens)
306 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
308 return new_tokens;
H A Dtgsi_two_side.c205 struct tgsi_token *new_tokens; local in function:tgsi_add_two_side
221 new_tokens = tgsi_alloc_tokens(new_len);
222 if (!new_tokens)
226 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
228 return new_tokens;
H A Dtgsi_parse.c283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); local in function:tgsi_dup_tokens
284 if (new_tokens)
285 memcpy(new_tokens, tokens, bytes);
286 return new_tokens;
H A Dtgsi_point_sprite.c511 struct tgsi_token *new_tokens; local in function:tgsi_add_point_sprite
572 new_tokens = tgsi_alloc_tokens(new_len);
573 if (!new_tokens)
577 tgsi_transform_shader(tokens_in, new_tokens, new_len, &transform.base);
582 return new_tokens;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c382 struct tgsi_token *new_tokens; local in function:util_pstipple_create_fragment_shader
384 new_tokens = tgsi_alloc_tokens(newLen);
385 if (!new_tokens) {
407 tgsi_transform_shader(tokens, new_tokens, newLen, &transform.base);
419 return new_tokens;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c382 struct tgsi_token *new_tokens; local in function:util_pstipple_create_fragment_shader
384 new_tokens = tgsi_alloc_tokens(newLen);
385 if (!new_tokens) {
407 tgsi_transform_shader(tokens, new_tokens, newLen, &transform.base);
419 return new_tokens;

Completed in 100 milliseconds