Home
last modified time | relevance | path

Searched defs:gen_mipmap_state (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c57 struct gen_mipmap_state struct
59 struct pipe_context *pipe;
60 struct cso_context *cso;
62 struct pipe_blend_state blend_keep_color, blend_write_color;
63 struct pipe_depth_stencil_alpha_state dsa_keep_depth, dsa_write_depth;
64 struct pipe_rasterizer_state rasterizer;
65 struct pipe_sampler_state sampler;
66 struct pipe_vertex_element velem[2];
68 void *vs;
71 void *fs_color[TGSI_TEXTURE_COUNT];
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c290 struct gen_mipmap_state struct
292 GLuint ArrayObj;
293 GLuint VBO;
294 GLuint FBO;
295 GLuint Sampler;
296 GLuint ShaderProg;
297 struct glsl_sampler sampler_1d;
298 struct glsl_sampler sampler_2d;
299 struct glsl_sampler sampler_3d;
300 struct glsl_sampler sampler_cubemap;
[all …]