Searched refs:refByte (Results 1 – 5 of 5) sorted by relevance
207 GLubyte refByte; in i830AlphaFunc() local210 UNCLAMPED_FLOAT_TO_UBYTE(refByte, ref); in i830AlphaFunc()211 refInt = (GLuint) refByte; in i830AlphaFunc()
182 GLubyte refByte; in i915AlphaFunc() local185 UNCLAMPED_FLOAT_TO_UBYTE(refByte, ref); in i915AlphaFunc()190 (((GLuint) refByte) << S6_ALPHA_REF_SHIFT)); in i915AlphaFunc()
517 ubyte refByte = float_to_ubyte(depth_stencil->alpha.ref_value); in i915_create_depth_stencil_state() local521 (((unsigned) refByte) << S6_ALPHA_REF_SHIFT)); in i915_create_depth_stencil_state()
70 GLubyte refByte; in radeonAlphaFunc() local72 CLAMPED_FLOAT_TO_UBYTE(refByte, ref); in radeonAlphaFunc()77 pp_misc |= (refByte & RADEON_REF_ALPHA_MASK); in radeonAlphaFunc()
71 GLubyte refByte; in r200AlphaFunc() local73 CLAMPED_FLOAT_TO_UBYTE(refByte, ref); in r200AlphaFunc()78 pp_misc |= (refByte & R200_REF_ALPHA_MASK); in r200AlphaFunc()