HomeSort by relevance Sort by last modified time
    Searched defs:minLod (Results 1 - 19 of 19) sorted by null

  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 50 GLfloat minLod;
108 GLfloat minLod;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.hpp 93 float minLod;
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 125 , minLod (-1000.0f)
136 , minLod (-1000.0f)
145 float minLod;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 245 int minLod, maxLod;
256 minLod = maxLod = tObj->BaseLevel;
258 minLod = tObj->BaseLevel + (GLint)(samp->MinLod);
259 minLod = MAX2(minLod, tObj->BaseLevel);
260 minLod = MIN2(minLod, tObj->MaxLevel);
263 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod);
    [all...]
radeon_common_context.h 196 unsigned minLod;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 124 float minLod,
313 0.0f, // float minLod;
446 // set minLod to epsilon, to force use of the minFilter
447 samplerParams.minLod = 0.01f;
461 float minLod,
467 , m_minLod (minLod)
478 samplerParams.minLod = m_minLod;
597 float minLod;
605 { "equal_min_3_max_3", "minLod = 3, maxLod = 3, mipLodBias = 0, lod = 0", 3.0f, 3.0f, 0.0f, 0.0f },
606 { "select_min_1", "minLod = 1, maxLod = 5, mipLodBias = 0, lod = 0", 1.0f, 5.0f, 0.0f, 0.0f }
    [all...]
  /external/swiftshader/src/Renderer/
Sampler.hpp 58 float minLod;
194 void setMinLod(float minLod);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 275 IGLProperty minLod = new GLFloatProperty(GLStateType.TEXTURE_MIN_LOD, Float.valueOf(-1000));
306 minLod, maxLod,
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 693 float minLod;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 498 uint32_t minLod; // for sampled surfaces, the most detailed LOD that can be accessed by sampler
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 1149 milliseconds