Home
last modified time | relevance | path

Searched refs:nv50_create_sampler_view (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.h236 nv50_create_sampler_view(struct pipe_context *,
Dnv50_tex.c73 nv50_create_sampler_view(struct pipe_context *pipe, in nv50_create_sampler_view() function
Dnv50_surface.c719 nv50->textures[2][0] = nv50_create_sampler_view(pipe, res, &templ); in nv50_blit_set_src()
729 nv50->textures[2][1] = nv50_create_sampler_view(pipe, res, &templ); in nv50_blit_set_src()
Dnv50_state.c1056 pipe->create_sampler_view = nv50_create_sampler_view; in nv50_init_state_functions()