/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 819 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 …]
|
D | tcuTexLookupVerifier.cpp | 1391 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/ |
D | VkSampler.cpp | 33 , minLod(ClampLod(pCreateInfo->minLod)) in SamplerState()
|
D | VkSampler.hpp | 49 const float minLod = 0.0f; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_image_view_min_lod.txt | 27 slink:VkImageViewMinLodCreateInfoEXT::pname:minLod. 30 which have been uploaded, and the use of fractional pname:minLod can be
|
D | VK_EXT_image_view_min_lod.adoc | 28 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/ |
D | SpirvShaderSampling.cpp | 81 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/ |
D | Sampler.cpp | 79 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()
|
D | Sampler.hpp | 58 float minLod; member 194 void setMinLod(float minLod);
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.hpp | 50 GLfloat minLod; member 108 GLfloat minLod; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod() argument 117 mState.setMinLod(minLod); in setMinLod()
|
D | Sampler.h | 56 void setMinLod(const Context *context, GLfloat minLod);
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 405 …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 …]
|
D | gluTextureTestUtil.hpp | 125 , 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/ |
D | vktTextureMipmapTests.cpp | 1157 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/ |
D | vktTextureMipmapTests.cpp | 1157 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/ |
D | Sampler.hpp | 115 float minLod = -1000.0f; member
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | sampler.cc | 100 sampler_info.minLod = sampler->GetMinLOD(); in CreateSampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | SamplerVk.cpp | 86 createInfo.minLod = descriptor->lodMinClamp; in Initialize()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSampler.cpp | 73 createInfo.minLod = 0.0f; in Create()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_image_view.h | 81 size += vn_sizeof_float(&val->minLod); in vn_sizeof_VkImageViewMinLodCreateInfoEXT_self() 108 vn_encode_float(enc, &val->minLod); in vn_encode_VkImageViewMinLodCreateInfoEXT_self()
|
D | vn_protocol_driver_sampler.h | 179 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/ |
D | vktPipelineSamplerTests.cpp | 232 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/ |
D | vktPipelineSamplerTests.cpp | 232 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()
|