Home
last modified time | relevance | path

Searched refs:minLod (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/vk-gl-cts/framework/common/
DtcuTexCompareVerifier.cpp819 const float minLod = lodBounds.x(); in isTexCompareResultValid() local
821 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
843 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid()
850 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isTexCompareResultValid()
861 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isTexCompareResultValid()
1420 const float minLod = lodBounds.x(); in isTexCompareResultValid() local
1422 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1442 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid()
1449 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isTexCompareResultValid()
1460 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isTexCompareResultValid()
[all …]
DtcuTexLookupVerifier.cpp1391 const float minLod = lodBounds.x(); in isLookupResultValid() local
1393 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1415 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isLookupResultValid()
1422 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isLookupResultValid()
1433 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isLookupResultValid()
1456 const float minLod = lodBounds.x(); in isLookupResultValid() local
1458 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1480 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1); in isLookupResultValid()
1487 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isLookupResultValid()
1498 const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isLookupResultValid()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSampler.cpp33 , minLod(ClampLod(pCreateInfo->minLod)) in SamplerState()
DVkSampler.hpp49 const float minLod = 0.0f; member
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DSampler.h52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_image_view_min_lod.txt27 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod.
30 which have been uploaded, and the use of fractional pname:minLod can be
DVK_EXT_image_view_min_lod.adoc28 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod.
31 which have been uploaded, and the use of fractional pname:minLod can be
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp81 samplerState.minLod = vkSamplerState->minLod; in getImageSampler()
94 samplerState.minLod = 0.0f; in getImageSampler()
108 samplerState.minLod = 0.0f; in getImageSampler()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.cpp79 texture.minLod = 0; in Sampler()
355 void Sampler::setMinLod(float minLod) in setMinLod() argument
357 texture.minLod = clamp(minLod, 0.0f, (float)(MAX_TEXTURE_LOD)); in setMinLod()
DSampler.hpp58 float minLod; member
194 void setMinLod(float minLod);
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp50 GLfloat minLod; member
108 GLfloat minLod; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod() argument
117 mState.setMinLod(minLod); in setMinLod()
DSampler.h56 void setMinLod(const Context *context, GLfloat minLod);
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp405 …rojectedTriLod(params.lodMode, dstSize, srcSize, triS[0]) + lodBias, params.minLod, params.maxLod), in sampleTextureNonProjected()
406 …jectedTriLod(params.lodMode, dstSize, srcSize, triS[1]) + lodBias, params.minLod, params.maxLod) }; in sampleTextureNonProjected()
442 …riLod(params.lodMode, dstSize, srcSize, triS[0], triT[0]) + lodBias, params.minLod, params.maxLod), in sampleTextureNonProjected()
443 …Lod(params.lodMode, dstSize, srcSize, triS[1], triT[1]) + lodBias, params.minLod, params.maxLod) }; in sampleTextureNonProjected()
695 …rivates(params.lodMode, coord, coordDx, coordDy, srcSize) + lodBias, params.minLod, params.maxLod); in sampleTextureCube()
737 …riLod(params.lodMode, dstSize, srcSize, triS[0], triT[0]) + lodBias, params.minLod, params.maxLod), in sampleTextureNonProjected()
738 …Lod(params.lodMode, dstSize, srcSize, triS[1], triT[1]) + lodBias, params.minLod, params.maxLod) }; in sampleTextureNonProjected()
832 …ams.lodMode, dstSize, srcSize, triS[0], triT[0], triR[0]) + lodBias, params.minLod, params.maxLod), in sampleTextureNonProjected()
833 …s.lodMode, dstSize, srcSize, triS[1], triT[1], triR[1]) + lodBias, params.minLod, params.maxLod) }; in sampleTextureNonProjected()
974 …s(params.lodMode, coord, coordDx, coordDy, src.getSize()) + lodBias, params.minLod, params.maxLod); in sampleTextureCubeArray()
[all …]
DgluTextureTestUtil.hpp125 , minLod (-1000.0f) in ReferenceParams()
141 , minLod (-1000.0f) in ReferenceParams()
155 float minLod; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureMipmapTests.cpp1157 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1431 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1713 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1807 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1868 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1930 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
2133 if (imageViewMinLodFeatures.minLod == DE_FALSE) in checkSupport()
2310 if (imageViewMinLodFeatures.minLod == DE_FALSE) in checkSupport()
2335 GatherMinLod minLod; // Idea: make it 0.1 or 1.1 member
2342 switch (minLod) in getNumericMinLod()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp1157 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1431 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1713 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1807 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1868 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1930 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
2133 if (imageViewMinLodFeatures.minLod == DE_FALSE) in checkSupport()
2310 if (imageViewMinLodFeatures.minLod == DE_FALSE) in checkSupport()
2335 GatherMinLod minLod; // Idea: make it 0.1 or 1.1 member
2342 switch (minLod) in getNumericMinLod()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DSampler.hpp115 float minLod = -1000.0f; member
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dsampler.cc100 sampler_info.minLod = sampler->GetMinLOD(); in CreateSampler()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSamplerVk.cpp86 createInfo.minLod = descriptor->lodMinClamp; in Initialize()
/third_party/skia/src/gpu/vk/
DGrVkSampler.cpp73 createInfo.minLod = 0.0f; in Create()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_image_view.h81 size += vn_sizeof_float(&val->minLod); in vn_sizeof_VkImageViewMinLodCreateInfoEXT_self()
108 vn_encode_float(enc, &val->minLod); in vn_encode_VkImageViewMinLodCreateInfoEXT_self()
Dvn_protocol_driver_sampler.h179 size += vn_sizeof_float(&val->minLod); in vn_sizeof_VkSamplerCreateInfo_self()
251 vn_encode_float(enc, &val->minLod); in vn_encode_VkSamplerCreateInfo_self()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerTests.cpp232 float minLod,
667 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
761 float minLod, in SamplerLodTest() argument
768 , m_minLod (minLod) in SamplerLodTest()
779 samplerParams.minLod = m_minLod; in getSamplerCreateInfo()
1001 float minLod; in createSamplerLodTests() member
1024 …pipelineConstructionType, imageViewType, imageFormat, mipmapMode, config.minLod, config.maxLod, co… in createSamplerLodTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp232 float minLod,
667 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
761 float minLod, in SamplerLodTest() argument
768 , m_minLod (minLod) in SamplerLodTest()
779 samplerParams.minLod = m_minLod; in getSamplerCreateInfo()
1001 float minLod; in createSamplerLodTests() member
1024 …pipelineConstructionType, imageViewType, imageFormat, mipmapMode, config.minLod, config.maxLod, co… in createSamplerLodTests()

12345