HomeSort by relevance Sort by last modified time
    Searched full:minlod (Results 26 - 50 of 62) sorted by null

12 3

  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 678 if (samp->MinLod != -1000.0 ||
681 const GLfloat min = samp->MinLod;
736 if (samp->MinLod != -1000.0 ||
739 const GLfloat min = samp->MinLod;
s_texfilter.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 274 IGLProperty minLod = new GLFloatProperty(GLStateType.TEXTURE_MIN_LOD, Float.valueOf(-1000));
305 minLod, maxLod,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 212 unsigned minlod; member in struct:i915_sampler_state
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4);
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 212 unsigned minlod; member in struct:i915_sampler_state
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 196 unsigned minLod;
radeon_texstate.c 985 firstImage = t->base.Image[0][t->minLod];
1009 t->pp_txfilter |= (t->maxLod - t->minLod) << RADEON_MAX_MIP_LEVEL_SHIFT;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 545 if (texObj->Sampler.MinLod == params[0])
548 texObj->Sampler.MinLod = params[0];
    [all...]
texobj.c 141 obj->Sampler.MinLod = -1000.0;
251 dest->Sampler.MinLod = src->Sampler.MinLod;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 196 unsigned minLod;
radeon_texstate.c 985 firstImage = t->base.Image[0][t->minLod];
1009 t->pp_txfilter |= (t->maxLod - t->minLod) << RADEON_MAX_MIP_LEVEL_SHIFT;
    [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 545 if (texObj->Sampler.MinLod == params[0])
548 texObj->Sampler.MinLod = params[0];
    [all...]
texobj.c 141 obj->Sampler.MinLod = -1000.0;
251 dest->Sampler.MinLod = src->Sampler.MinLod;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
RenderStateCache.cpp 389 samplerDesc.MinLOD = gl_d3d11::ConvertMinLOD(samplerState.minFilter, samplerState.lodOffset);
SwapChain11.cpp 570 samplerDesc.MinLOD = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 533 /* Set BaseMipLevel, MaxLOD, MinLOD:
    [all...]
gen7_blorp.cpp 253 /* Set BaseMipLevel, MaxLOD, MinLOD:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 533 /* Set BaseMipLevel, MaxLOD, MinLOD:
    [all...]
gen7_blorp.cpp 253 /* Set BaseMipLevel, MaxLOD, MinLOD:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl 437 FLOAT MinLOD;
    [all...]

Completed in 1732 milliseconds

12 3