/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 135 nouveau_bufctx_del(&nv50->bufctx_3d); in nv50_context_unreference_resources() 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() 294 &nv50->bufctx_3d); in nv50_create() 361 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->code); in nv50_create() 362 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->uniforms); in nv50_create() 363 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nv50_create() [all …]
|
D | nv50_vbo.c | 233 BCTX_REFN_bo(nv50->bufctx_3d, 3D_VERTEX_TMP, NOUVEAU_BO_GART | in nv50_upload_user_buffers() 272 BCTX_REFN_bo(nv50->bufctx_3d, 3D_VERTEX_TMP, bo_flags, bo); in nv50_update_user_vbufs() 289 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_VERTEX_TMP); in nv50_release_user_vbufs() 398 BCTX_REFN(nv50->bufctx_3d, 3D_VERTEX, buf, RD); in nv50_vertex_arrays_validate() 762 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true); in nv50_draw_vbo_kick_notify() 774 BCTX_REFN(nv50->bufctx_3d, 3D_INDEX, nv04_resource(info->index.resource), RD); in nv50_draw_vbo() 902 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_INDEX); in nv50_draw_vbo()
|
D | nv50_state_validate.c | 28 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_FB); in nv50_validate_fb() 93 BCTX_REFN(nv50->bufctx_3d, 3D_FB, &mt->base, WR); in nv50_validate_fb() 121 BCTX_REFN(nv50->bufctx_3d, 3D_FB, &mt->base, WR); in nv50_validate_fb() 574 nv50->bufctx_3d); in nv50_state_validate_3d() 578 nv50_bufctx_fence(nv50->bufctx_3d, true); in nv50_state_validate_3d()
|
D | nv50_shader_state.c | 99 BCTX_REFN(nv50->bufctx_3d, 3D_CB(s, i), res, RD); in nv50_constbufs_validate() 137 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TLS); in nv50_program_update_context_state() 139 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state() 144 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_3D_TLS); in nv50_program_update_context_state() 721 BCTX_REFN(nv50->bufctx_3d, 3D_SO, buf, WR); in nv50_stream_output_validate()
|
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()
|
D | nv50_context.h | 118 struct nouveau_bufctx *bufctx_3d; member
|
D | nv50_surface.c | 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()
|
D | nv50_tex.c | 301 BCTX_REFN(nv50->bufctx_3d, 3D_TEXTURES, res, RD); in nv50_validate_tic()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 139 nouveau_bufctx_del(&nvc0->bufctx_3d); in nvc0_context_unreference_resources() 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() 285 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_invalidate_resource_storage() 305 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_CB(s, i)); in nvc0_invalidate_resource_storage() 322 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_BUF); in nvc0_invalidate_resource_storage() 339 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_SUF); in nvc0_invalidate_resource_storage() 378 &nvc0->bufctx_3d); in nvc0_create() 452 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TEXT, flags, screen->text); in nvc0_create() [all …]
|
D | nvc0_vbo.c | 225 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX_TMP); in nvc0_release_user_vbufs() 260 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo); in nvc0_update_user_vbufs() 295 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo); in nvc0_update_user_vbufs_shared() 371 BCTX_REFN(nvc0->bufctx_3d, 3D_VTX, res, RD); in nvc0_validate_vertex_buffers() 415 BCTX_REFN(nvc0->bufctx_3d, 3D_VTX, buf, RD); in nvc0_validate_vertex_buffers_shared() 438 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX); in nvc0_vertex_arrays_validate() 972 BCTX_REFN(nvc0->bufctx_3d, 3D_IDX, buf, RD); in nvc0_draw_vbo() 976 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo() 981 nvc0_add_resident(nvc0->bufctx_3d, NVC0_BIND_3D_BINDLESS, resident->buf, in nvc0_draw_vbo() 1095 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_IDX); in nvc0_draw_vbo() [all …]
|
D | nvc0_shader_state.c | 40 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TLS, flags, nvc0->screen->tls); in nvc0_program_update_context_state() 44 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TLS); in nvc0_program_update_context_state() 328 BCTX_REFN(nvc0->bufctx_3d, 3D_TFB, buf, WR); in nvc0_tfb_validate()
|
D | nvc0_state_validate.c | 85 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_FB); in nvc0_validate_fb() 148 BCTX_REFN(nvc0->bufctx_3d, 3D_FB, res, WR); in nvc0_validate_fb() 179 BCTX_REFN(nvc0->bufctx_3d, 3D_FB, &mt->base, WR); in nvc0_validate_fb() 516 BCTX_REFN(nvc0->bufctx_3d, 3D_CB(s, i), res, RD); in nvc0_constbufs_validate() 560 BCTX_REFN(nvc0->bufctx_3d, 3D_BUF, res, RDWR); in nvc0_validate_buffers() 923 nvc0->bufctx_3d); in nvc0_state_validate_3d() 927 nvc0_bufctx_fence(nvc0, nvc0->bufctx_3d, true); in nvc0_state_validate_3d()
|
D | nvc0_state.c | 531 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, 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() 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() 1199 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_SUF); in nvc0_bind_images_range() 1264 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_BUF); in nvc0_bind_buffers_range()
|
D | nvc0_surface.c | 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() 1299 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, in nvc0_blit_3d()
|
D | nvc0_vbo_translate.c | 231 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_setup_vertex_array() 564 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_VTX_TMP); in nvc0_push_vbo() 639 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_upload_vertex_ids()
|
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()
|
D | nvc0_tex.c | 530 BCTX_REFN(nvc0->bufctx_3d, 3D_TEX(s, i), res, RD); in nvc0_validate_tic() 588 BCTX_REFN(nvc0->bufctx_3d, 3D_TEX(s, i), res, RD); in nve4_validate_tic() 1179 BCTX_REFN(nvc0->bufctx_3d, 3D_SUF, res, RDWR); in nvc0_validate_suf() 1251 BCTX_REFN(nvc0->bufctx_3d, 3D_SUF, res, RD); in gm107_validate_surfaces() 1293 BCTX_REFN(nvc0->bufctx_3d, 3D_SUF, res, RDWR); in nve4_update_surface_bindings()
|
D | nvc0_context.h | 170 struct nouveau_bufctx *bufctx_3d; member
|
D | nvc0_program.c | 821 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEXT); in nvc0_program_upload() 822 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TEXT, in nvc0_program_upload()
|
D | nve4_compute.c | 831 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nve4_compute_validate_textures()
|