/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | SamplingOptions.java | 18 NEAREST, enumConstant 24 NEAREST, enumConstant 29 this(FilterMode.NEAREST); in SamplingOptions() 43 mFilter = FilterMode.NEAREST; in SamplingOptions() 69 case NEAREST: in getNativeDesc() 79 case NEAREST: in getNativeDesc()
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_filter_cubic.txt | 164 - The value of TEXTURE_MIN_FILTER is NEAREST, LINEAR or CUBIC_IMG, and 192 The rules for NEAREST, LINEAR or CUBIC_IMG filtering are then applied to 204 The rules for NEAREST, LINEAR or CUBIC_IMG filtering are then applied to 222 values for TEXTURE_MAG_FILTER: NEAREST, LINEAR and CUBIC_IMG. NEAREST 223 behaves exactly as NEAREST for TEXTURE_MIN_FILTER, LINEAR behaves 240 - The minification filter requires a mipmap (is not NEAREST, LINEAR or 245 and either the magnification filter is not NEAREST or the minification 246 filter is neither NEAREST nor NEAREST_MIPMAP_NEAREST. 251 is not NEAREST or the minification filter is neither NEAREST nor 272 - the value of TEXTURE_MIN_FILTER for texture object T is NEAREST, [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_filter_cubic.txt | 164 - The value of TEXTURE_MIN_FILTER is NEAREST, LINEAR or CUBIC_IMG, and 192 The rules for NEAREST, LINEAR or CUBIC_IMG filtering are then applied to 204 The rules for NEAREST, LINEAR or CUBIC_IMG filtering are then applied to 222 values for TEXTURE_MAG_FILTER: NEAREST, LINEAR and CUBIC_IMG. NEAREST 223 behaves exactly as NEAREST for TEXTURE_MIN_FILTER, LINEAR behaves 240 - The minification filter requires a mipmap (is not NEAREST, LINEAR or 245 and either the magnification filter is not NEAREST or the minification 246 filter is neither NEAREST nor NEAREST_MIPMAP_NEAREST. 251 is not NEAREST or the minification filter is neither NEAREST nor 272 - the value of TEXTURE_MIN_FILTER for texture object T is NEAREST, [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_float.txt | 56 Both these extensions only require NEAREST magnification filter and 57 NEAREST, and NEAREST_MIPMAP_NEAREST minification filters to be supported. 65 Only the NEAREST filter is supported. 70 NEAREST filter but again the computational and memory b/w costs decided 72 would only enable NEAREST magnification filter. Support for LINEAR 78 RESOLUTION: The texture will be marked as incomplete. Only the NEAREST 82 was that this extension would only enable NEAREST and NEAREST_MIPMAP_NEAREST 190 06/29/2005 0.2 Added issues on why only NEAREST and
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_float.txt | 66 Both these extensions only require NEAREST magnification filter and 67 NEAREST, and NEAREST_MIPMAP_NEAREST minification filters to be supported. 75 Only the NEAREST filter is supported. 80 NEAREST filter but again the computational and memory b/w costs decided 82 would only enable NEAREST magnification filter. Support for LINEAR 88 RESOLUTION: The texture will be marked as incomplete. Only the NEAREST 92 was that this extension would only enable NEAREST and NEAREST_MIPMAP_NEAREST 200 06/29/2005 0.2 Added issues on why only NEAREST and
|
/third_party/mindspore/tests/st/networks/models/deeplabv3/src/utils/ |
D | custom_transforms.py | 64 mask = mask.rotate(rotate_degree, Image.NEAREST) 97 mask = mask.resize((ow, oh), Image.NEAREST) 128 mask = mask.resize((ow, oh), Image.NEAREST) 148 mask = mask.resize(self.size, Image.NEAREST)
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_upsample_parser.cc | 29 prim->set_method(mindspore::ResizeMethod::NEAREST); // use bilinear method in Parse() 38 prim->set_method(onnx_node_attr.s() == "nearest" ? mindspore::ResizeMethod::NEAREST in Parse()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_filter_minmax.txt | 135 the magnification filter is not NEAREST, or the minification filter is 136 neither NEAREST nor NEAREST_MIPMAP_NEAREST. 141 filter or the minification filter is not NEAREST. 280 the magnification filter is not NEAREST or the minification filter is 281 neither NEAREST nor NEAREST_MIPMAP_NEAREST. 287 NEAREST or the minification filter is neither NEAREST nor 293 magnification filter or the minification filter is not NEAREST. 302 either the magnification filter is not NEAREST or the minification 303 filter is neither NEAREST nor NEAREST_MIPMAP_NEAREST. 320 other than NEAREST and NEAREST_MIPMAP_NEAREST). This restriction exists
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_filter_minmax.txt | 135 the magnification filter is not NEAREST, or the minification filter is 136 neither NEAREST nor NEAREST_MIPMAP_NEAREST. 141 filter or the minification filter is not NEAREST. 280 the magnification filter is not NEAREST or the minification filter is 281 neither NEAREST nor NEAREST_MIPMAP_NEAREST. 287 NEAREST or the minification filter is neither NEAREST nor 293 magnification filter or the minification filter is not NEAREST. 302 either the magnification filter is not NEAREST or the minification 303 filter is neither NEAREST nor NEAREST_MIPMAP_NEAREST. 320 other than NEAREST and NEAREST_MIPMAP_NEAREST). This restriction exists
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture_border_clamp.txt | 34 such that NEAREST and LINEAR filters return the color of the border 76 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 83 TEXTURE_MAG_FILTER integer NEAREST, LINEAR, 117 a texture coordinate. When used with NEAREST or LINEAR filters,
|
D | SGIS_texture_edge_clamp.txt | 35 NEAREST or a LINEAR filter, the color returned when clamping is derived 77 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 84 TEXTURE_MAG_FILTER integer NEAREST, LINEAR, 118 a texture coordinate. When used with NEAREST or LINEAR filters,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture_edge_clamp.txt | 35 NEAREST or a LINEAR filter, the color returned when clamping is derived 77 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 84 TEXTURE_MAG_FILTER integer NEAREST, LINEAR, 118 a texture coordinate. When used with NEAREST or LINEAR filters,
|
D | SGIS_texture_border_clamp.txt | 34 such that NEAREST and LINEAR filters return the color of the border 76 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 83 TEXTURE_MAG_FILTER integer NEAREST, LINEAR, 117 a texture coordinate. When used with NEAREST or LINEAR filters,
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_v360_init.c | 48 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == NEAREST && depth <= 8) in ff_v360_init_x86() 54 if (EXTERNAL_AVX2_FAST(cpu_flags) && s->interp == NEAREST && depth > 8) in ff_v360_init_x86()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexVerifierUtil.hpp | 86 …return mode == Sampler::NEAREST || mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::NEA… in isNearestFilter() 102 return Sampler::NEAREST; in getLevelFilter()
|
D | tcuTexture.cpp | 2325 case Sampler::NEAREST: return sampleNearest1D (*this, sampler, u, offset); in sample1DOffset() 2352 case Sampler::NEAREST: return sampleNearest2D (*this, sampler, u, v, offset); in sample2DOffset() 2377 case Sampler::NEAREST: return sampleNearest3D (*this, sampler, u, v, w, offset); in sample3DOffset() 2403 …case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.comp… in sample1DCompare() 2432 …case Sampler::NEAREST: return execCompare(sampleNearest2D(*this, sampler, u, v, offset), sampler.c… in sample2DCompare() 2500 case Sampler::NEAREST: return levels[0].sample1DOffset(sampler, filterMode, s, offset); in sampleLevelArray1DOffset() 2508 … levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST) ? Sampler::LINEAR : Sampler::NEAREST; in sampleLevelArray1DOffset() 2519 …e levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_LINEAR) ? Sampler::LINEAR : Sampler::NEAREST; in sampleLevelArray1DOffset() 2546 case Sampler::NEAREST: in sampleLevelArray2DOffset() 2560 case Sampler::NEAREST_MIPMAP_NEAREST: levelFilter = Sampler::NEAREST; break; in sampleLevelArray2DOffset() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 329 …stOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.magFilter == Sampler::… in iterate() 572 …stOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.magFilter == Sampler::… in iterate() 793 …stOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.magFilter == Sampler::… in iterate() 997 …stOnly = m_testParameters.minFilter == Sampler::NEAREST && m_testParameters.magFilter == Sampler::… in iterate() 1076 { "nearest", Sampler::NEAREST }, in populateTextureFilteringTests() 1086 { "nearest", Sampler::NEAREST }, in populateTextureFilteringTests() 1092 { "nearest", Sampler::NEAREST }, in populateTextureFilteringTests() 1105 { "nearest", Sampler::NEAREST }, in populateTextureFilteringTests() 1210 …const bool isMipmap = minFilter != Sampler::NEAREST && minFilter != Sampler::LINEAR && minFil… in populateTextureFilteringTests() 1245 …const bool isMipmap = minFilter != Sampler::NEAREST && minFilter != Sampler::LINEAR && minFil… in populateTextureFilteringTests() [all …]
|
D | vktTextureFilteringAnisotropyTests.cpp | 152 …if (m_refParams.minFilter != tcu::Sampler::NEAREST && m_refParams.magFilter != tcu::Sampler::NEARE… in iterate() 230 Sampler::NEAREST, in createFilteringAnisotropyTests()
|
D | vktTextureCompressedFormatTests.cpp | 413 testParameters.minFilter = tcu::Sampler::NEAREST; in populateTextureCompressedFormatTests() 414 testParameters.magFilter = tcu::Sampler::NEAREST; in populateTextureCompressedFormatTests() 439 testParameters.minFilter = tcu::Sampler::NEAREST; in populate3DTextureCompressedFormatTests() 440 testParameters.magFilter = tcu::Sampler::NEAREST; in populate3DTextureCompressedFormatTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 156 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in iterate() 327 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testFace() 482 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in iterate() 566 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testFace()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 196 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in iterate() 386 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testFace() 553 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testLayer() 711 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testSlice() 857 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in iterate() 1008 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testFace() 1148 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in iterate() 1232 …CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST); in testFace()
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_shadow_ambient.txt | 56 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 63 TEXTURE_MAG_FILTER integer NEAREST, LINEAR,
|
D | SGIX_texture_phase.txt | 27 to the NEAREST and LINEAR filters defined in the original GL 68 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 75 TEXTURE_MAG_FILTER integer NEAREST, LINEAR,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_shadow_ambient.txt | 56 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 63 TEXTURE_MAG_FILTER integer NEAREST, LINEAR,
|
D | SGIX_texture_phase.txt | 27 to the NEAREST and LINEAR filters defined in the original GL 68 TEXTURE_MIN_FILTER integer NEAREST, LINEAR, 75 TEXTURE_MAG_FILTER integer NEAREST, LINEAR,
|