Searched refs:maxAnisotropy (Results 1 - 25 of 51) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp63 , maxAnisotropy (maxAnisotropy_)
70 float maxAnisotropy; member in struct:vkt::texture::__anon4628::AnisotropyParams
88 m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()).limits.maxSamplerAnisotropy, m_refParams.maxAnisotropy);
133 renderer.renderQuad(renderedAnisotropyFrame, position, 0, &texCoord[0], m_refParams, m_refParams.maxAnisotropy);
195 const float maxAnisotropy[] = local
217 for (int anisotropyNdx = 0; anisotropyNdx < DE_LENGTH_OF_ARRAY(maxAnisotropy); anisotropyNdx++)
224 AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNdx] ,minFilters[minFilterNdx], magFilters[magFilterNdx]);
250 for (int anisotropyNdx = 0; anisotropyNdx < DE_LENGTH_OF_ARRAY(maxAnisotropy); anisotropyNdx++)
257 AnisotropyParams refParams (TEXTURETYPE_2D, maxAnisotropy[anisotropyNd
[all...]
H A DvktTextureTestUtil.cpp946 const float maxAnisotropy = 1.0f; local
954 renderQuad(result, positions, texUnit, texCoord, params, maxAnisotropy);
962 const float maxAnisotropy)
1296 if (maxAnisotropy > 1.0f)
1299 samplerCreateInfo.maxAnisotropy = maxAnisotropy;
957 renderQuad(tcu::Surface& result, const float* positions, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params, const float maxAnisotropy) argument
H A DvktTextureTestUtil.hpp173 const float maxAnisotropy);
/external/swiftshader/src/Renderer/
H A DSampler.hpp55 float maxAnisotropy; member in struct:sw::Texture
185 void setMaxAnisotropy(float maxAnisotropy);
H A DSampler.cpp310 void Sampler::setMaxAnisotropy(float maxAnisotropy) argument
312 texture.maxAnisotropy = maxAnisotropy;
449 if(textureType != TEXTURE_2D || texture.maxAnisotropy == 1.0f)
H A DVertexProcessor.hpp260 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
H A DPixelProcessor.hpp234 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
H A DRenderer.hpp345 void setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy);
H A DVertexProcessor.cpp596 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) argument
600 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxAnisotropy(maxAnisotropy);
/external/skia/src/gpu/vk/
H A DGrVkSampler.cpp52 createInfo.maxAnisotropy = 1.0f;
/external/skqp/src/gpu/vk/
H A DGrVkSampler.cpp52 createInfo.maxAnisotropy = 1.0f;
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.h73 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
H A Dutilities.cpp620 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy) argument
622 if(maxAnisotropy > 1.0f)
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h73 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
H A Dutilities.cpp723 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy) argument
725 if(maxAnisotropy > 1.0f)
/external/mesa3d/src/intel/vulkan/
H A DgenX_state.c205 .MaximumAnisotropy = vk_to_gen_max_anisotropy(pCreateInfo->maxAnisotropy),
/external/swiftshader/src/D3D8/
H A DCapabilities.hpp310 extern unsigned int maxAnisotropy;
H A DCapabilities.cpp245 unsigned int maxAnisotropy = 16; member in namespace:D3D8
/external/swiftshader/src/D3D9/
H A DCapabilities.hpp469 extern unsigned int maxAnisotropy;
H A DCapabilities.cpp419 unsigned int maxAnisotropy = 16; member in namespace:D3D9
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h102 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1227 uint8 maxAnisotropy; member in struct:__anon16580
1250 uint8 maxAnisotropy; member in struct:SVGA3dCmdDXDefineSamplerState
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp498 float maxAnisotropy = 1.0f,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.h594 uint8 maxAnisotropy,
H A Dsvga_cmd_vgpu10.c1015 uint8 maxAnisotropy,
1026 SVGA3D_COPY_BASIC_5(maxAnisotropy, comparisonFunc,
1008 SVGA3D_vgpu10_DefineSamplerState(struct svga_winsys_context *swc, SVGA3dSamplerId samplerId, SVGA3dFilter filter, uint8 addressU, uint8 addressV, uint8 addressW, float mipLODBias, uint8 maxAnisotropy, uint8 comparisonFunc, SVGA3dRGBAFloat borderColor, float minLOD, float maxLOD) argument

Completed in 298 milliseconds

123