Home
last modified time | relevance | path

Searched refs:maxLodBias (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp88 float maxLodBias; member
96 , maxLodBias (0.0f) in TextureLookupSpec()
111 , maxLodBias (maxLodBias_) in TextureLookupSpec()
291 float s = m_lookupSpec.maxLodBias-m_lookupSpec.minLodBias; in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp91 float maxLodBias; member
110 , maxLodBias(0.0f) in TextureLookupSpec()
127 , maxLodBias(maxLodBias_) in TextureLookupSpec()
447 s = m_lookupSpec.maxLodBias - m_lookupSpec.minLodBias; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp2009 const auto maxLodBias = getPhysicalDeviceProperties(ctx.vki, ctx.physicalDevice).limits.maxSamplerLodBias; in iterate() local
2010 const auto roundedBias = deFloatFloor(maxLodBias + 0.5f); in iterate()
2046 accessedLevel, // VUID-VkImageViewMinLodCreateInfoEXT-minLod-06456 prevents us from using maxLodBias directly. in iterate()
2077 const float samplerMipLodBias = ((m_params.lodBiasCase == LodBiasCase::SAMPLER_BIAS) ? maxLodBias : 0.0f); in iterate()
2078 const float samplerMinLod = ((m_params.lodBiasCase == LodBiasCase::SAMPLER_MINLOD) ? maxLodBias : 0.0f); in iterate()
2125 const std::vector<float> pcValues { maxLodBias, static_cast<float>(vkExtent.width), static_cast<float>(vkExtent.height) }; in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp115 float maxLodBias; member
132 , maxLodBias (0.0f) in TextureLookupSpec()
159 , maxLodBias (maxLodBias_) in TextureLookupSpec()
513 float s = m_lookupSpec.maxLodBias-m_lookupSpec.minLodBias; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp128 float maxLodBias; member
149 , maxLodBias (0.0f) in TextureLookupSpec()
180 , maxLodBias (maxLodBias_) in TextureLookupSpec()
811 float s = m_lookupSpec.maxLodBias-m_lookupSpec.minLodBias; in ShaderTextureFunctionInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp125 float maxLodBias; member
146 , maxLodBias (0.0f) in TextureLookupSpec()
177 , maxLodBias (maxLodBias_) in TextureLookupSpec()
808 float s = m_lookupSpec.maxLodBias-m_lookupSpec.minLodBias; in ShaderTextureFunctionInstance()

Completed in 42 milliseconds