Home
last modified time | relevance | path

Searched refs:NV50_NEW_CP_PROGRAM (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h63 #define NV50_NEW_CP_PROGRAM (1 << 0) macro
Dnv50_compute.c500 { nv50_compprog_validate, NV50_NEW_CP_PROGRAM },
504 NV50_NEW_CP_PROGRAM },
Dnv50_state.c874 nv50->dirty_cp |= NV50_NEW_CP_PROGRAM; in nv50_cp_state_bind()