Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.h231 bool passthrough_edgeflags; member
Dst_program.c701 if (key->passthrough_edgeflags) { in st_create_common_variant()
796 key->passthrough_edgeflags ? "edgeflags," : "", in st_get_common_variant()
814 (key->passthrough_edgeflags ? VERT_BIT_EDGEFLAG : 0); in st_get_common_variant()
Dst_atom_shader.c218 key.passthrough_edgeflags = st->vertdata_edgeflags; in st_update_vp()
Dst_atom_array.cpp335 velements.count = vp->num_inputs + vp_variant->key.passthrough_edgeflags; in st_update_array_templ()