Searched refs:red_f16 (Results 1 – 5 of 5) sorted by relevance
/external/skia/docs/examples/ |
D | Color_Type_RGBA_F16.cpp | 35 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/ |
D | v3dx_emit.c | 634 color.red_f16 = (v3d->swap_color_rb ? in v3dX()
|
/external/mesa3d/prebuilt-intermediates/cle/ |
D | v3d_packet_v33_pack.h | 2202 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/ |
D | SkImageInfo_Reference.bmh | 792 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/ |
D | v3dv_cmd_buffer.c | 3543 color.red_f16 = _mesa_float_to_half(dynamic->blend_constants[0]); in emit_blend()
|