Searched refs:alpha_f16 (Results 1 – 3 of 3) sorted by relevance
641 color.alpha_f16 = v3d->blend_color.hf[3]; in v3dX()
2199 uint32_t alpha_f16; member2223 cl[ 7] = __gen_uint(values->alpha_f16, 0, 15); in V3D33_BLEND_CONSTANT_COLOR_pack()2225 cl[ 8] = __gen_uint(values->alpha_f16, 0, 15) >> 8; in V3D33_BLEND_CONSTANT_COLOR_pack()2236 values->alpha_f16 = __gen_unpack_uint(cl, 56, 71); in V3D33_BLEND_CONSTANT_COLOR_unpack()
3546 color.alpha_f16 = _mesa_float_to_half(dynamic->blend_constants[3]); in emit_blend()