Home
last modified time | relevance | path

Searched refs:tgsi_emulate (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.h36 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags);
Dtgsi_emulate.c140 tgsi_emulate(const struct tgsi_token *tokens, unsigned flags) in tgsi_emulate() function
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources148 tgsi/tgsi_emulate.c \
149 tgsi/tgsi_emulate.h \
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c508 tokens = tgsi_emulate(vpv->tgsi.tokens, flags); in st_create_vp_variant()
1051 tokens = tgsi_emulate(tgsi.tokens, flags); in st_create_fp_variant()