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()
184 GLubyte refByte; in i915AlphaFunc() local187 UNCLAMPED_FLOAT_TO_UBYTE(refByte, ref); in i915AlphaFunc()192 (((GLuint) refByte) << S6_ALPHA_REF_SHIFT)); in i915AlphaFunc()
540 ubyte refByte = float_to_ubyte(depth_stencil->alpha.ref_value); in i915_create_depth_stencil_state() local544 (((unsigned) refByte) << S6_ALPHA_REF_SHIFT)); in i915_create_depth_stencil_state()
71 GLubyte refByte; in radeonAlphaFunc() local73 CLAMPED_FLOAT_TO_UBYTE(refByte, ref); in radeonAlphaFunc()78 pp_misc |= (refByte & RADEON_REF_ALPHA_MASK); in radeonAlphaFunc()
74 GLubyte refByte; in r200AlphaFunc() local76 CLAMPED_FLOAT_TO_UBYTE(refByte, ref); in r200AlphaFunc()81 pp_misc |= (refByte & R200_REF_ALPHA_MASK); in r200AlphaFunc()