Home
last modified time | relevance | path

Searched refs:red_f16 (Results 1 – 5 of 5) sorted by relevance

/external/skia/docs/examples/
DColor_Type_RGBA_F16.cpp35 uint16_t red_f16[][4] = { { H(1.0), H(0.0), H(0.0), H(1.0) }, in draw() local
43 SkPixmap redPixmap(imageInfo, red_f16, imageInfo.minRowBytes()); in draw()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c634 color.red_f16 = (v3d->swap_color_rb ? in v3dX()
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h2202 uint32_t red_f16; member
2211 cl[ 1] = __gen_uint(values->red_f16, 0, 15); in V3D33_BLEND_CONSTANT_COLOR_pack()
2213 cl[ 2] = __gen_uint(values->red_f16, 0, 15) >> 8; in V3D33_BLEND_CONSTANT_COLOR_pack()
2239 values->red_f16 = __gen_unpack_uint(cl, 8, 23); in V3D33_BLEND_CONSTANT_COLOR_unpack()
/external/skqp/docs/
DSkImageInfo_Reference.bmh792 uint16_t red_f16[][4] = { { H(1.0), H(0.0), H(0.0), H(1.0) },
800 SkPixmap redPixmap(imageInfo, red_f16, imageInfo.minRowBytes());
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c3543 color.red_f16 = _mesa_float_to_half(dynamic->blend_constants[0]); in emit_blend()