Home
last modified time | relevance | path

Searched refs:passthrough_fs (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c60 if (!st->passthrough_fs) { in get_passthrough_fs()
61 st->passthrough_fs = in get_passthrough_fs()
65 return st->passthrough_fs; in get_passthrough_fs()
Dst_context.h180 void *passthrough_fs; /**< simple pass-through frag shader */ member