Home
last modified time | relevance | path

Searched refs:float_to_ushort (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c166 ((uint64_t)float_to_ushort(color->f[3]) << 48) | in lima_clear()
167 ((uint64_t)float_to_ushort(color->f[2]) << 32) | in lima_clear()
168 ((uint64_t)float_to_ushort(color->f[1]) << 16) | in lima_clear()
169 float_to_ushort(color->f[0]); in lima_clear()
645 near = float_to_ushort(ctx->viewport.near); in lima_pack_render_state()
646 far = float_to_ushort(ctx->viewport.far); in lima_pack_render_state()
/external/mesa3d/src/util/
Du_math.h423 float_to_ushort(float f) in float_to_ushort() function
/external/mesa3d/docs/relnotes/
D19.1.0.rst3955 - u_math: add ushort_to_float/float_to_ushort