/third_party/vk-gl-cts/modules/glshared/ |
D | glsSamplerObjectTest.hpp | 50 GLfloat minLod; member 108 GLfloat minLod; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | SurfaceState.h | 47 uint32_t minLod; // for sampled surfaces, the most detailed LOD that can be accessed by sampler member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSampler.hpp | 49 const float minLod = 0.0f; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 115 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
|
D | angletypes.cpp | 267 bool SamplerState::setMinLod(GLfloat minLod) in setMinLod()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Sampler.cpp | 111 void Sampler::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
|
D | angletypes.cpp | 184 void SamplerState::setMinLod(GLfloat minLod) in setMinLod()
|
D | Texture.cpp | 780 void Texture::setMinLod(const Context *context, GLfloat minLod) in setMinLod()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 149 float minLod; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifier.hpp | 94 float minLod; member
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.cpp | 355 void Sampler::setMinLod(float minLod) in setMinLod()
|
D | Sampler.hpp | 58 float minLod; member
|
D | VertexProcessor.cpp | 686 void VertexProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod()
|
D | PixelProcessor.cpp | 531 void PixelProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod()
|
D | Renderer.cpp | 2582 void Renderer::setMinLod(SamplerType type, int sampler, float minLod) in setMinLod()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 246 int minLod, maxLod; in calculate_min_max_lod() local
|
D | radeon_common_context.h | 195 unsigned minLod; member
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 246 int minLod, maxLod; in calculate_min_max_lod() local
|
D | radeon_common_context.h | 195 unsigned minLod; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Sampler.hpp | 115 float minLod = -1000.0f; member
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 819 const float minLod = lodBounds.x(); in isTexCompareResultValid() local 1420 const float minLod = lodBounds.x(); in isTexCompareResultValid() local 1494 const float minLod = lodBounds.x(); in isTexCompareResultValid() local 1564 const float minLod = lodBounds.x(); in isTexCompareResultValid() local 1645 const float minLod = lodBounds.x(); in isTexCompareResultValid() local 1723 const float minLod = lodBounds.x(); in isTexCompareResultValid() local
|
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(); in isLookupResultValid() local 1858 const float minLod = lodBounds.x(); in isLookupResultValid() local 1928 const float minLod = lodBounds.x(); in isLookupResultValid() local 2024 const float minLod = lodBounds.x(); in isLookupResultValid() local 2118 const float minLod = lodBounds.x(); in isLookupResultValid() local 2241 const float minLod = deFloatLog2(pMin-pMinErr); in computeLodBoundsFromDerivates() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerTests.cpp | 723 float minLod, in SamplerLodTest() 961 float minLod; in createSamplerLodTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.hpp | 96 float minLod; member
|