Searched refs:S_03C004_MAX_LOD (Results 1 – 4 of 4) sorted by relevance
1334 #define S_03C004_MAX_LOD(x) (((unsigned)(x) & 0x3FF) << 10) macro3603 #define S_03C004_MAX_LOD(x) (((unsigned)(x) & 0x3FF) << 10) macro
1538 #define S_03C004_MAX_LOD(x) (((unsigned)(x) & 0xFFF) << 12) macro
611 S_03C004_MAX_LOD(S_FIXED(CLAMP(state->max_lod, 0, 15), 6)) | in r600_create_sampler_state()
608 S_03C004_MAX_LOD(S_FIXED(CLAMP(max_lod, 0, 15), 8)); in evergreen_create_sampler_state()