Searched refs:dummy_texture (Results 1 – 5 of 5) sorted by relevance
36 struct nouveau_surface dummy_texture; member
113 struct nouveau_surface *s = &to_nv04_context(ctx)->dummy_texture; in init_dummy_texture()130 nouveau_surface_ref(NULL, &to_nv04_context(ctx)->dummy_texture); in nv04_context_destroy()
102 s = &to_nv04_context(ctx)->dummy_texture; in nv04_emit_tex_obj()
98 struct pipe_resource *dummy_texture; member
440 This->dummy_texture = This->screen->resource_create(This->screen, &tmplt); in NineDevice9_ctor()441 if (!This->dummy_texture) in NineDevice9_ctor()453 templ.target = This->dummy_texture->target; in NineDevice9_ctor()455 …er_view = This->context.pipe->create_sampler_view(This->context.pipe, This->dummy_texture, &templ); in NineDevice9_ctor()531 pipe_resource_reference(&This->dummy_texture, NULL); in NineDevice9_dtor()