HomeSort by: relevance | last modified time | path
    Searched refs:__gen_unpack_sint (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
v3d_packet_helpers.h 173 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
186 int32_t bits = __gen_unpack_sint(cl, start, end);
v3d_decoder.c 868 uint32_t value = __gen_unpack_sint(iter->p, s, e);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
v3d_packet_helpers.h 176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
189 int32_t bits = __gen_unpack_sint(cl, start, end);
v3d_decoder.c 893 uint32_t value = __gen_unpack_sint(iter->p, s, e);
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
common_pack.h 84 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
v4_pack.h 84 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
1030 values->offset = __gen_unpack_sint(cl, 32, 63);
1077 values->offset = __gen_unpack_sint(cl, 96, 127);
1125 values->offset = __gen_unpack_sint(cl, 96, 127);
1943 values->row_stride = __gen_unpack_sint(cl, 64, 95);
1944 values->surface_stride = __gen_unpack_sint(cl, 96, 127);
2033 values->lod_bias = __gen_unpack_sint(cl, 16, 31);
v5_pack.h 84 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
1082 values->offset = __gen_unpack_sint(cl, 32, 63);
1129 values->offset = __gen_unpack_sint(cl, 96, 127);
1177 values->offset = __gen_unpack_sint(cl, 96, 127);
1999 values->row_stride = __gen_unpack_sint(cl, 64, 95);
2000 values->surface_stride = __gen_unpack_sint(cl, 96, 127);
2089 values->lod_bias = __gen_unpack_sint(cl, 16, 31);
v6_pack.h 84 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
1111 values->offset = __gen_unpack_sint(cl, 32, 63);
2204 values->row_stride = __gen_unpack_sint(cl, 64, 95);
2205 values->surface_stride = __gen_unpack_sint(cl, 96, 127);
2329 values->lod_bias = __gen_unpack_sint(cl, 64, 79);
v7_pack.h 84 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) function
1163 values->offset = __gen_unpack_sint(cl, 32, 63);
2256 values->row_stride = __gen_unpack_sint(cl, 64, 95);
2257 values->surface_stride = __gen_unpack_sint(cl, 96, 127);
2381 values->lod_bias = __gen_unpack_sint(cl, 64, 79);

Completed in 30 milliseconds