Home
last modified time | relevance | path

Searched refs:hasFloatTexture (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp74 bool hasFloatTexture() const;
DSamplerCore.cpp125 if(!hasFloatTexture()) in sampleTexture()
138 if(fixed12 && !hasFloatTexture()) in sampleTexture()
316 if(hasFloatTexture()) // FIXME: Mostly identical to integer sampling in sampleTexture()
1647 if(!state.hasNPOTTexture && !hasFloatTexture()) in computeIndices()
2179 bool SamplerCore::hasFloatTexture() const in hasFloatTexture() function in sw::SamplerCore