Home
last modified time | relevance | path

Searched refs:FILTER_POINT (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp275 return FILTER_POINT; in convertFilterMode()
294 case VK_FILTER_NEAREST: return FILTER_POINT; in convertFilterMode()
298 return FILTER_POINT; in convertFilterMode()
308 return FILTER_POINT; in convertFilterMode()
316 return FILTER_POINT; in convertFilterMode()
H A DSamplerCore.cpp141 bool force32BitFiltering = state.highPrecisionFiltering && !isYcbcrFormat() && (state.textureFilter != FILTER_POINT); in sampleTexture()
465 if(state.textureFilter == FILTER_POINT) in sampleQuad2D()
666 if(state.textureFilter == FILTER_POINT) in sample3D()
937 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1011 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
2168 if(state.textureFilter == FILTER_POINT) in computeFilterOffset()
2369 if(state.textureFilter == FILTER_POINT) in address()
2437 else if(state.textureFilter != FILTER_POINT) in address()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp57 FILTER_POINT, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.hpp82 FILTER_POINT, enumerator
H A DSampler.cpp448 return FILTER_POINT; in getTextureFilter()
H A DRenderer.cpp2876 case 0: Sampler::setFilterQuality(FILTER_POINT); break;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp298 bool forceFloatFiltering = state.highPrecisionFiltering && !hasYuvFormat() && (state.textureFilter != FILTER_POINT); in sampleTexture()
758 if(state.textureFilter == FILTER_POINT || texelFetch) in sampleQuad2D()
953 if(state.textureFilter == FILTER_POINT || texelFetch) in sample3D()
1237 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1303 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
2280 if(state.textureFilter == FILTER_POINT) in computeFilterOffset()
2414 if(state.textureFilter == FILTER_POINT || in address()
2469 else if(state.textureFilter != FILTER_POINT) in address()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp104 setTextureFilter(sw::SAMPLER_PIXEL, i, FILTER_POINT); in Device()
115 setTextureFilter(sw::SAMPLER_VERTEX, i, FILTER_POINT); in Device()
H A Dutilities.cpp2237 return (magFilter == GL_NEAREST) ? sw::FILTER_POINT : sw::FILTER_MIN_POINT_MAG_LINEAR; in ConvertTextureFilter()
2244 return sw::FILTER_POINT; in ConvertTextureFilter()

Completed in 17 milliseconds