Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp756 const float minLod = lodBounds.x(); in isTexCompareResultValid() local
758 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
781 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel - 1); in isTexCompareResultValid()
788 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isTexCompareResultValid()
801 … const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isTexCompareResultValid()
1336 const float minLod = lodBounds.x(); in isTexCompareResultValid() local
1338 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1359 … const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel - 1); in isTexCompareResultValid()
1366 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isTexCompareResultValid()
1378 … const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isTexCompareResultValid()
[all …]
H A DtcuTexLookupVerifier.cpp1351 const float minLod = lodBounds.x(); in isLookupResultValid() local
1353 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1375 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel - 1); in isLookupResultValid()
1382 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isLookupResultValid()
1395 … const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isLookupResultValid()
1420 const float minLod = lodBounds.x(); in isLookupResultValid() local
1422 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1444 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel - 1); in isLookupResultValid()
1451 const float minF = de::clamp(minLod - float(level), 0.0f, 1.0f); in isLookupResultValid()
1464 … const int minLevel = de::clamp((int)deFloatCeil(minLod + 0.5f) - 1, minTexLevel, maxTexLevel); in isLookupResultValid()
[all …]
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp84 samplerState.minLod = vkSamplerState->minLod; in getImageSampler()
97 samplerState.minLod = 0.0f; in getImageSampler()
111 samplerState.minLod = 0.0f; in getImageSampler()
117 samplerState.minLod = imageViewState.minLod; in getImageSampler()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp430 params.minLod, params.maxLod), in sampleTextureNonProjected()
432 params.minLod, params.maxLod)}; in sampleTextureNonProjected()
471 params.minLod, params.maxLod), in sampleTextureNonProjected()
473 params.minLod, params.maxLod)}; in sampleTextureNonProjected()
748 params.minLod, params.maxLod); in sampleTextureCube()
797 params.minLod, params.maxLod), in sampleTextureNonProjected()
799 params.minLod, params.maxLod)}; in sampleTextureNonProjected()
900 params.minLod, params.maxLod), in sampleTextureNonProjected()
902 params.minLod, params.maxLod)}; in sampleTextureNonProjected()
1050 params.minLod, params.maxLod); in sampleTextureCubeArray()
[all …]
H A DgluTextureTestUtil.hpp125 , minLod(-1000.0f) in ReferenceParams()
141 , minLod(-1000.0f) in ReferenceParams()
155 float minLod; member
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkSampler.cpp33 , minLod(ClampLod(pCreateInfo->minLod)) in SamplerState()
H A DVkImageView.hpp56 uint8_t minLod; member
75 uint32_t minLod : 4; member
H A DVkImageView.cpp111 minLod = state.minLod; in pack()
124 static_cast<uint8_t>(minLod), in getState()
H A DVkSampler.hpp49 const float minLod = 0.0f; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp1179 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1468 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1758 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1851 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1913 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
1975 params.minLod = getMinLodForCell(cellNdx); in getReferenceParams()
2176 if (imageViewMinLodFeatures.minLod == false) in checkSupport()
2350 if (imageViewMinLodFeatures.minLod == false) in checkSupport()
2375 GatherMinLod minLod; // Idea: make it 0.1 or 1.1 member
2382 switch (minLod) in getNumericMinLod()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.hpp50 GLfloat minLod; member
108 GLfloat minLod; member
H A DglsSamplerObjectTest.cpp96 gl.texParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod); in setTextureState()
114 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod); in setSamplerState()
609 gl.texParameterf(target, GL_TEXTURE_MIN_LOD, state.minLod); in setTextureState()
627 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod); in setSamplerState()
/aosp_15_r20/external/angle/src/libANGLE/
H A DSampler.cpp121 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod() argument
123 mState.setMinLod(minLod); in setMinLod()
H A DSampler.h56 void setMinLod(const Context *context, GLfloat minLod);
H A Dangletypes.cpp304 bool SamplerState::setMinLod(GLfloat minLod) in setMinLod() argument
306 if (mMinLod != minLod) in setMinLod()
308 mMinLod = minLod; in setMinLod()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp209 … SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod,
627 samplerParams.minLod = 0.01f; in getSamplerCreateInfo()
707 … VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, in SamplerLodTest() argument
712 , m_minLod(minLod) in SamplerLodTest()
723 samplerParams.minLod = m_minLod; in getSamplerCreateInfo()
982 float minLod; in createSamplerLodTests() member
1012 … imageFormat, mipmapMode, config.minLod, config.maxLod, in createSamplerLodTests()
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A 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()
H A Dvn_protocol_driver_sampler.h242 size += vn_sizeof_float(&val->minLod); in vn_sizeof_VkSamplerCreateInfo_self()
322 vn_encode_float(enc, &val->minLod); in vn_encode_VkSamplerCreateInfo_self()
/aosp_15_r20/external/swiftshader/src/Device/
H A DSampler.hpp114 float minLod = -1000.0f; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp113 float minLod; member
116 MinMaxLod(float min, float max) : minLod(min), maxLod(max) in MinMaxLod()
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dsampler.cc100 sampler_info.minLod = sampler->GetMinLOD(); in CreateSampler()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanSampler.cpp95 samplerInfo.minLod = 0; in Make()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_sampler.c111 cfg.minimum_lod = pCreateInfo->minLod; in panvk_per_arch()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCLSamplerVk.cpp153 .minLod = 0.0f, in CLSamplerVk()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_sampler.cc67 float min_lod = CLAMP(pCreateInfo->minLod, 0.0f, 4095.0f / 256.0f); in tu_CreateSampler()

12345678910