Home
last modified time | relevance | path

Searched refs:__gen_unpack_sint (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint() function
189 int32_t bits = __gen_unpack_sint(cl, start, end); in __gen_unpack_sfixed()
Dv3d_decoder.c868 uint32_t value = __gen_unpack_sint(iter->p, s, e); in v3d_field_iterator_next()
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h3926 values->stride = __gen_unpack_sint(cl, 15, 21); in V3D33_VPM_GENERIC_BLOCK_WRITE_SETUP_unpack()
3982 values->stride = __gen_unpack_sint(cl, 15, 21); in V3D33_VPM_GENERIC_BLOCK_READ_SETUP_unpack()
4050 values->texel_offset_for_r_coordinate = __gen_unpack_sint(cl, 27, 30); in V3D33_TEXTURE_UNIFORM_PARAMETER_0_CFG_MODE1_unpack()
4051 values->texel_offset_for_t_coordinate = __gen_unpack_sint(cl, 23, 26); in V3D33_TEXTURE_UNIFORM_PARAMETER_0_CFG_MODE1_unpack()
4052 values->texel_offset_for_s_coordinate = __gen_unpack_sint(cl, 19, 22); in V3D33_TEXTURE_UNIFORM_PARAMETER_0_CFG_MODE1_unpack()
Dv3d_packet_v21_pack.h1059 values->rht_primitive_x_boundary = __gen_unpack_sint(cl, 8, 23); in V3D21_RHT_X_BOUNDARY_unpack()