Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_compute.c366 { nvc0_compute_validate_surfaces, NVC0_NEW_CP_SURFACES },
499 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_launch_grid()
Dnvc0_context.h66 #define NVC0_NEW_CP_SURFACES (1 << 1) macro
Dnvc0_context.c335 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_invalidate_resource_storage()
Dnvc0_state.c1112 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_set_compute_resources()
1215 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_set_shader_images()
Dnve4_compute.c469 { nve4_compute_validate_surfaces, NVC0_NEW_CP_SURFACES },
Dnvc0_tex.c1214 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_update_surface_bindings()