Searched refs:S_03C004_MAX_LOD (Results 1 – 5 of 5) sorted by relevance
593 S_03C004_MAX_LOD(S_FIXED(CLAMP(sampler->state.max_lod, 0, 15), 8)) in evergreen_set_sampler_resource()
1240 #define S_03C004_MAX_LOD(x) (((x) & 0x3FF) << 10) macro3451 #define S_03C004_MAX_LOD(x) (((x) & 0x3FF) << 10) macro
1244 #define S_03C004_MAX_LOD(x) (((x) & 0xFFF) << 12) macro
991 S_03C004_MAX_LOD(S_FIXED(CLAMP(state->max_lod, 0, 15), 6)) | in r600_create_sampler_state()
963 S_03C004_MAX_LOD(S_FIXED(CLAMP(state->max_lod, 0, 15), 8)); in evergreen_create_sampler_state()