Searched refs:S_03C004_MIN_LOD (Results 1 – 5 of 5) sorted by relevance
592 S_03C004_MIN_LOD(S_FIXED(CLAMP(sampler->state.min_lod, 0, 15), 8)) | in evergreen_set_sampler_resource()
1237 #define S_03C004_MIN_LOD(x) (((x) & 0x3FF) << 0) macro3448 #define S_03C004_MIN_LOD(x) (((x) & 0x3FF) << 0) macro
1241 #define S_03C004_MIN_LOD(x) (((x) & 0xFFF) << 0) macro
990 ss->tex_sampler_words[1] = S_03C004_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 6)) | in r600_create_sampler_state()
962 ss->tex_sampler_words[1] = S_03C004_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) | in evergreen_create_sampler_state()