Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.h47 util_create_gen_mipmap(struct pipe_context *pipe, struct cso_context *cso);
Du_gen_mipmap.c1264 util_create_gen_mipmap(struct pipe_context *pipe, in util_create_gen_mipmap() function
/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context); in st_init_generate_mipmap()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h256 gen_mipmap = util_create_gen_mipmap(pipe, cso_ctx); in init_context()