Home
last modified time | relevance | path

Searched refs:is_centroid (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c147 bool is_centroid = fprog->IsCentroid & BITFIELD64_BIT(attr); in brw_compute_barycentric_interp_modes() local
165 if (is_centroid) { in brw_compute_barycentric_interp_modes()
169 if (!is_centroid || brw->needs_unlit_centroid_workaround) { in brw_compute_barycentric_interp_modes()
176 if (is_centroid) { in brw_compute_barycentric_interp_modes()
180 if (!is_centroid || brw->needs_unlit_centroid_workaround) { in brw_compute_barycentric_interp_modes()
Dbrw_fs.h304 bool is_centroid);
Dbrw_fs.cpp649 bool is_centroid) in emit_linterp() argument
652 if (is_centroid) { in emit_linterp()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.h48 const GLboolean is_centroid[],
Dst_program.c488 GLboolean is_centroid[PIPE_MAX_SHADER_INPUTS]; in st_translate_fragment_program() local
542 is_centroid[slot] = (stfp->Base.IsCentroid & BITFIELD64_BIT(attr)) != 0; in st_translate_fragment_program()
722 is_centroid, in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp4526 const GLboolean is_centroid[], in st_translate_program() argument
4572 is_centroid[i]); in st_translate_program()