HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FRAGMENT_INPUTS (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/src/Renderer/
Primitive.hpp 57 PlaneEquation V[MAX_FRAGMENT_INPUTS][4];
QuadRasterizer.hpp 39 Float4 Dv[MAX_FRAGMENT_INPUTS][4];
SetupProcessor.hpp 73 Gradient gradient[MAX_FRAGMENT_INPUTS][4];
SetupProcessor.cpp 107 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
127 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
162 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
PixelProcessor.hpp 108 Interpolant interpolant[MAX_FRAGMENT_INPUTS];
QuadRasterizer.cpp 240 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
PixelProcessor.cpp 1117 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
1146 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
    [all...]
  /external/swiftshader/src/Shader/
PixelShader.hpp 53 Semantic input[MAX_FRAGMENT_INPUTS][4];
PixelRoutine.hpp 37 RegisterArray<MAX_FRAGMENT_INPUTS> v; // Varying registers
PixelShader.cpp 239 bool interpolant[MAX_FRAGMENT_INPUTS][4] = {{false}}; // Interpolants in use
670 for(int index = 0; index < MAX_FRAGMENT_INPUTS; index++)
SetupRoutine.cpp 454 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
PixelRoutine.cpp 36 for(int i = 0; i < MAX_FRAGMENT_INPUTS; i++)
153 for(int interpolant = 0; interpolant < MAX_FRAGMENT_INPUTS; interpolant++)
    [all...]
  /external/swiftshader/src/Main/
Config.hpp 91 MAX_FRAGMENT_INPUTS = 20,
  /external/swiftshader/src/D3D9/
Capabilities.hpp 492 static_assert(sw::MAX_FRAGMENT_INPUTS >= MAX_PIXEL_INPUTS, "");
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 79 MAX_VARYING_VECTORS = MIN(sw::MAX_FRAGMENT_INPUTS, sw::MAX_VERTEX_OUTPUTS),
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp     [all...]

Completed in 334 milliseconds