Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.h141 #define ST_NEW_SAMPLER_VIEWS (ST_NEW_VS_SAMPLER_VIEWS | \ macro
169 #define ST_ALL_SHADER_RESOURCES (ST_NEW_SAMPLER_VIEWS | \
Dst_context.c199 (ST_NEW_SAMPLER_VIEWS | in st_invalidate_state()
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c377 ctx->NewDriverState |= ST_NEW_SAMPLER_VIEWS | ST_NEW_IMAGE_UNITS; in bufferobj_data()
Dteximage.c6368 ctx->NewDriverState |= ST_NEW_SAMPLER_VIEWS; in texture_buffer_range()