/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 63 , maxAnisotropy (maxAnisotropy_) in AnisotropyParams() 70 float maxAnisotropy; member 88 …maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhy… in FilteringAnisotropyInstance() 133 …erQuad(renderedAnisotropyFrame, position, 0, &texCoord[0], m_refParams, m_refParams.maxAnisotropy); in iterate() 195 const float maxAnisotropy[] = in createFilteringAnisotropyTests() local 217 for (int anisotropyNdx = 0; anisotropyNdx < DE_LENGTH_OF_ARRAY(maxAnisotropy); anisotropyNdx++) in createFilteringAnisotropyTests() 224 …AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNdx] ,minFilters[minFilterNdx]… in createFilteringAnisotropyTests() 250 for (int anisotropyNdx = 0; anisotropyNdx < DE_LENGTH_OF_ARRAY(maxAnisotropy); anisotropyNdx++) in createFilteringAnisotropyTests() 257 …AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNdx] ,minFilters[minFilterNdx]… in createFilteringAnisotropyTests()
|
D | vktTextureTestUtil.cpp | 970 const float maxAnisotropy = 1.0f; in renderQuad() local 978 renderQuad(result, positions, texUnit, texCoord, params, maxAnisotropy); in renderQuad() 986 const float maxAnisotropy) in renderQuad() argument 1230 if (maxAnisotropy > 1.0f) in renderQuad() 1233 samplerCreateInfo.maxAnisotropy = maxAnisotropy; in renderQuad()
|
/external/swiftshader/src/Vulkan/ |
D | VkSampler.hpp | 35 maxAnisotropy(pCreateInfo->maxAnisotropy), in Sampler() 61 float maxAnisotropy = 0.0f; member in vk::Sampler
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 56 void setMaxAnisotropy(GLfloat maxAnisotropy) { mMaxAnisotropy = maxAnisotropy; } in setMaxAnisotropy() argument
|
D | utilities.h | 105 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
|
/external/swiftshader/src/Device/ |
D | Sampler.cpp | 307 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() argument 309 texture.maxAnisotropy = maxAnisotropy; in setMaxAnisotropy() 446 if(textureType != TEXTURE_2D || texture.maxAnisotropy == 1.0f) in getTextureFilter()
|
D | Sampler.hpp | 55 float maxAnisotropy; member 185 void setMaxAnisotropy(float maxAnisotropy);
|
D | VertexProcessor.cpp | 264 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() argument 268 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
D | VertexProcessor.hpp | 152 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
|
D | PixelProcessor.hpp | 198 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
|
D | PixelProcessor.cpp | 227 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() argument 231 context->sampler[sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
|
/external/swiftshader/src/Renderer/ |
D | Sampler.cpp | 310 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() argument 312 texture.maxAnisotropy = maxAnisotropy; in setMaxAnisotropy() 459 if(textureType != TEXTURE_2D || texture.maxAnisotropy == 1.0f) in getTextureFilter()
|
D | Sampler.hpp | 55 float maxAnisotropy; member 185 void setMaxAnisotropy(float maxAnisotropy);
|
D | VertexProcessor.hpp | 260 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
|
D | PixelProcessor.hpp | 235 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.h | 73 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
|
D | utilities.cpp | 723 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy) in ConvertTextureFilter() argument 725 if(maxAnisotropy > 1.0f) in ConvertTextureFilter()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlSampler.mm | 60 samplerDesc.maxAnisotropy = 1.0f;
|
/external/swiftshader/src/D3D8/ |
D | Capabilities.hpp | 310 extern unsigned int maxAnisotropy;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlSampler.mm | 60 samplerDesc.maxAnisotropy = 1.0f;
|
/external/skia/src/gpu/vk/ |
D | GrVkSampler.cpp | 55 createInfo.maxAnisotropy = 1.0f; in Create()
|
/external/skqp/src/gpu/vk/ |
D | GrVkSampler.cpp | 55 createInfo.maxAnisotropy = 1.0f; in Create()
|
/external/swiftshader/src/D3D9/ |
D | Capabilities.hpp | 469 extern unsigned int maxAnisotropy;
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1227 uint8 maxAnisotropy; member 1250 uint8 maxAnisotropy; member
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 324 .MaximumAnisotropy = vk_to_gen_max_anisotropy(pCreateInfo->maxAnisotropy), in genX()
|