HomeSort by: relevance | last modified time | path
    Searched defs:maxLod (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
SurfaceState.h 48 uint32_t maxLod; // for sampled surfaces, the max LOD that can be accessed
  /xsrc/external/mit/mesa-demos/dist/src/tests/
mipmap_comp_tests.c 54 static GLfloat MinLod, MaxLod;
62 GLfloat maxLod;
93 MaxLod = views[View].maxLod;
106 MaxLod = views[View].maxLod;
182 BaseLevel, MaxLevel, MinLod, MaxLod, LodBias,
191 glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAX_LOD, MaxLod);
269 MaxLod -= 0.25;
272 MaxLod += 0.25
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 246 int minLod, maxLod;
257 minLod = maxLod = tObj->Attrib.BaseLevel;
262 maxLod = tObj->Attrib.BaseLevel + (GLint)(samp->Attrib.MaxLod + 0.5);
263 maxLod = MIN2(maxLod, tObj->Attrib.MaxLevel);
264 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
265 maxLod = MAX2(maxLod, minLod); /* need at least one level *
    [all...]
radeon_common_context.h 197 unsigned maxLod;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 245 int minLod, maxLod;
256 minLod = maxLod = tObj->BaseLevel;
261 maxLod = tObj->BaseLevel + (GLint)(samp->MaxLod + 0.5);
262 maxLod = MIN2(maxLod, tObj->MaxLevel);
263 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
264 maxLod = MAX2(maxLod, minLod); /* need at least one level *
    [all...]
radeon_common_context.h 197 unsigned maxLod;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
state.h 562 uint32_t maxLod; // for sampled surfaces, the max LOD that can be accessed
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2584 float maxLod;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 3219 float maxLod;

Completed in 44 milliseconds