Home
last modified time | relevance | path

Searched refs:dirty_cp (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c281 nvc0->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_invalidate_resource_storage()
301 nvc0->dirty_cp |= NVC0_NEW_CP_CONSTBUF; in nvc0_invalidate_resource_storage()
318 nvc0->dirty_cp |= NVC0_NEW_CP_BUFFERS; in nvc0_invalidate_resource_storage()
335 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_invalidate_resource_storage()
436 nvc0->dirty_cp |= NVC0_NEW_CP_DRIVERCONST; in nvc0_create()
Dnvc0_state.c484 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_bind_sampler_states()
564 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_set_sampler_views()
718 nvc0->dirty_cp |= NVC0_NEW_CP_PROGRAM; in nvc0_cp_state_bind()
738 nvc0->dirty_cp |= NVC0_NEW_CP_CONSTBUF; in nvc0_set_constant_buffer()
1112 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()
1280 nvc0_context(pipe)->dirty_cp |= NVC0_NEW_CP_BUFFERS; in nvc0_set_shader_buffers()
1338 nvc0->dirty_cp |= NVC0_NEW_CP_GLOBALS; in nvc0_set_global_bindings()
Dnvc0_compute.c375 ARRAY_SIZE(validate_list_cp), &nvc0->dirty_cp, in nvc0_state_validate_cp()
499 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_launch_grid()
Dnvc0_state_validate.c532 nvc0->dirty_cp |= NVC0_NEW_CP_CONSTBUF; in nvc0_constbufs_validate()
634 nvc0->dirty_cp |= NVC0_NEW_CP_DRIVERCONST; in nvc0_validate_driverconst()
805 ctx_to->dirty_cp = ~0; in nvc0_switch_pipe_context()
Dnvc0_context.h182 uint32_t dirty_cp; /* dirty flags for compute state */ member
Dnvc0_tex.c621 nvc0->dirty_cp |= NVC0_NEW_CP_TEXTURES; in nvc0_validate_textures()
728 nvc0->dirty_cp |= NVC0_NEW_CP_SAMPLERS; in nvc0_validate_samplers()
1214 nvc0->dirty_cp |= NVC0_NEW_CP_SURFACES; in nvc0_update_surface_bindings()
Dnve4_compute.c481 ARRAY_SIZE(validate_list_cp), &nvc0->dirty_cp, in nve4_state_validate_cp()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h123 uint32_t dirty_cp; /* dirty flags for compute state */ member
Dnv50_compute.c186 ARRAY_SIZE(validate_list_cp), &nv50->dirty_cp, in nv50_state_validate_cp()
Dnv50_state.c858 nv50->dirty_cp |= NV50_NEW_CP_PROGRAM; in nv50_cp_state_bind()
1263 nv50->dirty_cp |= NV50_NEW_CP_GLOBALS; in nv50_set_global_bindings()
Dnv50_state_validate.c459 ctx_to->dirty_cp = ~0; in nv50_switch_pipe_context()