Home
last modified time | relevance | path

Searched defs:textureSampling (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DVertexShader.hpp74 bool textureSampling; member in sw::VertexShader
DVertexRoutine.cpp42 const bool textureSampling = state.textureSampling; in generate() local
142 const bool textureSampling = state.textureSampling; in readStream() local
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp56 bool textureSampling : 1; // TODO: Eliminate by querying shader. member