Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_program.c417 vc5->dirty |= VC5_DIRTY_FS_INPUTS; in vc5_update_compiled_fs()
432 VC5_DIRTY_FS_INPUTS))) { in vc5_update_compiled_vs()
Dvc5_context.h82 #define VC5_DIRTY_FS_INPUTS (1 << 26) macro