Searched refs:flat_shade (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c301 brw_compute_barycentric_interp_modes(brw, c->key.flat_shade,
418 found |= key_debug("flat shading", old_key->flat_shade, key->flat_shade);
568 key->flat_shade = (ctx->Light.ShadeModel == GL_FLAT);
H A Dbrw_wm.h65 GLuint flat_shade:1; member in struct:brw_wm_prog_key
H A Dbrw_wm_fp.c406 if (c->key.flat_shade) {
H A Dbrw_fs.cpp690 ir->determine_interpolation_mode(c->key.flat_shade);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c301 brw_compute_barycentric_interp_modes(brw, c->key.flat_shade,
418 found |= key_debug("flat shading", old_key->flat_shade, key->flat_shade);
568 key->flat_shade = (ctx->Light.ShadeModel == GL_FLAT);
H A Dbrw_wm.h65 GLuint flat_shade:1; member in struct:brw_wm_prog_key
H A Dbrw_wm_fp.c406 if (c->key.flat_shade) {
H A Dbrw_fs.cpp690 ir->determine_interpolation_mode(c->key.flat_shade);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp1525 ir_variable::determine_interpolation_mode(bool flat_shade) argument
1532 if (flat_shade && is_gl_Color)
H A Dir.h348 glsl_interp_qualifier determine_interpolation_mode(bool flat_shade);
/external/mesa3d/src/glsl/
H A Dir.cpp1525 ir_variable::determine_interpolation_mode(bool flat_shade) argument
1532 if (flat_shade && is_gl_Color)
H A Dir.h348 glsl_interp_qualifier determine_interpolation_mode(bool flat_shade);

Completed in 244 milliseconds