Home
last modified time | relevance | path

Searched refs:SAMPLER_2D (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp302 SAMPLER_2D, enumerator
DPixelShader.cpp356 case Shader::SAMPLER_2D: in analyzeInterpolants()
DShader.cpp252 case SAMPLER_2D: instructionString += "_2d "; break; in string()