Home
last modified time | relevance | path

Searched refs:BCTX_REFN_bo (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c366 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()
Dnv50_winsys.h36 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ macro
Dnv50_query_hw_sm.c257 BCTX_REFN_bo(nv50->bufctx_cp, CP_QUERY, NOUVEAU_BO_GART | NOUVEAU_BO_WR, in nv50_hw_sm_end_query()
Dnv50_vbo.c233 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()
Dnv50_shader_state.c139 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/
Dnvc0_context.c442 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 …]
Dnvc0_winsys.h35 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ macro
Dnvc0_vbo_translate.c230 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()
Dnvc0_shader_state.c40 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_TLS, flags, nvc0->screen->tls); in nvc0_program_update_context_state()
Dnvc0_program.c816 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()
Dnvc0_vbo.c260 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()
Dnve4_compute.c618 BCTX_REFN_bo(nvc0->bufctx_cp, CP_DESC, NOUVEAU_BO_GART | NOUVEAU_BO_RD, in nve4_launch_grid()
Dnvc0_query_hw_sm.c2571 BCTX_REFN_bo(nvc0->bufctx_cp, CP_QUERY, NOUVEAU_BO_GART | NOUVEAU_BO_WR, in nvc0_hw_sm_end_query()
Dnvc0_surface.c1299 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, in nvc0_blit_3d()