HomeSort by relevance Sort by last modified time
    Searched refs:vmid (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 82 const float (*vmid)[4]; member in struct:setup_context
308 setup->vmid = v1;
314 setup->vmid = v0;
320 setup->vmid = v2;
328 setup->vmid = v0;
334 setup->vmid = v1;
340 setup->vmid = v2;
346 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
347 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
350 setup->etop.dx = setup->vmax[0][0] - setup->vmid[0][0]
    [all...]
  /device/google/bonito/sdm710/kernel-headers/linux/
msm_ion.h 121 unsigned int vmid; member in struct:ion_prefetch_regions
  /device/google/bonito/sdm710/original-kernel-headers/linux/
msm_ion.h 176 unsigned int vmid; member in struct:ion_prefetch_regions
  /device/google/crosshatch/sdm845/kernel-headers/linux/
msm_ion.h 121 unsigned int vmid; member in struct:ion_prefetch_regions
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
msm_ion.h 176 unsigned int vmid; member in struct:ion_prefetch_regions
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
trusty.c 88 /* According to the ARM DEN0028A spec, VMID is stored in x7 */
231 uint32_t vmid = 0; local
266 vmid = SMC_GET_GP(handle, CTX_GPREG_X7);
268 if ((current_vmid != 0) && (current_vmid != vmid)) {
276 current_vmid = vmid;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_generators.py     [all...]
  /external/python/cpython2/Lib/test/
test_generators.py     [all...]
  /external/python/cpython3/Lib/test/
test_generators.py     [all...]

Completed in 3103 milliseconds