Home
last modified time | relevance | path

Searched refs:tgsi_alloc_tokens (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_vpos.c99 new_tokens = tgsi_alloc_tokens(new_len); in tgsi_write_vpos()
Dtgsi_parse.h151 tgsi_alloc_tokens(unsigned num_tokens);
Dtgsi_emulate.c163 newtoks = tgsi_alloc_tokens(newlen); in tgsi_emulate()
Dtgsi_aa_point.c282 new_tokens = tgsi_alloc_tokens(new_len); in tgsi_add_aa_point()
Dtgsi_two_side.c221 new_tokens = tgsi_alloc_tokens(new_len); in tgsi_add_two_side()
Dtgsi_parse.c294 tgsi_alloc_tokens(unsigned num_tokens) in tgsi_alloc_tokens() function
Dtgsi_dynamic_indexing.c351 new_tokens = tgsi_alloc_tokens(new_len); in tgsi_remove_dynamic_indexing()
Dtgsi_point_sprite.c572 new_tokens = tgsi_alloc_tokens(new_len); in tgsi_add_point_sprite()
Dtgsi_lowering.c1576 newtoks = tgsi_alloc_tokens(newlen); in tgsi_transform_lowering()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c110 new_tokens = tgsi_alloc_tokens(newLen); in virgl_tgsi_transform()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap_shader.c149 newtoks = tgsi_alloc_tokens(newlen); in st_get_bitmap_shader()
Dst_cb_drawpixels_shader.c243 newtoks = tgsi_alloc_tokens(newlen); in st_get_drawpix_shader()
Dst_tgsi_lower_depth_clamp.c395 newtoks = tgsi_alloc_tokens(newlen); in st_tgsi_lower_depth_clamp()
Dst_tgsi_lower_yuv.c445 newtoks = tgsi_alloc_tokens(newlen); in st_tgsi_lower_yuv()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c384 new_tokens = tgsi_alloc_tokens(newLen); in util_pstipple_create_fragment_shader()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c254 tokens = tgsi_alloc_tokens(PP_MAX_TOKENS); in pp_tgsi_to_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c323 new_vs.tokens = tgsi_alloc_tokens(newLen); in r300_draw_init_vertex_shader()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c284 aaline_fs.tokens = tgsi_alloc_tokens(newLen); in generate_aaline_fs()
Ddraw_pipe_aapoint.c371 aapoint_fs.tokens = tgsi_alloc_tokens(newLen); in generate_aapoint_fs()