Searched defs:vmid (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-i386/
H A Dhax-darwin.c153 int hax_host_create_vm(struct hax_state *hax, int *vmid) argument
165 *vmid = vm_id;
217 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
222 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
H A Dhax-windows.c231 int hax_host_create_vm(struct hax_state *hax, int *vmid) argument
253 *vmid = vm_id;
325 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
330 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c83 const float (*vmid)[4]; member in struct:setup_context
307 setup->vmid = v1;
313 setup->vmid = v0;
319 setup->vmid = v2;
327 setup->vmid = v0;
333 setup->vmid = v1;
339 setup->vmid = v2;
345 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
349 setup->etop.dx = setup->vmax[0][0] - setup->vmid[
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c83 const float (*vmid)[4]; member in struct:setup_context
307 setup->vmid = v1;
313 setup->vmid = v0;
319 setup->vmid = v2;
327 setup->vmid = v0;
333 setup->vmid = v1;
339 setup->vmid = v2;
345 setup->ebot.dx = setup->vmid[0][0] - setup->vmin[0][0];
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
349 setup->etop.dx = setup->vmax[0][0] - setup->vmid[
[all...]

Completed in 148 milliseconds