Home
last modified time | relevance | path

Searched refs:dummy_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_context.h36 struct nouveau_surface dummy_texture; member
Dnv04_context.c113 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()
Dnv04_state_tex.c102 s = &to_nv04_context(ctx)->dummy_texture; in nv04_emit_tex_obj()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h98 struct pipe_resource *dummy_texture; member
Ddevice9.c440 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()
569 pipe_resource_reference(&This->dummy_texture, NULL); in NineDevice9_dtor()