/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 249 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_invalidate_resource_storage() 259 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_invalidate_resource_storage() 269 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX); in nvc0_invalidate_resource_storage() 282 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_TEX(i)); in nvc0_invalidate_resource_storage() 285 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_invalidate_resource_storage() 302 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_CB(i)); in nvc0_invalidate_resource_storage() 305 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_CB(s, i)); in nvc0_invalidate_resource_storage() 319 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_BUF); in nvc0_invalidate_resource_storage() 322 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_BUF); in nvc0_invalidate_resource_storage() 336 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_SUF); in nvc0_invalidate_resource_storage() [all …]
|
D | nvc0_state.c | 529 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_TEX(i)); in nvc0_stage_set_sampler_views() 531 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_stage_set_sampler_views() 542 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_TEX(i)); in nvc0_stage_set_sampler_views() 544 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_stage_set_sampler_views() 736 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_CB(i)); in nvc0_set_constant_buffer() 744 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_CB(s, i)); in nvc0_set_constant_buffer() 836 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_set_framebuffer_state() 928 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX); in nvc0_set_vertex_buffers() 1069 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TFB); in nvc0_set_transform_feedback_targets() 1100 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_SUF); in nvc0_bind_surfaces_range() [all …]
|
D | nvc0_transfer.c | 106 nouveau_bufctx_reset(bctx, 0); in nvc0_m2mf_transfer_rect() 195 nouveau_bufctx_reset(bctx, 0); in nve4_m2mf_transfer_rect() 237 nouveau_bufctx_reset(nvc0->bufctx, 0); in nvc0_m2mf_push_linear() 277 nouveau_bufctx_reset(nvc0->bufctx, 0); in nve4_p2mf_push_linear() 315 nouveau_bufctx_reset(bctx, 0); in nvc0_m2mf_copy_linear() 342 nouveau_bufctx_reset(bctx, 0); in nve4_m2mf_copy_linear()
|
D | nvc0_surface.c | 275 nouveau_bufctx_reset(nvc0->bufctx, 0); in nvc0_resource_copy_region() 411 nouveau_bufctx_reset(nvc0->bufctx, 0); in nvc0_clear_buffer_push_nvc0() 461 nouveau_bufctx_reset(nvc0->bufctx, 0); in nvc0_clear_buffer_push_nve4() 1119 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_blitctx_pre_blit() 1120 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 0)); in nvc0_blitctx_pre_blit() 1121 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 1)); in nvc0_blitctx_pre_blit() 1177 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX_TMP); in nvc0_blitctx_post_blit() 1178 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_blitctx_post_blit() 1179 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 0)); in nvc0_blitctx_post_blit() 1180 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 1)); in nvc0_blitctx_post_blit() [all …]
|
D | nvc0_compute.c | 170 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_compute_validate_textures() 352 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_SUF); in nvc0_compute_validate_surfaces() 498 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_SUF); in nvc0_launch_grid()
|
D | nvc0_vbo.c | 225 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX_TMP); in nvc0_release_user_vbufs() 438 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX); in nvc0_vertex_arrays_validate() 1095 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_IDX); in nvc0_draw_vbo() 1096 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS); in nvc0_draw_vbo()
|
D | nve4_compute.c | 754 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_DESC); in nve4_launch_grid() 755 nouveau_bufctx_reset(nvc0->bufctx_cp, NVC0_BIND_CP_BINDLESS); in nve4_launch_grid() 831 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nve4_compute_validate_textures()
|
D | nvc0_shader_state.c | 44 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TLS); in nvc0_program_update_context_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.c | 100 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_invalidate_resource_storage() 110 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_invalidate_resource_storage() 120 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXBUF); in nv30_invalidate_resource_storage() 132 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_invalidate_resource_storage() 141 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VERTTEX(i)); in nv30_invalidate_resource_storage()
|
D | nv40_verttex.c | 81 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VERTTEX(i)); in nv40_verttex_set_sampler_views() 87 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VERTTEX(i)); in nv40_verttex_set_sampler_views()
|
D | nv30_fragtex.c | 182 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_fragtex_set_sampler_views() 188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i)); in nv30_fragtex_set_sampler_views()
|
D | nv30_state.c | 369 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_set_framebuffer_state() 433 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXBUF); in nv30_set_vertex_buffers()
|
D | nv30_winsys.h | 39 nouveau_bufctx_reset(bufctx(push), bin); in PUSH_RESET()
|
D | nv30_vbo.c | 179 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXTMP); in nv30_release_user_vbufs() 191 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXBUF);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 203 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_invalidate_resource_storage() 213 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_invalidate_resource_storage() 229 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_VERTEX); in nv50_invalidate_resource_storage() 241 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TEXTURES); in nv50_invalidate_resource_storage() 256 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_CB(s, i)); in nv50_invalidate_resource_storage()
|
D | nv50_state.c | 719 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TEXTURES); in nv50_stage_set_sampler_views() 879 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_CB(s, i)); in nv50_set_constant_buffer() 968 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_set_framebuffer_state() 1047 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_VERTEX); in nv50_set_vertex_buffers() 1197 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_SO); in nv50_set_stream_output_targets() 1261 nouveau_bufctx_reset(nv50->bufctx_cp, NV50_BIND_CP_GLOBAL); in nv50_set_global_bindings()
|
D | nv50_transfer.c | 145 nouveau_bufctx_reset(bctx, 0); in nv50_m2mf_transfer_rect() 199 nouveau_bufctx_reset(nv50->bufctx, 0); in nv50_sifc_linear_u8() 241 nouveau_bufctx_reset(bctx, 0); in nv50_m2mf_copy_linear()
|
D | nv50_surface.c | 272 nouveau_bufctx_reset(nv50->bufctx, NV50_BIND_2D); in nv50_resource_copy_region() 680 nouveau_bufctx_reset(nv50->bufctx, 0); in nv50_clear_buffer_push() 1278 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_blitctx_pre_blit() 1279 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TEXTURES); in nv50_blitctx_pre_blit() 1326 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_blitctx_post_blit() 1327 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TEXTURES); in nv50_blitctx_post_blit() 1642 nouveau_bufctx_reset(nv50->bufctx, NV50_BIND_2D); in nv50_blit_eng2d()
|
D | nv50_compute.c | 224 nouveau_bufctx_reset(nv50->bufctx, 0); in nv50_compute_upload_input()
|
D | nv50_query_hw_sm.c | 277 nouveau_bufctx_reset(nv50->bufctx_cp, NV50_BIND_CP_QUERY); in nv50_hw_sm_end_query()
|
D | nv50_shader_state.c | 137 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TLS); in nv50_program_update_context_state() 144 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TLS); in nv50_program_update_context_state()
|
/external/libdrm/nouveau/ |
D | bufctx.c | 88 nouveau_bufctx_reset(&pctx->base, pctx->nr_bins); in nouveau_bufctx_del() 99 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset() function
|
D | nouveau-symbol-check | 26 nouveau_bufctx_reset
|
D | nouveau.h | 189 void nouveau_bufctx_reset(struct nouveau_bufctx *, int bin);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 98 nouveau_bufctx_reset(BUFCTX(push), bin); in PUSH_RESET()
|