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.c365 { nvc0_compute_validate_surfaces, NVC0_NEW_CP_SURFACES },
501 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_launch_grid()
Dnvc0_context.h69 #define NVC0_NEW_CP_SURFACES (1 << 1) macro
Dnvc0_context.c344 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_invalidate_resource_storage()
Dnvc0_state.c1181 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_set_compute_resources()
1284 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_set_shader_images()
Dnve4_compute.c495 { nve4_compute_validate_surfaces, NVC0_NEW_CP_SURFACES },
Dnvc0_tex.c1232 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_update_surface_bindings()