/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 366 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->code); in nv50_create() 367 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->uniforms); in nv50_create() 368 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nv50_create() 369 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->stack_bo); in nv50_create() 371 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->code); in nv50_create() 372 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->txc); in nv50_create() 373 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->stack_bo); in nv50_create() 378 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->fence.bo); in nv50_create() 379 BCTX_REFN_bo(nv50->bufctx, FENCE, flags, screen->fence.bo); in nv50_create() 381 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->fence.bo); in nv50_create()
|
D | nv50_winsys.h | 36 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ macro
|
D | nv50_query_hw_sm.c | 257 BCTX_REFN_bo(nv50->bufctx_cp, CP_QUERY, NOUVEAU_BO_GART | NOUVEAU_BO_WR, in nv50_hw_sm_end_query()
|
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()
|
D | nv50_shader_state.c | 139 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 442 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TEXT, flags, screen->text); in nvc0_create() 443 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->uniform_bo); in nvc0_create() 444 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nvc0_create() 446 BCTX_REFN_bo(nvc0->bufctx_cp, CP_TEXT, flags, screen->text); in nvc0_create() 447 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->uniform_bo); in nvc0_create() 448 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->txc); in nvc0_create() 454 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->poly_cache); in nvc0_create() 456 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->tls); in nvc0_create() 460 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->fence.bo); in nvc0_create() 461 BCTX_REFN_bo(nvc0->bufctx, FENCE, flags, screen->fence.bo); in nvc0_create() [all …]
|
D | nvc0_winsys.h | 35 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ macro
|
D | nvc0_vbo_translate.c | 230 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_setup_vertex_array() 638 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nvc0_push_upload_vertex_ids()
|
D | nvc0_shader_state.c | 40 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TLS, flags, nvc0->screen->tls); in nvc0_program_update_context_state()
|
D | nvc0_program.c | 816 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TEXT, in nvc0_program_upload() 821 BCTX_REFN_bo(nvc0->bufctx_cp, CP_TEXT, in nvc0_program_upload()
|
D | nvc0_vbo.c | 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()
|
D | nve4_compute.c | 618 BCTX_REFN_bo(nvc0->bufctx_cp, CP_DESC, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nve4_launch_grid()
|
D | nvc0_query_hw_sm.c | 2571 BCTX_REFN_bo(nvc0->bufctx_cp, CP_QUERY, NOUVEAU_BO_GART | NOUVEAU_BO_WR, in nvc0_hw_sm_end_query()
|
D | nvc0_surface.c | 1299 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, in nvc0_blit_3d()
|