Searched refs:gmp (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_simulator.c | 98 struct mem_block *gmp; member in struct:v3d_simulator_file 152 uint32_t *gmp = file->gmp_vaddr; local in function:set_gmp_flags 158 gmp[i / 16] &= ~(0x3 << bitshift); 159 gmp[i / 16] |= flag << bitshift; 365 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); 367 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); 621 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); 622 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs -
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/ |
| H A D | v3d_simulator.c | 111 struct mem_block *gmp; member in struct:v3d_simulator_file 187 uint32_t *gmp = file->gmp_vaddr; local in function:set_gmp_flags 193 gmp[i / 16] &= ~(0x3 << bitshift); 194 gmp[i / 16] |= flag << bitshift; 446 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); 448 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); 610 file->gmp->ofs); 816 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); 817 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs -
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/ |
| H A D | vid_dec_av1.c | 1253 struct global_motion_params *gmp = &(priv->codec_data.av1.uncompressed_header.gmp); local in function:global_motion_params 1259 gmp->GmType[ref] = AV1_IDENTITY; 1261 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); 1265 ref_gmp = &(priv->codec_data.av1.refs[r].gmp); 1269 gmp->GmType[ref] = AV1_IDENTITY; 1271 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); 1281 gmp->GmType[ref] = AV1_IDENTITY; 1283 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); 1296 gmp [all...] |
| H A D | vid_dec_av1.h | 419 struct global_motion_params gmp; member in struct:av1_uncompressed_header_obu
|
Completed in 8 milliseconds