/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSampler.hpp | 49 const float minLod = 0.0f; member
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.hpp | 50 GLfloat minLod; member 108 GLfloat minLod; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifier.hpp | 94 float minLod; member
|
H A D | vktTextureMipmapTests.cpp | 2331 GatherMinLod minLod; // Idea: make it 0.1 or 1.1 global() member [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Sampler.h | 52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktSampleVerifier.hpp | 94 float minLod; member
|
H A D | vktTextureMipmapTests.cpp | 2335 GatherMinLod minLod; // Idea: make it 0.1 or 1.1 global() member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Sampler.cpp | 115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod() argument
|
H A D | angletypes.cpp | 267 bool SamplerState::setMinLod(GLfloat minLod) in setMinLod() argument
|
H A D | Texture.cpp | 926 void Texture::setMinLod(const Context *context, GLfloat minLod) in setMinLod() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Sampler.hpp | 115 float minLod = -1000.0f; member
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.hpp | 155 float minLod; member
|
H A D | gluTextureTestUtil.cpp | 1442 const float minLod = (sampleParams.imageViewMinLod != 0.0f) ? de::max(imageViewMinLodRelMode, sampleParams.minLod) : sampleParams.minLod; computeTextureLookupDiff() local 1662 const float minLod = (sampleParams.imageViewMinLod != 0.0f) ? de::max(imageViewMinLodRelMode, sampleParams.minLod) : sampleParams.minLod; computeTextureLookupDiff() local 1857 const float minLod = (sampleParams.imageViewMinLod != 0.0f) ? de::max(imageViewMinLodRelMode, sampleParams.minLod) : sampleParams.minLod; computeTextureLookupDiff() local 2514 const float minLod = (sampleParams.imageViewMinLod != 0.0f) ? de::max(deFloatFloor(sampleParams.imageViewMinLod), sampleParams.minLod) : sampleParams.minLod; computeTextureCompareDiff() local 2630 const float minLod = (sampleParams.imageViewMinLod != 0.0f) ? de::max(deFloatFloor(sampleParams.imageViewMinLod), sampleParams.minLod) : sampleParams.minLod; computeTextureCompareDiff() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.cpp | 355 void Sampler::setMinLod(float minLod) in setMinLod() argument
|
H A D | Sampler.hpp | 58 float minLod; member
|
H A D | PixelProcessor.cpp | 531 void PixelProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() argument
|
H A D | VertexProcessor.cpp | 686 void VertexProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 96 float minLod; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 96 float minLod; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1001 float minLod; in createSamplerLodTests() member 754 SamplerLodTest(tcu::TestContext& testContext, const char* name, const char* description, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod, bool separateStencilUsage) SamplerLodTest() argument [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 1391 const float minLod = lodBounds.x(); in isLookupResultValid() local 1456 const float minLod = lodBounds.x(); in isLookupResultValid() local 1766 const float minLod = lodBounds.x(); isLookupResultValid() local 1858 const float minLod = lodBounds.x(); isLookupResultValid() local 1928 const float minLod = lodBounds.x(); isLookupResultValid() local 2024 const float minLod = lodBounds.x(); isLookupResultValid() local 2118 const float minLod = lodBounds.x(); isLookupResultValid() local 2241 const float minLod = deFloatLog2(pMin-pMinErr); computeLodBoundsFromDerivates() local [all...] |
H A D | tcuTexture.hpp | 496 ImageViewMinLod minLod; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerTests.cpp | 1004 float minLod; in createSamplerLodTests() member 749 SamplerLodTest(tcu::TestContext& testContext, const char* name, PipelineConstructionType pipelineConstructionType, SamplerViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode, float minLod, float maxLod, float mipLodBias, float samplerLod, bool separateStencilUsage) SamplerLodTest() argument [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | 46187 , minLod( minLod_ ) minLod() function 46264 float minLod = {}; global() member [all...] |
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 3231 float minLod; member
|