Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h70 #define NVC0_NEW_CP_TEXTURES (1 << 2) macro
Dnve4_compute.c491 { nve4_compute_validate_textures, NVC0_NEW_CP_TEXTURES },
493 { nve4_compute_set_tex_handles, NVC0_NEW_CP_TEXTURES |
Dnvc0_context.c290 nvc0->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_invalidate_resource_storage()
Dnvc0_compute.c362 { nvc0_compute_validate_textures, NVC0_NEW_CP_TEXTURES },
Dnvc0_state.c580 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_set_sampler_views()
895 nvc0->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_set_framebuffer_state()
Dnvc0_tex.c621 nvc0->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_validate_textures()