Searched refs:pcontext (Results 1 – 6 of 6) sorted by relevance
47 nvc0_init_resource_functions(struct pipe_context *pcontext) in nvc0_init_resource_functions() argument49 pcontext->transfer_map = u_transfer_map_vtbl; in nvc0_init_resource_functions()50 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl; in nvc0_init_resource_functions()51 pcontext->transfer_unmap = u_transfer_unmap_vtbl; in nvc0_init_resource_functions()52 pcontext->buffer_subdata = u_default_buffer_subdata; in nvc0_init_resource_functions()53 pcontext->texture_subdata = u_default_texture_subdata; in nvc0_init_resource_functions()54 pcontext->create_surface = nvc0_surface_create; in nvc0_init_resource_functions()55 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions()56 pcontext->invalidate_resource = nv50_invalidate_resource; in nvc0_init_resource_functions()
26 nvc0_init_resource_functions(struct pipe_context *pcontext);55 nvc0_miptree_transfer_unmap(struct pipe_context *pcontext,
95 nv50_init_resource_functions(struct pipe_context *pcontext) in nv50_init_resource_functions() argument97 pcontext->transfer_map = u_transfer_map_vtbl; in nv50_init_resource_functions()98 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl; in nv50_init_resource_functions()99 pcontext->transfer_unmap = u_transfer_unmap_vtbl; in nv50_init_resource_functions()100 pcontext->buffer_subdata = u_default_buffer_subdata; in nv50_init_resource_functions()101 pcontext->texture_subdata = u_default_texture_subdata; in nv50_init_resource_functions()102 pcontext->create_surface = nv50_surface_create; in nv50_init_resource_functions()103 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions()104 pcontext->invalidate_resource = nv50_invalidate_resource; in nv50_init_resource_functions()
14 nv50_init_resource_functions(struct pipe_context *pcontext);137 nv50_miptree_transfer_unmap(struct pipe_context *pcontext,
433 vc4_context(struct pipe_context *pcontext) in vc4_context() argument435 return (struct vc4_context *)pcontext; in vc4_context()
435 vc5_context(struct pipe_context *pcontext) in vc5_context() argument437 return (struct vc5_context *)pcontext; in vc5_context()