Home
last modified time | relevance | path

Searched refs:MIPMAP_POINT (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp323 return MIPMAP_POINT; // Samplerless operations (OpImageFetch) can take an integer Lod operand. in convertMipmapMode()
334 case VK_SAMPLER_MIPMAP_MODE_NEAREST: return MIPMAP_POINT; in convertMipmapMode()
338 return MIPMAP_POINT; in convertMipmapMode()
H A DSamplerCore.cpp129 if(state.mipmapFilter == MIPMAP_POINT) in sampleTexture()
2150 if(state.mipmapFilter == MIPMAP_POINT) in selectMipmap()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSampler.hpp70 MIPMAP_POINT, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSampler.hpp95 MIPMAP_POINT, enumerator
H A DSampler.cpp28 MipmapType Sampler::maximumMipmapFilterQuality = MIPMAP_POINT;
H A DRenderer.cpp2884 case 0: Sampler::setMipmapQuality(MIPMAP_POINT); break;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp2206 return sw::MIPMAP_POINT; in ConvertMipMapFilter()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp2245 if(state.mipmapFilter == MIPMAP_POINT) in selectMipmap()

Completed in 15 milliseconds