Searched refs:NVC0_BIND_3D_TEX (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.h | 82 #define NVC0_BIND_3D_TEX(s, i) ( 4 + 32 * (s) + (i)) macro
|
D | nvc0_surface.c | 1096 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 0)); in nvc0_blitctx_pre_blit() 1097 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 1)); in nvc0_blitctx_pre_blit() 1156 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 0)); in nvc0_blitctx_post_blit() 1157 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(4, 1)); in nvc0_blitctx_post_blit()
|
D | nvc0_context.c | 294 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_invalidate_resource_storage()
|
D | nvc0_compute.c | 170 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_compute_validate_textures()
|
D | nvc0_state.c | 547 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_stage_set_sampler_views() 560 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nvc0_stage_set_sampler_views()
|
D | nve4_compute.c | 1018 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_3D_TEX(s, i)); in nve4_compute_validate_textures()
|