Searched refs:FILTER_ANISOTROPIC (Results 1 – 9 of 9) sorted by relevance
62 FILTER_ANISOTROPIC, enumerator64 FILTER_LAST = FILTER_ANISOTROPIC
87 FILTER_ANISOTROPIC, enumerator89 FILTER_LAST = FILTER_ANISOTROPIC
2878 case 2: Sampler::setFilterQuality(FILTER_ANISOTROPIC); break; in updateConfiguration()2879 default: Sampler::setFilterQuality(FILTER_ANISOTROPIC); break; in updateConfiguration()
284 return FILTER_ANISOTROPIC; in convertFilterMode()
60 bool requiresLodComputation = (function == Query) || (state.textureFilter == FILTER_ANISOTROPIC); in sampleTexture()357 if(state.textureFilter != FILTER_ANISOTROPIC) in sampleAniso()829 if(state.textureFilter != FILTER_ANISOTROPIC) in sampleFloatAniso()1138 if(state.textureFilter == FILTER_ANISOTROPIC) in computeLod2D()
780 #define FILTER_ANISOTROPIC 2 macro
291 minFilt = magFilt = FILTER_ANISOTROPIC; in i915_create_sampler_state()
672 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleAniso()1144 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleFloatAniso()1408 if(state.textureFilter == FILTER_ANISOTROPIC) in computeLod()
2220 return sw::FILTER_ANISOTROPIC; in ConvertTextureFilter()