Searched refs:blue_f16 (Results 1 – 5 of 5) sorted by relevance
/external/skia/docs/examples/ |
D | Color_Type_RGBA_F16.cpp | 39 uint16_t blue_f16[][4] = { { H(0.0), H(0.0), H(1.0), H(1.0) }, in draw() local 47 SkPixmap bluePixmap(imageInfo, blue_f16, imageInfo.minRowBytes()); in draw()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_emit.c | 638 color.blue_f16 = (v3d->swap_color_rb ? in v3dX()
|
/external/mesa3d/prebuilt-intermediates/cle/ |
D | v3d_packet_v33_pack.h | 2200 uint32_t blue_f16; member 2219 cl[ 5] = __gen_uint(values->blue_f16, 0, 15); in V3D33_BLEND_CONSTANT_COLOR_pack() 2221 cl[ 6] = __gen_uint(values->blue_f16, 0, 15) >> 8; in V3D33_BLEND_CONSTANT_COLOR_pack() 2237 values->blue_f16 = __gen_unpack_uint(cl, 40, 55); in V3D33_BLEND_CONSTANT_COLOR_unpack()
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 796 uint16_t blue_f16[][4] = { { H(0.0), H(0.0), H(1.0), H(1.0) }, 804 SkPixmap bluePixmap(imageInfo, blue_f16, imageInfo.minRowBytes());
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cmd_buffer.c | 3545 color.blue_f16 = _mesa_float_to_half(dynamic->blend_constants[2]); in emit_blend()
|