Searched defs:interpolationMode (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h260 unsigned int interpolationMode : 4; /* VGPU10_INTERPOLATION_MODE */ member in struct:__anon16439::__anon16440
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2088 opcode0.interpolationMode = interpMode;
2348 unsigned type, interpolationMode, name; local
2356 interpolationMode = VGPU10_INTERPOLATION_LINEAR;
2366 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
2373 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
2379 interpolationMode =
2386 (interpolationMode == VGPU10_INTERPOLATION_CONSTANT);
2398 interpolationMode);

Completed in 165 milliseconds