HomeSort by relevance Sort by last modified time
    Searched refs:passthrough_edgeflags (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_atom_shader.c 169 stvp->variants->key.passthrough_edgeflags == st->vertdata_edgeflags) {
181 key.passthrough_edgeflags = st->vertdata_edgeflags;
st_program.h 164 boolean passthrough_edgeflags; member in struct:st_vp_variant_key
st_program.c 565 if (key->passthrough_edgeflags) {
582 if (key->clamp_color || key->passthrough_edgeflags) {
586 (key->passthrough_edgeflags ? TGSI_EMU_PASSTHROUGH_EDGEFLAG : 0);
594 if (key->passthrough_edgeflags)
    [all...]

Completed in 4562 milliseconds