Searched refs:pack_ub4 (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 64 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3) in pack_ub4() function 79 return pack_ub4( float_to_ubyte(a), in pack_ui32_float4()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_prim_emit.c | 105 OUT_BATCH( pack_ub4(float_to_ubyte( attrib[0] ), in emit_hw_vertex() 112 OUT_BATCH( pack_ub4(float_to_ubyte( attrib[2] ), in emit_hw_vertex()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 628 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3) in pack_ub4() function 643 return pack_ub4( float_to_ubyte(a), in pack_ui32_float4()
|