Home
last modified time | relevance | path

Searched refs:tgsi_emulate (Results 1 – 5 of 5) 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.sources146 tgsi/tgsi_emulate.c \
147 tgsi/tgsi_emulate.h \
Dmeson.build166 'tgsi/tgsi_emulate.c',
167 'tgsi/tgsi_emulate.h',
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c588 tokens = tgsi_emulate(vpv->tgsi.tokens, flags); in st_create_vp_variant()
1127 tokens = tgsi_emulate(tgsi.tokens, flags); in st_create_fp_variant()