/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_simple_shaders.h | 63 unsigned interp_mode, 68 unsigned interp_mode); 74 unsigned interp_mode); 80 unsigned interp_mode); 86 unsigned interp_mode);
|
u_simple_shaders.c | 110 * \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) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_simple_shaders.h | 63 unsigned interp_mode, 68 unsigned interp_mode); 74 unsigned interp_mode); 80 unsigned interp_mode); 86 unsigned interp_mode);
|
u_simple_shaders.c | 110 * \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) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vertex.h | 66 enum interp_mode { enum 88 unsigned interp_mode:4; /**< INTERP_x */ member in struct:vertex_info::__anon12555 127 enum interp_mode interp, /* only used by softpipe??? */ 133 vinfo->attrib[n].interp_mode = interp;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vertex.h | 66 enum interp_mode { enum 88 unsigned interp_mode:4; /**< INTERP_x */ member in struct:vertex_info::__anon23022 127 enum interp_mode interp, /* only used by softpipe??? */ 133 vinfo->attrib[n].interp_mode = interp;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_draw_feedback.c | 69 vinfo.interp_mode[0] = INTERP_LINEAR; 77 vinfo.interp_mode[i] = INTERP_LINEAR;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw_feedback.c | 69 vinfo.interp_mode[0] = INTERP_LINEAR; 77 vinfo.interp_mode[i] = INTERP_LINEAR;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 183 unsigned interp_mode, 191 unsigned interp_mode, 197 interp_mode, 206 unsigned interp_mode) 211 interp_mode, [all...] |
tgsi_ureg.c | 322 unsigned interp_mode, 338 ureg->fs_input[i].interp = interp_mode; [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 183 unsigned interp_mode, 191 unsigned interp_mode, 197 interp_mode, 206 unsigned interp_mode) 211 interp_mode, [all...] |
tgsi_ureg.c | 322 unsigned interp_mode, 338 ureg->fs_input[i].interp = interp_mode; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_derived.c | 60 const enum interp_mode colorInterp = i915->rasterizer->color_interp;
|
i915_context.h | 200 enum interp_mode color_interp;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_swtnl_state.c | 154 const enum interp_mode colorInterp =
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_derived.c | 60 const enum interp_mode colorInterp = i915->rasterizer->color_interp;
|
i915_context.h | 200 enum interp_mode color_interp;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_swtnl_state.c | 154 const enum interp_mode colorInterp =
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 91 enum interp_mode interp = INTERP_LINEAR;
|
sp_setup.c | 633 switch (vinfo->attrib[fragSlot].interp_mode) { 989 switch (vinfo->attrib[fragSlot].interp_mode) { [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_derived.c | 91 enum interp_mode interp = INTERP_LINEAR;
|
sp_setup.c | 633 switch (vinfo->attrib[fragSlot].interp_mode) { 989 switch (vinfo->attrib[fragSlot].interp_mode) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state_derived.c | 55 enum interp_mode interp, [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 55 enum interp_mode interp, [all...] |