Home
last modified time | relevance | path

Searched refs:maxAnisotropy (Results 1 – 25 of 66) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp63 , maxAnisotropy (maxAnisotropy_) in AnisotropyParams()
70 float maxAnisotropy; member
88maxAnisotropy = 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()
DvktTextureTestUtil.cpp970 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/
DVkSampler.hpp35 maxAnisotropy(pCreateInfo->maxAnisotropy), in Sampler()
61 float maxAnisotropy = 0.0f; member in vk::Sampler
/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h56 void setMaxAnisotropy(GLfloat maxAnisotropy) { mMaxAnisotropy = maxAnisotropy; } in setMaxAnisotropy() argument
Dutilities.h105 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
/external/swiftshader/src/Device/
DSampler.cpp307 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()
DSampler.hpp55 float maxAnisotropy; member
185 void setMaxAnisotropy(float maxAnisotropy);
DVertexProcessor.cpp264 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() argument
268 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
DVertexProcessor.hpp152 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
DPixelProcessor.hpp198 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
DPixelProcessor.cpp227 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() argument
231 context->sampler[sampler].setMaxAnisotropy(maxAnisotropy); in setMaxAnisotropy()
/external/swiftshader/src/Renderer/
DSampler.cpp310 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()
DSampler.hpp55 float maxAnisotropy; member
185 void setMaxAnisotropy(float maxAnisotropy);
DVertexProcessor.hpp260 void setMaxAnisotropy(unsigned int stage, float maxAnisotropy);
DPixelProcessor.hpp235 void setMaxAnisotropy(unsigned int sampler, float maxAnisotropy);
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.h73 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy);
Dutilities.cpp723 sw::FilterType ConvertTextureFilter(GLenum minFilter, GLenum magFilter, float maxAnisotropy) in ConvertTextureFilter() argument
725 if(maxAnisotropy > 1.0f) in ConvertTextureFilter()
/external/skqp/src/gpu/mtl/
DGrMtlSampler.mm60 samplerDesc.maxAnisotropy = 1.0f;
/external/swiftshader/src/D3D8/
DCapabilities.hpp310 extern unsigned int maxAnisotropy;
/external/skia/src/gpu/mtl/
DGrMtlSampler.mm60 samplerDesc.maxAnisotropy = 1.0f;
/external/skia/src/gpu/vk/
DGrVkSampler.cpp55 createInfo.maxAnisotropy = 1.0f; in Create()
/external/skqp/src/gpu/vk/
DGrVkSampler.cpp55 createInfo.maxAnisotropy = 1.0f; in Create()
/external/swiftshader/src/D3D9/
DCapabilities.hpp469 extern unsigned int maxAnisotropy;
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1227 uint8 maxAnisotropy; member
1250 uint8 maxAnisotropy; member
/external/mesa3d/src/intel/vulkan/
DgenX_state.c324 .MaximumAnisotropy = vk_to_gen_max_anisotropy(pCreateInfo->maxAnisotropy), in genX()

123