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

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

Completed in 212 milliseconds