Home
last modified time | relevance | path

Searched refs:hw_max_lod (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c5095 const float hw_max_lod = GEN_GEN >= 7 ? 14 : 13; local
5096 samp_st.MinLOD = CLAMP(sampler->MinLod, 0, hw_max_lod);
5097 samp_st.MaxLOD = CLAMP(sampler->MaxLod, 0, hw_max_lod);
5103 CLAMP(texObj->MinLevel + texObj->BaseLevel, 0, hw_max_lod);