Home
last modified time | relevance | path

Searched refs:gmp (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c118 struct mem_block *gmp; member
194 uint32_t *gmp = file->gmp_vaddr; in set_gmp_flags() local
200 gmp[i / 16] &= ~(0x3 << bitshift); in set_gmp_flags()
201 gmp[i / 16] |= flag << bitshift; in set_gmp_flags()
493 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
495 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
686 file->gmp->ofs); in v3d_simulator_submit_csd_ioctl()
904 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in v3d_simulator_init()
905 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs - in v3d_simulator_init()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c1255 struct global_motion_params *gmp = &(priv->codec_data.av1.uncompressed_header.gmp); in global_motion_params() local
1261 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1263 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1267 ref_gmp = &(priv->codec_data.av1.refs[r].gmp); in global_motion_params()
1271 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1273 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1283 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1285 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1298 gmp in global_motion_params()
[all...]
H A Dvid_dec_av1.h419 struct global_motion_params gmp; member
/third_party/ffmpeg/libavformat/
H A Drtmpdh.h30 #include <gmp.h>
/third_party/ffmpeg/
H A Dconfigure210 if openssl, librtmp or gmp is not used [no]
211 --enable-gmp enable gmp, needed for rtmp(t)e support
1794 gmp
3553 ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl mbedtls"
6521 enabled gmp && require gmp gmp.h mpz_export -lgmp
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 36 milliseconds