Searched refs:MaxAnisotropy (Results 1 – 25 of 33) sorted by relevance
12
78 mSamplerDesc.MaxAnisotropy = std::min<uint16_t>(GetMaxAnisotropy(), 16u); in Sampler()80 if (mSamplerDesc.MaxAnisotropy > 1) { in Sampler()
143 sampObj->Attrib.MaxAnisotropy = 1.0F; in _mesa_init_sampler_object()779 if (samp->Attrib.MaxAnisotropy == param) in set_sampler_max_anisotropy()787 samp->Attrib.MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); in set_sampler_max_anisotropy()789 samp->Attrib.state.max_anisotropy = samp->Attrib.MaxAnisotropy == 1 ? in set_sampler_max_anisotropy()790 0 : samp->Attrib.MaxAnisotropy; in set_sampler_max_anisotropy()1482 *params = lroundf(sampObj->Attrib.MaxAnisotropy); in _mesa_GetSamplerParameteriv()1560 *params = sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterfv()1638 *params = (GLint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIiv()1716 *params = (GLuint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIuiv()
797 if (texObj->Sampler.Attrib.MaxAnisotropy == params[0]) in set_tex_parameterf()806 texObj->Sampler.Attrib.MaxAnisotropy = MIN2(params[0], in set_tex_parameterf()809 texObj->Sampler.Attrib.MaxAnisotropy == 1 ? in set_tex_parameterf()810 0 : texObj->Sampler.Attrib.MaxAnisotropy; /* gallium sets 0 for 1 */ in set_tex_parameterf()2348 *params = obj->Sampler.Attrib.MaxAnisotropy; in get_tex_parameterfv()2638 *params = LCLAMPF(obj->Sampler.Attrib.MaxAnisotropy, INT_MIN, INT_MAX); in get_tex_parameteriv()
85 mSamplerDesc.MaxAnisotropy = 1; in Sampler()
8 MaxAnisotropy = 2;
695 (deviceCaps.RasterCaps & D3DPRASTERCAPS_ANISOTROPY) != 0 && deviceCaps.MaxAnisotropy >= 2; in GenerateCaps()696 extensions->maxTextureAnisotropy = static_cast<GLfloat>(deviceCaps.MaxAnisotropy); in GenerateCaps()
332 DWORD MaxAnisotropy; member
105 desc.MaxAnisotropy = 1; in createSampler()
713 (deviceCaps.RasterCaps & D3DPRASTERCAPS_ANISOTROPY) != 0 && deviceCaps.MaxAnisotropy >= 2; in GenerateCaps()714 caps->maxTextureAnisotropy = static_cast<GLfloat>(deviceCaps.MaxAnisotropy); in GenerateCaps()
248 samplerDesc.MaxAnisotropy = in getSamplerState()
692 samplerDesc.MaxAnisotropy = 0; in initPassThroughResources()
603 pointSamplerDesc.MaxAnisotropy = 0; in initResources()621 linearSamplerDesc.MaxAnisotropy = 0; in initResources()
287 samplerDesc.MaxAnisotropy = in getSamplerState()
607 pointSamplerDesc.MaxAnisotropy = 0; in initResources()625 linearSamplerDesc.MaxAnisotropy = 0; in initResources()
710 samplerDesc.MaxAnisotropy = 0; in initPassThroughResources()
564 .MaxAnisotropy = 0, in dzn_meta_blit_create()
302 desc->MaxAnisotropy = sampler->desc.MaxAnisotropy; in dzn_descriptor_set_layout_create()
411 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
475 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
779 pCaps->MaxAnisotropy = in NineAdapter9_GetDeviceCaps()
684 C2S("\nMaxAnisotropy: %u", caps->MaxAnisotropy); in nine_dump_D3DCAPS9()
472 state.max_anisotropy = pSamplerDesc->MaxAnisotropy; in CreateSampler()