Searched defs:interp_mode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h66 enum interp_mode { enum
88 unsigned interp_mode:4; /**< INTERP_x */ member in struct:vertex_info::__anon13719
127 enum interp_mode interp, /* only used by softpipe??? */
133 vinfo->attrib[n].interp_mode = interp;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h66 enum interp_mode { enum
88 unsigned interp_mode:4; /**< INTERP_x */ member in struct:vertex_info::__anon27130
127 enum interp_mode interp, /* only used by softpipe??? */
133 vinfo->attrib[n].interp_mode = interp;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_simple_shaders.c110 * \parma interp_mode either TGSI_INTERPOLATE_LINEAR or PERSPECTIVE
116 unsigned interp_mode,
124 assert(interp_mode == TGSI_INTERPOLATE_LINEAR ||
125 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE);
135 interp_mode );
163 unsigned interp_mode)
167 interp_mode,
179 unsigned interp_mode)
195 interp_mode );
225 unsigned interp_mode)
114 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode, unsigned writemask ) argument
162 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
177 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
223 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
277 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c110 * \parma interp_mode either TGSI_INTERPOLATE_LINEAR or PERSPECTIVE
116 unsigned interp_mode,
124 assert(interp_mode == TGSI_INTERPOLATE_LINEAR ||
125 interp_mode == TGSI_INTERPOLATE_PERSPECTIVE);
135 interp_mode );
163 unsigned interp_mode)
167 interp_mode,
179 unsigned interp_mode)
195 interp_mode );
225 unsigned interp_mode)
114 util_make_fragment_tex_shader_writemask(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode, unsigned writemask ) argument
162 util_make_fragment_tex_shader(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
177 util_make_fragment_tex_shader_writedepth(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
223 util_make_fragment_tex_shader_writedepthstencil(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
277 util_make_fragment_tex_shader_writestencil(struct pipe_context *pipe, unsigned tex_target, unsigned interp_mode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h183 unsigned interp_mode,
191 unsigned interp_mode,
197 interp_mode,
206 unsigned interp_mode)
211 interp_mode,
188 ureg_DECL_fs_input_cyl(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode, unsigned cylindrical_wrap) argument
203 ureg_DECL_fs_input(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode) argument
H A Dtgsi_ureg.c322 unsigned interp_mode,
338 ureg->fs_input[i].interp = interp_mode;
319 ureg_DECL_fs_input_cyl_centroid(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode, unsigned cylindrical_wrap, unsigned centroid) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h183 unsigned interp_mode,
191 unsigned interp_mode,
197 interp_mode,
206 unsigned interp_mode)
211 interp_mode,
188 ureg_DECL_fs_input_cyl(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode, unsigned cylindrical_wrap) argument
203 ureg_DECL_fs_input(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode) argument
H A Dtgsi_ureg.c322 unsigned interp_mode,
338 ureg->fs_input[i].interp = interp_mode;
319 ureg_DECL_fs_input_cyl_centroid(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode, unsigned cylindrical_wrap, unsigned centroid) argument

Completed in 240 milliseconds