Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom.h137 #define ST_ALL_SHADER_RESOURCES (ST_NEW_SAMPLER_VIEWS | \ macro
Dst_context.c158 return active_shader_states | ~ST_ALL_SHADER_RESOURCES; in st_get_active_states()