Searched refs:interpolationMode (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h270 unsigned int interpolationMode : 4; /* VGPU10_INTERPOLATION_MODE */ member in struct:__anon567b0b480f0a::__anon567b0b481008
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h483 unsigned int interpolationMode : 4; /* VGPU10_INTERPOLATION_MODE */ member in struct:__anon4601d9fb130a::__anon4601d9fb1408
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2218 opcode0.interpolationMode = interpMode;
2531 VGPU10_INTERPOLATION_MODE interpolationMode; local in function:emit_input_declarations
2540 interpolationMode = VGPU10_INTERPOLATION_LINEAR;
2550 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
2557 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
2563 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
2569 interpolationMode =
2576 (interpolationMode == VGPU10_INTERPOLATION_CONSTANT);
2588 interpolationMode);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3598 opcode0.interpolationMode = interpMode;
4692 unsigned type, interpolationMode, name; local in function:emit_fs_input_declarations
4701 interpolationMode = VGPU10_INTERPOLATION_LINEAR;
4711 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
4718 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
4724 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
4738 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
4746 interpolationMode = VGPU10_INTERPOLATION_CONSTANT;
4753 interpolationMode =
4760 (interpolationMode
[all...]

Completed in 22 milliseconds