Home
last modified time | relevance | path

Searched refs:ST_NEW_FRAGMENT_PROGRAM (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in st_bind_program()
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in st_use_program()
204 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in st_program_string_notify()
Dst_atom_texture.c362 ST_NEW_FRAGMENT_PROGRAM, /* st */
419 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in finalize_textures()
Dst_atom_constbuf.c152 ST_NEW_FRAGMENT_PROGRAM, /* st */
Dst_atom_shader.c111 ST_NEW_FRAGMENT_PROGRAM /* st */
Dst_atom.c123 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in check_program_state()
Dst_context.h48 #define ST_NEW_FRAGMENT_PROGRAM (1 << 1) macro
Dst_context.c83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM; in st_invalidate_state()