Home
last modified time | relevance | path

Searched refs:tgsi_remove_dynamic_indexing (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dynamic_indexing.h33 tgsi_remove_dynamic_indexing(const struct tgsi_token *tokens_in,
Dtgsi_dynamic_indexing.c327 tgsi_remove_dynamic_indexing(const struct tgsi_token *tokens_in, in tgsi_remove_dynamic_indexing() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tgsi_transform.c201 new_tokens = tgsi_remove_dynamic_indexing(shader->tokens, in transform_dynamic_indexing()