Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c52 if (ctx->flags & TGSI_EMU_FORCE_PERSAMPLE_INTERP && in transform_decl()
148 TGSI_EMU_FORCE_PERSAMPLE_INTERP))) in tgsi_emulate()
155 if (flags & TGSI_EMU_FORCE_PERSAMPLE_INTERP) in tgsi_emulate()
Dtgsi_emulate.h33 #define TGSI_EMU_FORCE_PERSAMPLE_INTERP (1 << 2) macro
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1125 (key->persample_shading ? TGSI_EMU_FORCE_PERSAMPLE_INTERP : 0); in st_create_fp_variant()