Searched refs:minLod (Results 1 - 25 of 52) sorted by relevance

123

/external/swiftshader/src/OpenGL/libGLESv2/
H A DSampler.h51 void setMinLod(GLfloat minLod) { mMinLod = minLod; } argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c245 int minLod, maxLod; local
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);
264 maxLod = MAX2(maxLod, minLod); /* nee
[all...]
H A Dradeon_common_context.h196 unsigned minLod; member in struct:radeon_tex_obj
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c245 int minLod, maxLod; local
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);
264 maxLod = MAX2(maxLod, minLod); /* nee
[all...]
H A Dradeon_common_context.h196 unsigned minLod; member in struct:radeon_tex_obj
H A Dradeon_texstate.c916 firstImage = t->base.Image[0][t->minLod];
940 t->pp_txfilter |= (t->maxLod - t->minLod) << RADEON_MAX_MIP_LEVEL_SHIFT;
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp50 GLfloat minLod; member in struct:deqp::gls::TextureSamplerTest::SamplingState
108 GLfloat minLod; member in struct:deqp::gls::MultiTextureSamplerTest::SamplingState
H A DglsSamplerObjectTest.cpp97 gl.texParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod);
98 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod)");
115 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod);
116 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod)");
609 gl.texParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod);
610 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod)");
627 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod);
628 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod)");
/external/swiftshader/src/Renderer/
H A DSampler.hpp58 float minLod; member in struct:sw::Texture
194 void setMinLod(float minLod);
H A DSampler.cpp79 texture.minLod = 0;
355 void Sampler::setMinLod(float minLod) argument
357 texture.minLod = clamp(minLod, 0.0f, (float)(MAX_TEXTURE_LOD));
H A DVertexProcessor.hpp269 void setMinLod(unsigned int sampler, float minLod);
H A DPixelProcessor.hpp243 void setMinLod(unsigned int sampler, float minLod);
H A DRenderer.hpp354 void setMinLod(SamplerType type, int sampler, float minLod);
H A DVertexProcessor.cpp677 void VertexProcessor::setMinLod(unsigned int sampler, float minLod) argument
681 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMinLod(minLod);
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp1315 const float minLod = lodBounds.x(); local
1317 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1339 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
1346 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f);
1357 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel);
1380 const float minLod = lodBounds.x(); local
1382 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1404 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
1411 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f);
1422 const int minLevel = de::clamp((int)deFloatCeil(minLod
1680 const float minLod = lodBounds.x(); local
1772 const float minLod = lodBounds.x(); local
1842 const float minLod = lodBounds.x(); local
1938 const float minLod = lodBounds.x(); local
2032 const float minLod = lodBounds.x(); local
2150 const float minLod = deFloatLog2(pMin-pMinErr); local
[all...]
H A DtcuTexCompareVerifier.cpp813 const float minLod = lodBounds.x();
815 const bool canBeMagnified = minLod <= sampler.lodThreshold;
837 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
844 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f);
855 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel);
1098 const float minLod = lodBounds.x();
1100 const bool canBeMagnified = minLod <= sampler.lodThreshold;
1120 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
1127 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f);
1138 const int minLevel = de::clamp((int)deFloatCeil(minLod
[all...]
/external/skia/src/gpu/vk/
H A DGrVkSampler.cpp56 // there is always a mipmapMode. To get the same effect as GL we can set minLod = maxLod = 0.0.
60 createInfo.minLod = 0.0f;
/external/skqp/src/gpu/vk/
H A DGrVkSampler.cpp56 // there is always a mipmapMode. To get the same effect as GL we can set minLod = maxLod = 0.0.
60 createInfo.minLod = 0.0f;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp124 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; member in struct:vkt::pipeline::__anon4397::TestCaseConfig
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
455 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod) argument
[all...]
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp125 , minLod (-1000.0f)
136 , minLod (-1000.0f)
145 float minLod; member in struct:glu::TextureTestUtil::ReferenceParams
H A DgluTextureTestUtil.cpp405 float triLod[2] = { de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[0]) + lodBias, params.minLod, params.maxLod),
406 de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[1]) + lodBias, params.minLod, params.maxLod) };
441 float triLod[2] = { de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[0], triT[0]) + lodBias, params.minLod, params.maxLod),
442 de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[1], triT[1]) + lodBias, params.minLod, params.maxLod) };
652 const float lod = de::clamp(computeCubeLodFromDerivates(params.lodMode, coord, coordDx, coordDy, srcSize) + lodBias, params.minLod, params.maxLod);
684 float triLod[2] = { de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[0], triT[0]) + lodBias, params.minLod, params.maxLod),
685 de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[1], triT[1]) + lodBias, params.minLod, params.maxLod) };
779 float triLod[2] = { de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[0], triT[0], triR[0]) + lodBias, params.minLod, params.maxLod),
780 de::clamp(computeNonProjectedTriLod(params.lodMode, dstSize, srcSize, triS[1], triT[1], triR[1]) + lodBias, params.minLod, params.maxLod) };
908 const float lod = de::clamp(computeCubeLodFromDerivates(params.lodMode, coord, coordDx, coordDy, src.getSize()) + lodBias, params.minLod, param
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp63 VkSamplerCreateInfo mapSampler (const tcu::Sampler& sampler, const tcu::TextureFormat& format, float minLod = 0.0f, float maxLod = 1000.0f);
/external/mesa3d/src/intel/vulkan/
H A DgenX_state.c191 .MinLOD = anv_clamp_f(pCreateInfo->minLod, 0, 14),
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp93 float minLod; member in struct:vkt::texture::SamplerParameters
H A DvktTextureFilteringAnisotropyTests.cpp93 m_refParams.minLod = 0.0f;

Completed in 450 milliseconds

123