Searched defs:textureSampling (Results 1 – 3 of 3) sorted by relevance
74 bool textureSampling; member in sw::VertexShader
42 const bool textureSampling = state.textureSampling; in generate() local142 const bool textureSampling = state.textureSampling; in readStream() local
56 bool textureSampling : 1; // TODO: Eliminate by querying shader. member