Home
last modified time | relevance | path

Searched refs:SampleLocationsX (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Pipeline/
DConstants.cpp25 constexpr float Constants::SampleLocationsX[4]; member in sw::Constants
291 float4(SampleLocationsX[0]), in Constants()
292 float4(SampleLocationsX[1]), in Constants()
293 float4(SampleLocationsX[2]), in Constants()
294 float4(SampleLocationsX[3]), in Constants()
DConstants.hpp103 static constexpr float SampleLocationsX[4] = { member
DSpirvShaderGLSLstd450.cpp1038 sampleX[i] = Constants::SampleLocationsX[i]; in Interpolate()
DPixelRoutine.cpp202 xxxx += Float4(Constants::SampleLocationsX[sampleId]); in quad()