Home
last modified time | relevance | path

Searched refs:ureg_free_tokens (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vs.c275 ureg_free_tokens(new_vs.base.tokens); in compile_passthrough_vs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c184 ureg_free_tokens(state.prog); in si_create_dma_compute_shader()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp104 ureg_free_tokens(tokens); in CreateEmptyShader()
318 ureg_free_tokens(pShader->state.tokens); in DestroyShader()
/third_party/mesa3d/docs/relnotes/
D9.0.2.rst125 - st/mesa: free TGSI tokens with ureg_free_tokens()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h134 void ureg_free_tokens( const struct tgsi_token *tokens );
Dtgsi_ureg.c2222 void ureg_free_tokens( const struct tgsi_token *tokens ) in ureg_free_tokens() function
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c326 ureg_free_tokens(p->state.tokens); in st_release_variants()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c176 ureg_free_tokens(toks); in nine_ureg_tgsi_dump()
Dnine_shader.c4143 ureg_free_tokens(toks); in nine_translate_shader()