Home
last modified time | relevance | path

Searched refs:NVC0_NEW_CP_SAMPLERS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h71 #define NVC0_NEW_CP_SAMPLERS (1 << 3) macro
Dnvc0_context.c504 nvc0->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_create()
Dnve4_compute.c492 { nve4_compute_validate_samplers, NVC0_NEW_CP_SAMPLERS },
494 NVC0_NEW_CP_SAMPLERS },
Dnvc0_compute.c363 { nvc0_compute_validate_samplers, NVC0_NEW_CP_SAMPLERS },
Dnvc0_state.c499 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_bind_sampler_states()
Dnvc0_tex.c741 nvc0->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_validate_samplers()