Searched refs:U_FIXED (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_clip_state.c | 203 OUT_BATCH(U_FIXED(0.125, 3) << GEN6_CLIP_MIN_POINT_WIDTH_SHIFT | in upload_clip_state() 204 U_FIXED(255.875, 3) << GEN6_CLIP_MAX_POINT_WIDTH_SHIFT | in upload_clip_state()
|
D | brw_util.h | 56 uint32_t line_width_u3_7 = U_FIXED(line_width, 7); in brw_get_line_width()
|
D | brw_sampler_state.c | 523 U_FIXED(CLAMP(texObj->MinLevel + texObj->BaseLevel, 0, hw_max_lod), 1); in brw_update_sampler_state() 525 U_FIXED(CLAMP(sampler->MinLod, 0, hw_max_lod), lod_bits); in brw_update_sampler_state() 527 U_FIXED(CLAMP(sampler->MaxLod, 0, hw_max_lod), lod_bits); in brw_update_sampler_state()
|
D | gen7_sf_state.c | 225 dw3 |= U_FIXED(CLAMP(point_size, 0.125f, 255.875f), 3); in upload_sf_state()
|
D | gen8_sf_state.c | 183 dw3 |= U_FIXED(CLAMP(point_size, 0.125f, 255.875f), 3); in upload_sf()
|
D | gen6_sf_state.c | 383 dw4 |= U_FIXED(CLAMP(point_size, 0.125f, 255.875f), 3); in upload_sf_state()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texstate.c | 264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4); in i830_update_tex_unit() 268 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11.75), 2); in i830_update_tex_unit() 273 maxlod_fixed = U_FIXED(CLAMP(maxlod, 0.0, 11), 0); in i830_update_tex_unit()
|
D | i915_texstate.c | 196 (U_FIXED(CLAMP(maxlod, 0.0, 11.0), 2) << MS4_MAX_LOD_SHIFT) | in i915_update_tex_unit() 357 state[I915_TEXREG_SS3] |= (U_FIXED(CLAMP(minlod, 0.0, 11.0), 4) << in i915_update_tex_unit()
|
/external/icu/icu4c/source/common/ |
D | uhash.h | 130 U_FIXED /* Never change size */ enumerator
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 203 U_FIXED(float value, uint32_t frac_bits) in U_FIXED() function
|